Merge pull request #124845 from maaslalani/vim-plugin-colorbuddy

vimPlugins.colorbuddy-nvim: init at 2021-04-16
This commit is contained in:
Sandro 2021-06-03 16:53:51 +02:00 committed by GitHub
commit 34228443c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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