vimPlugins.nvim-comment: init at 2022-01-04
This commit is contained in:
parent
f9265f6537
commit
a88e39e972
2 changed files with 13 additions and 0 deletions
|
@ -4353,6 +4353,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/norcalli/nvim-colorizer.lua/";
|
meta.homepage = "https://github.com/norcalli/nvim-colorizer.lua/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nvim-comment = buildVimPluginFrom2Nix {
|
||||||
|
pname = "nvim-comment";
|
||||||
|
version = "2022-01-04";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "terrortylor";
|
||||||
|
repo = "nvim-comment";
|
||||||
|
rev = "f670649da497de12aa3d5afc0a693d5d50b17d85";
|
||||||
|
sha256 = "0j3pay000yf79lz5plcnfp068fychnf7xa08cg7h5s0nx5cp5bgh";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/terrortylor/nvim-comment/";
|
||||||
|
};
|
||||||
|
|
||||||
nvim-compe = buildVimPluginFrom2Nix {
|
nvim-compe = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-compe";
|
pname = "nvim-compe";
|
||||||
version = "2021-10-02";
|
version = "2021-10-02";
|
||||||
|
|
|
@ -777,6 +777,7 @@ tami5/sqlite.lua
|
||||||
tbastos/vim-lua
|
tbastos/vim-lua
|
||||||
tbodt/deoplete-tabnine
|
tbodt/deoplete-tabnine
|
||||||
ternjs/tern_for_vim
|
ternjs/tern_for_vim
|
||||||
|
terrortylor/nvim-comment
|
||||||
terryma/vim-expand-region
|
terryma/vim-expand-region
|
||||||
terryma/vim-multiple-cursors
|
terryma/vim-multiple-cursors
|
||||||
tex/vimpreviewpandoc
|
tex/vimpreviewpandoc
|
||||||
|
|
Loading…
Reference in a new issue