Skip to content

Commit cc96e29

Browse files
committed
homes/suites/development: add treesitter update alias
Just make it quicker for me
1 parent d9869ee commit cc96e29

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/home/suites/development/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ in
128128
# NOTE: vim-update 'plugin-name'
129129
vim-update = ''nix run nixpkgs#vimPluginsUpdater update'';
130130
vim-update-all = ''nix run nixpkgs#vimPluginsUpdater -- --github-token=$(echo $GITHUB_TOKEN)'';
131+
tree-update-all = ''./pkgs/applications/editors/vim/plugins/utils/nvim-treesitter/update.py && git add . && git commit -m "vimPlugins.nvim-treesitter: update grammars"'';
132+
tree-check = ''nix build .#vimPlugins.nvim-treesitter.passthru.tests.check-queries'';
131133
lua-update-all = ''nix run nixpkgs#luarocks-packages-updater -- --github-token=$(echo $GITHUB_TOKEN)'';
132134

133135
# Home-Manager

0 commit comments

Comments
 (0)