all repos

init.lua @ b858011

my nvim config
1 files changed, 0 insertions(+), 4 deletions(-)
rollback semanticTokensProvider for sumneko_lua
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-01-09 23:55:30 +0200
Parent: 1b89212
M lua/configs/lsp/attach.lua

@@ -15,10 +15,6 @@ if client.name == "gopls" then

vim.lsp.codelens.refresh() end - if client.name == "sumneko_lua" then - client.server_capabilities.semanticTokensProvider = nil - end - map("K", vim.lsp.buf.hover) map("gd", "<cmd>Telescope lsp_definitions<cr>") map("gD", vim.lsp.buf.declaration)