all repos

init.lua @ 1fe75fb1e17e46d5ffbc3152b2bdf5c11e60eec4

my nvim config
1 files changed, 0 insertions(+), 4 deletions(-)
refactor(lsp.attach): disable inlay_hints by default
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)