vimPlugins.sideways-vim: init at 2020-08-24
This commit is contained in:
parent
3dc2bd11d2
commit
a7a65d8389
@ -3406,6 +3406,18 @@ let
|
|||||||
meta.homepage = "https://github.com/vim-scripts/ShowMultiBase/";
|
meta.homepage = "https://github.com/vim-scripts/ShowMultiBase/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sideways-vim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "sideways-vim";
|
||||||
|
version = "2020-08-24";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "AndrewRadev";
|
||||||
|
repo = "sideways.vim";
|
||||||
|
rev = "b6e819e5d54efc3d160695499769cedca98b4f29";
|
||||||
|
sha256 = "1ma4fin1dhxgz6bs4b6fk9gbdmnl89smpsdb2akj23pg2rslfysv";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/AndrewRadev/sideways.vim/";
|
||||||
|
};
|
||||||
|
|
||||||
SimpylFold = buildVimPluginFrom2Nix {
|
SimpylFold = buildVimPluginFrom2Nix {
|
||||||
pname = "SimpylFold";
|
pname = "SimpylFold";
|
||||||
version = "2017-06-13";
|
version = "2017-06-13";
|
||||||
|
@ -11,6 +11,7 @@ alx741/vim-stylishask
|
|||||||
amiorin/ctrlp-z
|
amiorin/ctrlp-z
|
||||||
andrep/vimacs
|
andrep/vimacs
|
||||||
andreshazard/vim-logreview
|
andreshazard/vim-logreview
|
||||||
|
AndrewRadev/sideways.vim
|
||||||
AndrewRadev/splitjoin.vim
|
AndrewRadev/splitjoin.vim
|
||||||
andsild/peskcolor.vim
|
andsild/peskcolor.vim
|
||||||
andviro/flake8-vim
|
andviro/flake8-vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user