all repos

init.lua @ b606d40

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
fix(lsp): actually setup codeLens
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-08-04 15:58:57 +0300
Parent: 454bb33
M lua/plugins/lsp/attach.lua

@@ -10,7 +10,7 @@ error "couldnt get an lsp server"

end if client.supports_method "textDocument/codeLens" then - vim.lsp.codelens.run() + vim.lsp.codelens.refresh { bufnr = bufnr } end u.map("n", "<leader>lf", function()