nvim: switch to ccls language server from clangd

This commit is contained in:
PowerUser64 2022-07-08 12:37:59 -07:00
parent 37328a768c
commit 3915d6d8eb

View file

@ -262,7 +262,8 @@ M.lspconfig = function()
-- map buffer local keybindings when the language server attaches -- map buffer local keybindings when the language server attaches
local lsp_servers = { local lsp_servers = {
-- 'lsp_name', -- 'lsp_name',
'clangd', -- 'clangd',
'ccls',
'bashls', 'bashls',
'rust_analyzer', 'rust_analyzer',
'dockerls', 'dockerls',