nvim: add C lsp 'clangd'
This commit is contained in:
parent
ce3e866ad1
commit
939234c89e
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ return {
|
|||
python = { "pyright" },
|
||||
rust = { "nil" },
|
||||
go = { "gopls" },
|
||||
c = { "clangd" },
|
||||
},
|
||||
prefer_local = true, -- Prefer locally installed servers over nix-shell
|
||||
-- Default config passed to all servers to specify on_attach callback and other options.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue