summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-10-07 13:51:15 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-10-07 13:51:15 +0300
commit36dc84be907adf0b8d5f24f706c88cf5395ca6be (patch)
tree4e388bf3ada8ec226e550bdcbc783a2c360118ed /flake.nix
parentfix: bufferline catppuccin theme (diff)
downloadneovim-configuration-36dc84be907adf0b8d5f24f706c88cf5395ca6be.tar.gz
neovim-configuration-36dc84be907adf0b8d5f24f706c88cf5395ca6be.tar.bz2
neovim-configuration-36dc84be907adf0b8d5f24f706c88cf5395ca6be.tar.lz
neovim-configuration-36dc84be907adf0b8d5f24f706c88cf5395ca6be.tar.xz
neovim-configuration-36dc84be907adf0b8d5f24f706c88cf5395ca6be.tar.zst
neovim-configuration-36dc84be907adf0b8d5f24f706c88cf5395ca6be.zip
feat: add `clangd` for C/++ files
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index baa5620..a978d4c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -138,6 +138,10 @@
nodejs-slim
];
+ c = [
+ clang-tools
+ ];
+
lua = [
lua-language-server
stylua