fix lag with dart lsp

This commit is contained in:
yaso 2026-06-26 12:50:23 +02:00
parent 9297612e84
commit 8b5c66896f
7 changed files with 75 additions and 6 deletions

View file

@ -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)