feat(neovim): add tree-sitter-pest support and refactor configurations

This commit is contained in:
uttarayan21
2025-11-03 00:56:43 +05:30
parent 0f77e228b0
commit fb3af7f9fa
10 changed files with 115 additions and 74 deletions

View File

@@ -119,6 +119,10 @@
url = "github:nushell/tree-sitter-nu";
flake = false;
};
tree-sitter-pest = {
url = "github:pest-parser/tree-sitter-pest";
flake = false;
};
navigator = {
url = "github:ray-x/navigator.lua";
flake = false;
@@ -401,7 +405,7 @@
in {
packages = rec {
default = neovim;
neovim = pkgs.nixvim.makeNixvim (import ./neovim);
neovim = pkgs.nixvim.makeNixvim (pkgs.callPackage ./neovim);
};
devShells = {
default = pkgs.mkShell {