vimPlugins.nvim-ts-context-commentstring: init at 2021-07-06

This commit is contained in:
figsoda 2021-08-06 22:48:17 -04:00 committed by Jonathan Ringer
parent 629cfee9b0
commit af960c889f
2 changed files with 13 additions and 0 deletions

View file

@ -3934,6 +3934,18 @@ final: prev:
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects/";
};
nvim-ts-context-commentstring = buildVimPluginFrom2Nix {
pname = "nvim-ts-context-commentstring";
version = "2021-07-06";
src = fetchFromGitHub {
owner = "joosepalviste";
repo = "nvim-ts-context-commentstring";
rev = "a38c22022fe0ae8e8aae1ba9294a33b903eef409";
sha256 = "0fqr68360fmfygirr65iapf9fp5ganvn69gw3p3k1blnx17jlzbk";
};
meta.homepage = "https://github.com/joosepalviste/nvim-ts-context-commentstring/";
};
nvim-ts-rainbow = buildVimPluginFrom2Nix {
pname = "nvim-ts-rainbow";
version = "2021-08-01";

View file

@ -260,6 +260,7 @@ jnurmine/zenburn
jonbri/vim-colorstepper
jonsmithers/vim-html-template-literals
joonty/vim-xdebug
joosepalviste/nvim-ts-context-commentstring@main
josa42/coc-lua
josa42/vim-lightline-coc
jose-elias-alvarez/null-ls.nvim@main