fix lag with dart lsp
This commit is contained in:
parent
9297612e84
commit
8b5c66896f
7 changed files with 75 additions and 6 deletions
|
|
@ -13,6 +13,13 @@ return {
|
|||
ts.setup({
|
||||
install_dir = vim.fn.stdpath("data") .. "/site",
|
||||
auto_install = true,
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
indent = {
|
||||
enable = true,
|
||||
disable = { "dart" },
|
||||
},
|
||||
})
|
||||
-- 2. Bulk Install Parsers (Asynchronous)
|
||||
ts.install(supported_languages)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue