vimPlugins.neoterm: init at 2018-12-21

This commit is contained in:
Timo Kaufmann 2019-01-08 17:57:29 +01:00
parent 114a9e6bd4
commit f7113786af
2 changed files with 12 additions and 0 deletions

View File

@ -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";

View File

@ -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