vimPlugins.term-edit-nvim: init at 2023-01-20
This commit is contained in:
@@ -8308,6 +8308,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/jacoborus/tender.vim/";
|
||||
};
|
||||
|
||||
term-edit-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "term-edit.nvim";
|
||||
version = "2023-01-20";
|
||||
src = fetchFromGitHub {
|
||||
owner = "chomosuke";
|
||||
repo = "term-edit.nvim";
|
||||
rev = "28a095d6c9691039a5680b644676bbc80c6bcc35";
|
||||
sha256 = "1qlq09wxmiqqkz23id2679lj7x3rnjlyzqd67vfcp06gahnb0wky";
|
||||
};
|
||||
meta.homepage = "https://github.com/chomosuke/term-edit.nvim/";
|
||||
};
|
||||
|
||||
terminus = buildVimPluginFrom2Nix {
|
||||
pname = "terminus";
|
||||
version = "2021-12-28";
|
||||
|
||||
@@ -697,6 +697,7 @@ https://github.com/nvim-telescope/telescope.nvim/,,
|
||||
https://github.com/luc-tielen/telescope_hoogle/,HEAD,
|
||||
https://github.com/axelvc/template-string.nvim/,HEAD,
|
||||
https://github.com/jacoborus/tender.vim/,,
|
||||
https://github.com/chomosuke/term-edit.nvim/,HEAD,
|
||||
https://github.com/wincent/terminus/,,
|
||||
https://github.com/oberblastmeister/termwrapper.nvim/,,
|
||||
https://github.com/ternjs/tern_for_vim/,,
|
||||
|
||||
Reference in New Issue
Block a user