nvim: add C lsp 'clangd'

This commit is contained in:
Nico 2025-05-03 16:15:57 +10:00
parent ce3e866ad1
commit 939234c89e

View file

@ -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.