Loading pkgs/applications/editors/vim/plugins/generated.nix +159 −147 File changed.Preview size limit exceeded, changes collapsed. Show changes pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix +29 −18 Original line number Diff line number Diff line Loading @@ -348,12 +348,12 @@ }; fish = buildGrammar { language = "fish"; version = "84436cf"; version = "6675b56"; source = fetchFromGitHub { owner = "ram02z"; repo = "tree-sitter-fish"; rev = "84436cf24c2b3176bfbb220922a0fdbd0141e406"; hash = "sha256-oJuCd+2mTCEP/rNQzweShc7TZiqwKBIDRQqnV8VqQ4s="; rev = "6675b56266b3f615fb112205b6b83a79315309c4"; hash = "sha256-hU2QMiNfO5/Drjl0QoUb9ERaK/3ETGaIsDBHMZ70n/A="; }; meta.homepage = "https://github.com/ram02z/tree-sitter-fish"; }; Loading Loading @@ -423,6 +423,17 @@ }; meta.homepage = "https://github.com/ObserverOfTime/tree-sitter-gitattributes"; }; gitcommit = buildGrammar { language = "gitcommit"; version = "f6e7f24"; source = fetchFromGitHub { owner = "gbprod"; repo = "tree-sitter-gitcommit"; rev = "f6e7f24fd12e1d01f9bf23f7625800ace134030c"; hash = "sha256-1MPb2JuBFfckh4sRMxwBWySwS5xHhQSaXx2Sl1Kfuso="; }; meta.homepage = "https://github.com/gbprod/tree-sitter-gitcommit"; }; gitignore = buildGrammar { language = "gitignore"; version = "f4685bf"; Loading Loading @@ -459,12 +470,12 @@ }; glsl = buildGrammar { language = "glsl"; version = "a743ada"; version = "e2c2214"; source = fetchFromGitHub { owner = "theHamsta"; repo = "tree-sitter-glsl"; rev = "a743ada24fa17da9acc5665133f07d56e03530be"; hash = "sha256-l2t2U4fZYMMpc1Nkv8JODtDny0/kSUsbiJ/VVD5VyhI="; rev = "e2c2214045de2628b81089b1a739962f59654558"; hash = "sha256-GrbheFLeJLAvm3LE4WOfmYnIjVcRkD9pfugJJuIc25A="; }; meta.homepage = "https://github.com/theHamsta/tree-sitter-glsl"; }; Loading Loading @@ -592,12 +603,12 @@ }; hlsl = buildGrammar { language = "hlsl"; version = "384b26e"; version = "329e3c8"; source = fetchFromGitHub { owner = "theHamsta"; repo = "tree-sitter-hlsl"; rev = "384b26ec65e10f26cf147bfcde772c50ca5ef0d0"; hash = "sha256-f6jKhC1vPpNTY0Rv1WMdJMNXRFiLsCApy/kIv7CBesA="; rev = "329e3c8bd6f696a6128e0dccba34b2799dc3037e"; hash = "sha256-unxcw0KTlMDtcdjvIZidU/QckjfHBtc+LzAR7SukdU0="; }; meta.homepage = "https://github.com/theHamsta/tree-sitter-hlsl"; }; Loading Loading @@ -1125,12 +1136,12 @@ }; rasi = buildGrammar { language = "rasi"; version = "1239134"; version = "5f04634"; source = fetchFromGitHub { owner = "Fymyte"; repo = "tree-sitter-rasi"; rev = "12391343979463a2484e6353e5afb6dcb8c31e8b"; hash = "sha256-JmL2Ei2DZhsZ4jFQ8s6B0ig9bflDs9dLr5/QknDqqRc="; rev = "5f04634dd4e12de4574c4a3dc9d6d5d4da4a2a1b"; hash = "sha256-2n8nHinlgtLKBlDLiphu7vqPi7W02brRY1h8BGkcoZc="; }; meta.homepage = "https://github.com/Fymyte/tree-sitter-rasi"; }; Loading Loading @@ -1391,12 +1402,12 @@ }; tsx = buildGrammar { language = "tsx"; version = "0ab9d99"; version = "0ae3828"; source = fetchFromGitHub { owner = "tree-sitter"; repo = "tree-sitter-typescript"; rev = "0ab9d99867435a7667c5548a6617a6bf73dbd830"; hash = "sha256-Nx+K7Ic/ePKAXPIMlrRn6zELYE59f/FnnZ/LM5ELaU8="; rev = "0ae382803abce0807e90f498105c713b9233e0b2"; hash = "sha256-we8jkX8Nl9+eGw8c6ZmH5hW7yfzFaNhQ+WDzRvMMx9A="; }; location = "tsx"; meta.homepage = "https://github.com/tree-sitter/tree-sitter-typescript"; Loading Loading @@ -1425,12 +1436,12 @@ }; typescript = buildGrammar { language = "typescript"; version = "0ab9d99"; version = "0ae3828"; source = fetchFromGitHub { owner = "tree-sitter"; repo = "tree-sitter-typescript"; rev = "0ab9d99867435a7667c5548a6617a6bf73dbd830"; hash = "sha256-Nx+K7Ic/ePKAXPIMlrRn6zELYE59f/FnnZ/LM5ELaU8="; rev = "0ae382803abce0807e90f498105c713b9233e0b2"; hash = "sha256-we8jkX8Nl9+eGw8c6ZmH5hW7yfzFaNhQ+WDzRvMMx9A="; }; location = "typescript"; meta.homepage = "https://github.com/tree-sitter/tree-sitter-typescript"; Loading pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -749,6 +749,10 @@ self: super: { ''; }); ssr = super.ssr-nvim.overrideAttrs (old: { dependencies = with self; [ nvim-treesitter ]; }); statix = buildVimPluginFrom2Nix rec { inherit (statix) pname src meta; version = "0.1.0"; Loading pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -618,6 +618,7 @@ https://github.com/AndrewRadev/splitjoin.vim/,, https://github.com/tami5/sqlite.lua/,, https://github.com/srcery-colors/srcery-vim/,, https://github.com/chr4/sslsecure.vim/,, https://github.com/cshuaimin/ssr.nvim/,HEAD, https://github.com/luukvbaal/stabilize.nvim/,, https://github.com/eigenfoo/stan-vim/,, https://github.com/darfink/starsearch.vim/,, Loading Loading
pkgs/applications/editors/vim/plugins/generated.nix +159 −147 File changed.Preview size limit exceeded, changes collapsed. Show changes
pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix +29 −18 Original line number Diff line number Diff line Loading @@ -348,12 +348,12 @@ }; fish = buildGrammar { language = "fish"; version = "84436cf"; version = "6675b56"; source = fetchFromGitHub { owner = "ram02z"; repo = "tree-sitter-fish"; rev = "84436cf24c2b3176bfbb220922a0fdbd0141e406"; hash = "sha256-oJuCd+2mTCEP/rNQzweShc7TZiqwKBIDRQqnV8VqQ4s="; rev = "6675b56266b3f615fb112205b6b83a79315309c4"; hash = "sha256-hU2QMiNfO5/Drjl0QoUb9ERaK/3ETGaIsDBHMZ70n/A="; }; meta.homepage = "https://github.com/ram02z/tree-sitter-fish"; }; Loading Loading @@ -423,6 +423,17 @@ }; meta.homepage = "https://github.com/ObserverOfTime/tree-sitter-gitattributes"; }; gitcommit = buildGrammar { language = "gitcommit"; version = "f6e7f24"; source = fetchFromGitHub { owner = "gbprod"; repo = "tree-sitter-gitcommit"; rev = "f6e7f24fd12e1d01f9bf23f7625800ace134030c"; hash = "sha256-1MPb2JuBFfckh4sRMxwBWySwS5xHhQSaXx2Sl1Kfuso="; }; meta.homepage = "https://github.com/gbprod/tree-sitter-gitcommit"; }; gitignore = buildGrammar { language = "gitignore"; version = "f4685bf"; Loading Loading @@ -459,12 +470,12 @@ }; glsl = buildGrammar { language = "glsl"; version = "a743ada"; version = "e2c2214"; source = fetchFromGitHub { owner = "theHamsta"; repo = "tree-sitter-glsl"; rev = "a743ada24fa17da9acc5665133f07d56e03530be"; hash = "sha256-l2t2U4fZYMMpc1Nkv8JODtDny0/kSUsbiJ/VVD5VyhI="; rev = "e2c2214045de2628b81089b1a739962f59654558"; hash = "sha256-GrbheFLeJLAvm3LE4WOfmYnIjVcRkD9pfugJJuIc25A="; }; meta.homepage = "https://github.com/theHamsta/tree-sitter-glsl"; }; Loading Loading @@ -592,12 +603,12 @@ }; hlsl = buildGrammar { language = "hlsl"; version = "384b26e"; version = "329e3c8"; source = fetchFromGitHub { owner = "theHamsta"; repo = "tree-sitter-hlsl"; rev = "384b26ec65e10f26cf147bfcde772c50ca5ef0d0"; hash = "sha256-f6jKhC1vPpNTY0Rv1WMdJMNXRFiLsCApy/kIv7CBesA="; rev = "329e3c8bd6f696a6128e0dccba34b2799dc3037e"; hash = "sha256-unxcw0KTlMDtcdjvIZidU/QckjfHBtc+LzAR7SukdU0="; }; meta.homepage = "https://github.com/theHamsta/tree-sitter-hlsl"; }; Loading Loading @@ -1125,12 +1136,12 @@ }; rasi = buildGrammar { language = "rasi"; version = "1239134"; version = "5f04634"; source = fetchFromGitHub { owner = "Fymyte"; repo = "tree-sitter-rasi"; rev = "12391343979463a2484e6353e5afb6dcb8c31e8b"; hash = "sha256-JmL2Ei2DZhsZ4jFQ8s6B0ig9bflDs9dLr5/QknDqqRc="; rev = "5f04634dd4e12de4574c4a3dc9d6d5d4da4a2a1b"; hash = "sha256-2n8nHinlgtLKBlDLiphu7vqPi7W02brRY1h8BGkcoZc="; }; meta.homepage = "https://github.com/Fymyte/tree-sitter-rasi"; }; Loading Loading @@ -1391,12 +1402,12 @@ }; tsx = buildGrammar { language = "tsx"; version = "0ab9d99"; version = "0ae3828"; source = fetchFromGitHub { owner = "tree-sitter"; repo = "tree-sitter-typescript"; rev = "0ab9d99867435a7667c5548a6617a6bf73dbd830"; hash = "sha256-Nx+K7Ic/ePKAXPIMlrRn6zELYE59f/FnnZ/LM5ELaU8="; rev = "0ae382803abce0807e90f498105c713b9233e0b2"; hash = "sha256-we8jkX8Nl9+eGw8c6ZmH5hW7yfzFaNhQ+WDzRvMMx9A="; }; location = "tsx"; meta.homepage = "https://github.com/tree-sitter/tree-sitter-typescript"; Loading Loading @@ -1425,12 +1436,12 @@ }; typescript = buildGrammar { language = "typescript"; version = "0ab9d99"; version = "0ae3828"; source = fetchFromGitHub { owner = "tree-sitter"; repo = "tree-sitter-typescript"; rev = "0ab9d99867435a7667c5548a6617a6bf73dbd830"; hash = "sha256-Nx+K7Ic/ePKAXPIMlrRn6zELYE59f/FnnZ/LM5ELaU8="; rev = "0ae382803abce0807e90f498105c713b9233e0b2"; hash = "sha256-we8jkX8Nl9+eGw8c6ZmH5hW7yfzFaNhQ+WDzRvMMx9A="; }; location = "typescript"; meta.homepage = "https://github.com/tree-sitter/tree-sitter-typescript"; Loading
pkgs/applications/editors/vim/plugins/overrides.nix +4 −0 Original line number Diff line number Diff line Loading @@ -749,6 +749,10 @@ self: super: { ''; }); ssr = super.ssr-nvim.overrideAttrs (old: { dependencies = with self; [ nvim-treesitter ]; }); statix = buildVimPluginFrom2Nix rec { inherit (statix) pname src meta; version = "0.1.0"; Loading
pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -618,6 +618,7 @@ https://github.com/AndrewRadev/splitjoin.vim/,, https://github.com/tami5/sqlite.lua/,, https://github.com/srcery-colors/srcery-vim/,, https://github.com/chr4/sslsecure.vim/,, https://github.com/cshuaimin/ssr.nvim/,HEAD, https://github.com/luukvbaal/stabilize.nvim/,, https://github.com/eigenfoo/stan-vim/,, https://github.com/darfink/starsearch.vim/,, Loading