vimPlugins.mini-nvim: init at 2022-01-06

This commit is contained in:
Seong Yong-ju 2022-01-10 13:51:04 +09:00 committed by Jonathan Ringer
parent 5a8040b964
commit 4d0c0f64b1
2 changed files with 13 additions and 0 deletions

View File

@ -3442,6 +3442,18 @@ final: prev:
meta.homepage = "https://github.com/vim-scripts/mayansmoke/";
};
mini-nvim = buildVimPluginFrom2Nix {
pname = "mini.nvim";
version = "2022-01-06";
src = fetchFromGitHub {
owner = "echasnovski";
repo = "mini.nvim";
rev = "a1aa674e94c81feb1fc210527324bfb1e4a08b6f";
sha256 = "1blpk5p1lpd87ramnp5nqv188p8wdxsg8d1w811pmxqwas2ji7f5";
};
meta.homepage = "https://github.com/echasnovski/mini.nvim/";
};
minimap-vim = buildVimPluginFrom2Nix {
pname = "minimap.vim";
version = "2022-01-04";

View File

@ -129,6 +129,7 @@ dylanaraps/wal.vim
eagletmt/ghcmod-vim
eagletmt/neco-ghc
easymotion/vim-easymotion
echasnovski/mini.nvim
eddiebergman/nvim-treesitter-pyfold
eddyekofo94/gruvbox-flat.nvim
EdenEast/nightfox.nvim