forked from mirrors/nixpkgs
vimPlugins.neoterm: init at 2018-12-21
This commit is contained in:
parent
114a9e6bd4
commit
f7113786af
|
@ -1156,6 +1156,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
neoterm = buildVimPluginFrom2Nix {
|
||||
pname = "neoterm";
|
||||
version = "2018-12-21";
|
||||
src = fetchFromGitHub {
|
||||
owner = "kassio";
|
||||
repo = "neoterm";
|
||||
rev = "d74b342a9bc84e4ca3f7e85cd773a08d0aa26fe9";
|
||||
sha256 = "09ywfnm5imx98qx57vg7ih37jixzh2sm6769gvrjz7m6d8d016mn";
|
||||
};
|
||||
};
|
||||
|
||||
neovim-sensible = buildVimPluginFrom2Nix {
|
||||
pname = "neovim-sensible";
|
||||
version = "2017-09-20";
|
||||
|
|
|
@ -130,6 +130,7 @@ kana/vim-niceblock
|
|||
kana/vim-operator-replace
|
||||
kana/vim-operator-user
|
||||
kana/vim-tabpagecd
|
||||
kassio/neoterm
|
||||
kchmck/vim-coffee-script
|
||||
KeitaNakamura/neodark.vim
|
||||
keith/swift.vim
|
||||
|
|
Loading…
Reference in a new issue