vimPlugins.neocord: init at 2024-02-10 (#288120)

This commit is contained in:
Mateus Alves
2024-02-12 10:36:27 +01:00
committed by GitHub
parent 4356bc15ae
commit 21c21e559c
2 changed files with 13 additions and 0 deletions
@@ -6094,6 +6094,18 @@ final: prev:
meta.homepage = "https://github.com/folke/neoconf.nvim/";
};
neocord = buildVimPlugin {
pname = "neocord";
version = "2024-02-10";
src = fetchFromGitHub {
owner = "IogaMaster";
repo = "neocord";
rev = "d5f51d466644fe3c62eda4c41e373ecdc299a367";
sha256 = "1gv7lkqgiljgazzm0r5nbnvj3rj0l376bcz3hf2d881h4xi2lq3l";
};
meta.homepage = "https://github.com/IogaMaster/neocord";
};
neodark-vim = buildVimPlugin {
pname = "neodark.vim";
version = "2024-01-12";
@@ -82,6 +82,7 @@ https://github.com/romgrk/barbar.nvim/,,
https://github.com/utilyre/barbecue.nvim/,,
https://github.com/chriskempson/base16-vim/,,
https://github.com/nvchad/base46/,HEAD,
https://github.com/IogaMaster/neocord.git,main,
https://github.com/jamespwilliams/bat.vim/,HEAD,
https://github.com/vim-scripts/bats.vim/,,
https://github.com/rbgrouleff/bclose.vim/,,