We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9869ee commit cc96e29Copy full SHA for cc96e29
1 file changed
modules/home/suites/development/default.nix
@@ -128,6 +128,8 @@ in
128
# NOTE: vim-update 'plugin-name'
129
vim-update = ''nix run nixpkgs#vimPluginsUpdater update'';
130
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'';
133
lua-update-all = ''nix run nixpkgs#luarocks-packages-updater -- --github-token=$(echo $GITHUB_TOKEN)'';
134
135
# Home-Manager
0 commit comments