fix lag with dart lsp
This commit is contained in:
parent
9297612e84
commit
8b5c66896f
7 changed files with 75 additions and 6 deletions
|
|
@ -7,3 +7,5 @@ vim.g.loaded_netrw = 1
|
|||
vim.g.loaded_netrwPlugin = 1
|
||||
vim.opt.splitbelow = true -- Opens horizontal splits below
|
||||
vim.opt.splitright = true -- Opens vertical splits to the right
|
||||
-- Disable legacy vim bracket matching engine (fixes newline/brace layout latency)
|
||||
vim.g.loaded_matchparen = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue