diff --git a/.config/nvim/lua/blake/lsp.lua b/.config/nvim/lua/blake/lsp.lua index 9064d93..2db7353 100644 --- a/.config/nvim/lua/blake/lsp.lua +++ b/.config/nvim/lua/blake/lsp.lua @@ -229,7 +229,7 @@ M.lspconfig = function() -- Use a loop to conveniently call 'setup' on multiple servers and -- map buffer local keybindings when the language server attaches local lsp_servers = { - -- = ' (needs to be in path)', + -- = '', (needs to be in path) clangd = 'clangd', html = 'vscode-html-language-server', bashls = 'bash-language-server',