forked from nico/dots
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" },
|
python = { "pyright" },
|
||||||
rust = { "nil" },
|
rust = { "nil" },
|
||||||
go = { "gopls" },
|
go = { "gopls" },
|
||||||
|
c = { "clangd" },
|
||||||
},
|
},
|
||||||
prefer_local = true, -- Prefer locally installed servers over nix-shell
|
prefer_local = true, -- Prefer locally installed servers over nix-shell
|
||||||
-- Default config passed to all servers to specify on_attach callback and other options.
|
-- 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