fix: fix annoying highlight flicker

This commit is contained in:
fiplox 2023-04-09 23:43:04 +02:00
parent e99958be24
commit 6ea270f89c
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ function M.config()
-- util.info(client.name .. " " .. (enable and "yes" or "no"), "format")
client.server_capabilities.documentFormattingProvider = enable
client.server_capabilities.semanticTokensProvider = false
end
require('mason-lspconfig').setup_handlers {