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
|
-- 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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue