Set reduced updatetime for lsp diagnostics

writing
Nick Zana 3 years ago
parent a0ebc042c8
commit 5dc43ec4b9
No known key found for this signature in database
GPG Key ID: A6E59E60FE474883

@ -27,6 +27,9 @@ o.expandtab = false -- Insert <Tab> instead of spaces
o.shiftwidth = 4 -- "Number of spaces used for each step of an (auto)indent"
o.scrolloff = 8 -- Start scrolling when 8 away from top/bottom
-- Set diagnostic updatetime
vim.o.updatetime = 300
-- search
o.hlsearch = false
o.incsearch = true -- Incremental highlighting while typing a search query

Loading…
Cancel
Save