vimPlugins.sad: init at 2019-02-18
This commit is contained in:
parent
add85d7ee7
commit
873f2632e2
@ -4127,6 +4127,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/rust-lang/rust.vim/";
|
meta.homepage = "https://github.com/rust-lang/rust.vim/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sad-vim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "sad-vim";
|
||||||
|
version = "2019-02-18";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "hauleth";
|
||||||
|
repo = "sad.vim";
|
||||||
|
rev = "2f5b33b239a566ffedaa81cee3051bb613482d1e";
|
||||||
|
sha256 = "11kxnrp3b6qc2rcp5jdqjb7cxh6lqy09v3yh7dk4kd51jkgxqbn4";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/hauleth/sad.vim/";
|
||||||
|
};
|
||||||
|
|
||||||
salt-vim = buildVimPluginFrom2Nix {
|
salt-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "salt-vim";
|
pname = "salt-vim";
|
||||||
version = "2017-07-01";
|
version = "2017-07-01";
|
||||||
|
@ -176,6 +176,7 @@ guns/xterm-color-table.vim
|
|||||||
hashivim/vim-packer
|
hashivim/vim-packer
|
||||||
hashivim/vim-terraform
|
hashivim/vim-terraform
|
||||||
hashivim/vim-vagrant
|
hashivim/vim-vagrant
|
||||||
|
hauleth/sad.vim
|
||||||
haya14busa/incsearch-easymotion.vim
|
haya14busa/incsearch-easymotion.vim
|
||||||
haya14busa/incsearch.vim
|
haya14busa/incsearch.vim
|
||||||
haya14busa/is.vim
|
haya14busa/is.vim
|
||||||
|
Loading…
Reference in New Issue
Block a user