1 files changed,
1 insertions(+),
1 deletions(-)
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