about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim/plugins/nvim-treesitter/update.py
AgeCommit message (Collapse)AuthorFilesLines
8 daysvimPlugins.nvim-treesitter: fix update.py and update documentation (#321535)Mango The Fourth1-1/+1
* vimPlugins.nvim-treesitter: fix update.py and update documentation
2023-10-16vimPluginsUpdater: fix nvim-treesitter grammars updateGaetan Lepage1-4/+5
2023-10-15vimPluginsUpdater: fix treesitter updatesMatthieu Coudron1-31/+47
2023-10-01vimPluginsUpdater: initMatthieu Coudron1-12/+16
The nixpkgs documentation mentions how to update out of tree plugins but one problem is that it requires a nixpkgs clone. This makes it more convenient. I've had the need to generate vim plugins and lua overlays for other projects unrelated to nix and this will make updates easier (aka just run `nix run nixpkgs#vimPluginsUpdater -- --proc=1` or with the legacy commands: `nix-shell -p vimPluginsUpdater --run vim-plugins-updater`. I added an optional "nixpkgs" argument to command line parser, which is the path towards a nixpkgs checkout. By default the current folder. update-luarocks-packages: format with black
2023-03-27vimPlugins.nvim-treesitter: prefix version with 0.0.0+rev=Sandro Jäckel1-1/+1
This makes diffing two nixos systems less noisy, as no longer short commits starting with numbers are counted as versions and with letters as pname.
2023-01-23tree-sitter/grammar: make fit for public useErik Arvstedt1-1/+1
- Rename `source` to the more idiomatic `src`. - Pass `version` to `mkDerivation` so that it's available in `drvAttrs`/`overrideAttrs`. - Remove misleading comment about `version`. (nvim-treesitter sets the version to the grammar src hash.)
2023-01-03vimPlugins.nvim-treesitter: clean up update scriptfigsoda1-3/+2
2022-12-31nurl: 0.1.1 -> 0.2.1figsoda1-1/+6
Diff: https://github.com/nix-community/nurl/compare/v0.1.1...v0.2.1 Changelog: https://github.com/nix-community/nurl/blob/v0.2.1/CHANGELOG.md
2022-12-29vimPlugins.nvim-treesitter: switch to nurl in update scriptfigsoda1-46/+5
2022-12-23vimPlugins.nvim-treesitter: fix update scriptfigsoda1-1/+1
2022-11-17vimPlugins.nvim-treesitter: set meta.homepage for grammarsfigsoda1-2/+3
2022-11-14vimPlugins.nvim-treesitter: move grammar generation from fetch to grammar.nixfigsoda1-14/+5
2022-11-01vimPlugins.nvim-treesitter: fix up update script and update grammarsfigsoda1-4/+3
2022-10-31vimPlugins.nvim-treesitter: add tree sitter grammarsfigsoda1-0/+123