1 files changed,
4 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-01-01 17:19:12 +0200
Parent:
78de620
M
lua/configs/lsp/attach.lua
@@ -15,6 +15,10 @@ 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)