vimPlugins.nvchad-extensions: init at unstable-2023-05-14

This commit is contained in:
Zhong Jianxin 2023-05-20 00:22:29 +08:00
parent 9a6c4bc66f
commit 04a6d9fc61
2 changed files with 13 additions and 0 deletions

View file

@ -6213,6 +6213,18 @@ final: prev:
meta.homepage = "https://github.com/ChristianChiarulli/nvcode-color-schemes.vim/";
};
nvchad-extensions = buildVimPluginFrom2Nix {
pname = "nvchad-extensions";
version = "unstable-2023-05-14";
src = fetchFromGitHub {
owner = "nvchad";
repo = "extensions";
rev = "6025bdbbac5c14b96ba4734e61eaf28db2742676";
sha256 = "1dfj4a3vh8djgylcc4f7bg7hq2mmg8imizglzbqr0my74v4shd1w";
};
meta.homepage = "https://github.com/nvchad/extensions/";
};
nvim-FeMaco-lua = buildVimPluginFrom2Nix {
pname = "nvim-FeMaco.lua";
version = "2023-04-20";

View file

@ -254,6 +254,7 @@ https://github.com/dmix/elvish.vim/,,
https://github.com/mattn/emmet-vim/,,
https://github.com/vim-scripts/emodeline/,,
https://github.com/sainnhe/everforest/,,
https://github.com/nvchad/extensions/,HEAD,nvchad-extensions
https://github.com/fenetikm/falcon/,,
https://github.com/brooth/far.vim/,,
https://github.com/konfekt/fastfold/,,