turn off lsp coloring/highlight
This commit is contained in:
parent
bee54bc4c5
commit
b36cad9c7b
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ local on_attach = function(client, bufnr)
|
||||||
"<cmd>lua vim.lsp.buf.range_formatting()<CR>", opts)
|
"<cmd>lua vim.lsp.buf.range_formatting()<CR>", opts)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
client.server_capabilities.semanticTokensProvider = nil
|
||||||
|
|
||||||
-- Set autocommands conditional on server_capabilities
|
-- Set autocommands conditional on server_capabilities
|
||||||
if client.server_capabilities.document_highlight then
|
if client.server_capabilities.document_highlight then
|
||||||
vim.api.nvim_exec([[
|
vim.api.nvim_exec([[
|
||||||
|
|
Reference in a new issue