summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Mora Unie Youer <[email protected]>2025-04-04 12:27:15 +0300
committerLibravatar Mora Unie Youer <[email protected]>2025-04-04 12:27:15 +0300
commit8cb588667ec39f87038f219544f9aeff4cb4e2f1 (patch)
tree3f69c6e9603915cb21240e01fdf8ab0f92bf126b
parentfix: improve `blink.cmp` fuzzy sorting (diff)
downloadneovim-configuration-8cb588667ec39f87038f219544f9aeff4cb4e2f1.tar.gz
neovim-configuration-8cb588667ec39f87038f219544f9aeff4cb4e2f1.tar.bz2
neovim-configuration-8cb588667ec39f87038f219544f9aeff4cb4e2f1.tar.lz
neovim-configuration-8cb588667ec39f87038f219544f9aeff4cb4e2f1.tar.xz
neovim-configuration-8cb588667ec39f87038f219544f9aeff4cb4e2f1.tar.zst
neovim-configuration-8cb588667ec39f87038f219544f9aeff4cb4e2f1.zip
fix: add some runtime deps for Tree-Sitter
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 207a8a1..4d9e8da 100644
--- a/flake.nix
+++ b/flake.nix
@@ -125,6 +125,12 @@
# this includes LSPs
lspsAndRuntimeDeps = {
general = with pkgs; {
+ treesitter = [
+ gcc
+ tree-sitter
+ nodejs-slim
+ ];
+
lua = [
lua-language-server
stylua