1 files changed,
0 insertions(+),
4 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-04-03 12:32:43 +0300
Parent:
c2f3a32
M
lua/plugins/lsp/attach.lua
@@ -21,10 +21,6 @@ if client.name == "gopls" then
vim.lsp.codelens.refresh() end - if client.server_capabilities.inlayHintProvider then - vim.lsp.inlay_hint.enable(bufnr, true) - end - attach.basic(client, bufnr) u.map("n", "K", vim.lsp.buf.hover, true)