vimPlugins.mru: init at 2022-01-22

This commit is contained in:
Ivan Kovnatsky 2022-02-11 20:42:15 +02:00 committed by Jonathan Ringer
parent 0f661f812e
commit f86accf2ce
2 changed files with 13 additions and 0 deletions

View file

@ -3645,6 +3645,18 @@ final: prev:
meta.homepage = "https://github.com/shaunsingh/moonlight.nvim/";
};
mru = buildVimPluginFrom2Nix {
pname = "mru";
version = "2022-01-22";
src = fetchFromGitHub {
owner = "yegappan";
repo = "mru";
rev = "30315ad4c07f0045c203a443291ad0c8d2fe7279";
sha256 = "1k3x8v9c9c3mn2nakcsr5f9wqckxlx3b86smml4d985q90372fqn";
};
meta.homepage = "https://github.com/yegappan/mru/";
};
Navigator-nvim = buildVimPluginFrom2Nix {
pname = "Navigator.nvim";
version = "2021-11-18";

View file

@ -974,6 +974,7 @@ Xuyuanp/scrollbar.nvim
yamatsum/nvim-cursorline
yamatsum/nvim-nonicons
ycm-core/YouCompleteMe
yegappan/mru
Yggdroot/hiPairs
Yggdroot/indentLine
Yggdroot/LeaderF