vimPlugins.comment-nvim: init at 2021-10-17

This commit is contained in:
figsoda 2021-10-17 11:25:37 -04:00
parent 222ae15d55
commit 1ba118f40a
2 changed files with 13 additions and 0 deletions

View File

@ -868,6 +868,18 @@ final: prev:
meta.homepage = "https://github.com/wincent/command-t/";
};
comment-nvim = buildVimPluginFrom2Nix {
pname = "comment.nvim";
version = "2021-10-17";
src = fetchFromGitHub {
owner = "numtostr";
repo = "comment.nvim";
rev = "a86384dc153e86a9a3cbec1436a8acfa4b07690d";
sha256 = "043nczs67sa7i2nmmadhrd52d3yzjr1kcm3bgb4q5zig1a7r4dcj";
};
meta.homepage = "https://github.com/numtostr/comment.nvim/";
};
committia-vim = buildVimPluginFrom2Nix {
pname = "committia.vim";
version = "2020-08-27";

View File

@ -519,6 +519,7 @@ norcalli/nvim-terminal.lua
norcalli/snippets.nvim
ntpeters/vim-better-whitespace
numirias/semshi
numtostr/comment.nvim
nvie/vim-flake8
nvim-lua/completion-nvim
nvim-lua/diagnostic-nvim