mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
vimPlugins.mru: init at 2022-01-22
This commit is contained in:
parent
0f661f812e
commit
f86accf2ce
@ -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";
|
||||
|
@ -974,6 +974,7 @@ Xuyuanp/scrollbar.nvim
|
||||
yamatsum/nvim-cursorline
|
||||
yamatsum/nvim-nonicons
|
||||
ycm-core/YouCompleteMe
|
||||
yegappan/mru
|
||||
Yggdroot/hiPairs
|
||||
Yggdroot/indentLine
|
||||
Yggdroot/LeaderF
|
||||
|
Loading…
Reference in New Issue
Block a user