diff options
| author | figsoda <figsoda@pm.me> | 2023-01-08 14:45:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-08 14:45:12 -0500 |
| commit | 7f8b4595a7e5dfd4cc871e769209f3a85bdee30a (patch) | |
| tree | 614db655913b007e7f92175ba51be09f28aae9d6 | |
| parent | Merge pull request #209526 from NixOS/backport-209254-to-release-22.11 (diff) | |
| parent | vimPlugins.bat-vim: init at 2022-11-14 (diff) | |
| download | nixpkgs-7f8b4595a7e5dfd4cc871e769209f3a85bdee30a.tar.gz | |
Merge pull request #209560 from figsoda/backport-209535
[backport release-22.11] vimPlugins.bat-vim: init at 2022-11-14
| -rw-r--r-- | pkgs/applications/editors/vim/plugins/generated.nix | 12 | ||||
| -rw-r--r-- | pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 5855132952a0..23fbd610fbe8 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -833,6 +833,18 @@ final: prev: meta.homepage = "https://github.com/chriskempson/base16-vim/"; }; + bat-vim = buildVimPluginFrom2Nix { + pname = "bat.vim"; + version = "2022-11-14"; + src = fetchFromGitHub { + owner = "jamespwilliams"; + repo = "bat.vim"; + rev = "cc038af97410bfc8da2e29f7eefa51f565346993"; + sha256 = "17f9vwy3qfyl553hddah5zbj8gwww772frlvw51zskf9phdg17la"; + }; + meta.homepage = "https://github.com/jamespwilliams/bat.vim/"; + }; + bats-vim = buildVimPluginFrom2Nix { pname = "bats.vim"; version = "2013-07-03"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index b2f0b4235b30..6efb073364be 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -68,6 +68,7 @@ https://github.com/ayu-theme/ayu-vim/,, https://github.com/romgrk/barbar.nvim/,, https://github.com/utilyre/barbecue.nvim/,, https://github.com/chriskempson/base16-vim/,, +https://github.com/jamespwilliams/bat.vim/,HEAD, https://github.com/vim-scripts/bats.vim/,, https://github.com/rbgrouleff/bclose.vim/,, https://github.com/max397574/better-escape.nvim/,, |
