vimPlugins.dirbuf-nvim: init at 2022-08-28
This commit is contained in:
parent
564ed06fb6
commit
89820d6097
@ -2683,6 +2683,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/sindrets/diffview.nvim/";
|
||||
};
|
||||
|
||||
dirbuf-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "dirbuf.nvim";
|
||||
version = "2022-08-28";
|
||||
src = fetchFromGitHub {
|
||||
owner = "elihunter173";
|
||||
repo = "dirbuf.nvim";
|
||||
rev = "ac7ad3c8e61630d15af1f6266441984f54f54fd2";
|
||||
sha256 = "09sbkgidj2fl7aj7kwzg37s5nynslbli9p3vwsh1yqxlag4lv6nz";
|
||||
};
|
||||
meta.homepage = "https://github.com/elihunter173/dirbuf.nvim/";
|
||||
};
|
||||
|
||||
direnv-vim = buildVimPluginFrom2Nix {
|
||||
pname = "direnv.vim";
|
||||
version = "2022-04-09";
|
||||
|
@ -224,6 +224,7 @@ https://github.com/onsails/diaglist.nvim/,,
|
||||
https://github.com/nvim-lua/diagnostic-nvim/,,
|
||||
https://github.com/monaqa/dial.nvim/,HEAD,
|
||||
https://github.com/sindrets/diffview.nvim/,,
|
||||
https://github.com/elihunter173/dirbuf.nvim/,HEAD,
|
||||
https://github.com/direnv/direnv.vim/,,
|
||||
https://github.com/doki-theme/doki-theme-vim/,,
|
||||
https://github.com/Mofiqul/dracula.nvim/,HEAD,
|
||||
|
Loading…
Reference in New Issue
Block a user