should work better now
This commit is contained in:
parent
8f05b02766
commit
32f636c41b
34 changed files with 233 additions and 2298 deletions
|
|
@ -32,8 +32,9 @@ vim.opt.splitbelow = true -- horizontal splits open below
|
|||
vim.opt.splitright = true -- vertical splits open to the right
|
||||
|
||||
-- Misc
|
||||
vim.opt.undofile = true -- persist between sessions
|
||||
vim.opt.undofile = true -- persist between sessions
|
||||
vim.opt.updatetime = 250 -- lower the update delay
|
||||
vim.opt.swapfile = false -- disable this useless shit
|
||||
|
||||
-- Diagnostics
|
||||
vim.diagnostic.config({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue