mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
vimPlugins.bat-vim: init at 2022-11-14
This commit is contained in:
parent
fea406ef2f
commit
e636d6b835
@ -857,6 +857,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";
|
||||
|
@ -70,6 +70,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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user