summaryrefslogtreecommitdiff
path: root/home/neovim/lsp.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-09-22 15:56:51 +0200
committerLinnnus <[email protected]>2023-09-22 15:57:14 +0200
commitf0c14ce8b7ef5066a1d31751448d64b5cd991b0d (patch)
treeeed2b3825179a291ca247766cd7f50e989859561 /home/neovim/lsp.nix
parent340f15a96b4352b057a1ee4e2e9b371aaa02ae23 (diff)
Add clangd LSP to neovim
Diffstat (limited to 'home/neovim/lsp.nix')
-rw-r--r--home/neovim/lsp.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/neovim/lsp.nix b/home/neovim/lsp.nix
index 4712348..dd27b2d 100644
--- a/home/neovim/lsp.nix
+++ b/home/neovim/lsp.nix
@@ -72,6 +72,9 @@
end
end,
},
+ clangd = {
+ cmd = { "${pkgs.clang-tools}/bin/clangd" },
+ },
};
for server, config in pairs(servers) do
-- set common options