vimPlugins.colorbuddy-nvim: init at 2021-04-16

This commit is contained in:
"Maas Lalani" 2021-05-29 00:14:30 -04:00 committed by Maas Lalani
parent 0cd13ae1a3
commit 17cfba9b0a
2 changed files with 13 additions and 0 deletions

View File

@ -579,6 +579,18 @@ final: prev:
meta.homepage = "https://github.com/metakirby5/codi.vim/";
};
colorbuddy-nvim = buildVimPluginFrom2Nix {
pname = "colorbuddy-nvim";
version = "2021-04-16";
src = fetchFromGitHub {
owner = "tjdevries";
repo = "colorbuddy.nvim";
rev = "87c80e3f4a590d0387d9b128d1f1fc456759408a";
sha256 = "19gfmyhmwpr8gi03w44zm056zrzaj74hplpl4psy9mylvb0ghf0k";
};
meta.homepage = "https://github.com/tjdevries/colorbuddy.nvim/";
};
colorizer = buildVimPluginFrom2Nix {
pname = "colorizer";
version = "2020-07-23";

View File

@ -643,6 +643,7 @@ thosakwe/vim-flutter
tiagofumo/vim-nerdtree-syntax-highlight
tikhomirov/vim-glsl
TimUntersberger/neogit
tjdevries/colorbuddy.nvim
tjdevries/nlua.nvim
tjdevries/train.nvim
tmhedberg/SimpylFold