diff --git a/stow/.config/nvim/lua/nico/lazy/lsp.lua b/stow/.config/nvim/lua/nico/lazy/lsp.lua index efab711..917f5eb 100644 --- a/stow/.config/nvim/lua/nico/lazy/lsp.lua +++ b/stow/.config/nvim/lua/nico/lazy/lsp.lua @@ -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.