mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
vimPlugins.FTerm-nvim: init at 2021-11-13
This commit is contained in:
parent
9e7cfee02b
commit
6575f96648
2 changed files with 13 additions and 0 deletions
|
@ -2037,6 +2037,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/raghur/fruzzy/";
|
||||
};
|
||||
|
||||
FTerm-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "FTerm.nvim";
|
||||
version = "2021-11-13";
|
||||
src = fetchFromGitHub {
|
||||
owner = "numToStr";
|
||||
repo = "FTerm.nvim";
|
||||
rev = "0911ab93b488fdd8032e695ab56d14357e14e836";
|
||||
sha256 = "0pbfg66fd8ff1b2wshlb9c58sb8zq3ckm7yjg6vv43dk4kcnjf1i";
|
||||
};
|
||||
meta.homepage = "https://github.com/numToStr/FTerm.nvim/";
|
||||
};
|
||||
|
||||
fugitive-gitlab-vim = buildVimPluginFrom2Nix {
|
||||
pname = "fugitive-gitlab.vim";
|
||||
version = "2021-09-20";
|
||||
|
|
|
@ -533,6 +533,7 @@ norcalli/snippets.nvim
|
|||
ntpeters/vim-better-whitespace
|
||||
numirias/semshi
|
||||
numtostr/comment.nvim
|
||||
numToStr/FTerm.nvim
|
||||
nvie/vim-flake8
|
||||
nvim-lua/completion-nvim
|
||||
nvim-lua/diagnostic-nvim
|
||||
|
|
Loading…
Reference in a new issue