nvim: switch to ccls language server from clangd
This commit is contained in:
parent
37328a768c
commit
3915d6d8eb
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue