Skip to content

Commit

Permalink
vimPlugins.dirbuf-nvim: init at 2022-08-28
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-418 committed Jan 20, 2023
1 parent 564ed06 commit 89820d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 89820d6

Please sign in to comment.