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

@ -40,6 +40,9 @@ return {
},
lsp = {
capabilities = require("cmp_nvim_lsp").default_capabilities(),
on_attach = function(client, bufnr)
client.server_capabilities.semanticTokensProvider = nil
end,
settings = {
showTodos = true,
completeFunctionCalls = true,