From f70dcb337399831a93ec7434dcc23e18491337e3 Mon Sep 17 00:00:00 2001 From: Umut Sahin Onder Date: Wed, 16 Apr 2025 19:42:03 +0200 Subject: [PATCH] Typo fix --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 946ab698..69d3834a 100644 --- a/init.lua +++ b/init.lua @@ -718,7 +718,7 @@ require('lazy').setup({ -- This handles overriding only values explicitly passed -- by the server configuration above. Useful when disabling -- certain features of an LSP (for example, turning off formatting for ts_ls) - config.capabilities = vim.tbl_deep_extend('force', {}, capabilities, server.capabilities or {}) + config.capabilities = vim.tbl_deep_extend('force', {}, capabilities, config.capabilities or {}) vim.lsp.config(name, config) vim.lsp.enable(name) end