Revert "nvim: switch to ccls language server from clangd"
This reverts commit 3915d6d8eb
.
This commit is contained in:
parent
3915d6d8eb
commit
5a7489e9c5
1 changed files with 1 additions and 2 deletions
|
@ -262,8 +262,7 @@ M.lspconfig = function()
|
|||
-- map buffer local keybindings when the language server attaches
|
||||
local lsp_servers = {
|
||||
-- 'lsp_name',
|
||||
-- 'clangd',
|
||||
'ccls',
|
||||
'clangd',
|
||||
'bashls',
|
||||
'rust_analyzer',
|
||||
'dockerls',
|
||||
|
|
Loading…
Add table
Reference in a new issue