all repos

init.lua @ 2331ceeda24ac050010fc83f571bcbb92c7b0acf

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
fix(lsp.attach): spelling
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-11-03 23:34:47 +0200
Parent: 50c000b
M lua/plugins/lsp/attach.lua

@@ -6,7 +6,7 @@ callback = function(args)

local bufnr = args.buf local client = vim.lsp.get_client_by_id(args.data.client_id) if not client then - error "couldnt get an lsp server" + error "couldn't get an lsp server" end if client.supports_method "textDocument/codeLens" then