From 939234c89e4d181e54811c57c10f17a36278731b Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:15:57 +1000 Subject: [PATCH] nvim: add C lsp 'clangd' --- stow/.config/nvim/lua/nico/lazy/lsp.lua | 1 + 1 file changed, 1 insertion(+) 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.