vimPlugins.terminal-nvim: init at 2024-10-14

This commit is contained in:
"Pedro Alves"
2025-02-02 17:14:18 +00:00
parent 3d6ac6a6e7
commit 2e7dcac1c3
2 changed files with 13 additions and 0 deletions
@@ -12876,6 +12876,18 @@ final: prev:
meta.homepage = "https://github.com/chomosuke/term-edit.nvim/";
};
terminal-nvim = buildVimPlugin {
pname = "terminal.nvim";
version = "2024-10-14";
src = fetchFromGitHub {
owner = "rebelot";
repo = "terminal.nvim";
rev = "95cdb0c22cd2d2f8c2b33a55ec07f0bcbd6cad9e";
sha256 = "0bp6m6b7bsw9d4iyn1b8bw3avnvjlk7pi8h941m68fw54n3mf06f";
};
meta.homepage = "https://github.com/rebelot/terminal.nvim/";
};
terminus = buildVimPlugin {
pname = "terminus";
version = "2024-07-30";
@@ -1066,6 +1066,7 @@ https://github.com/joerdav/templ.vim/,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/rebelot/terminal.nvim/,HEAD,
https://github.com/wincent/terminus/,,
https://github.com/oberblastmeister/termwrapper.nvim/,,
https://github.com/ternjs/tern_for_vim/,,