Skip to content

Commit

Permalink
Merge pull request #302900 from Xelden/netrw-nvim
Browse files Browse the repository at this point in the history
vimPlugins.netrw-nvim: init at 2024-03-12
  • Loading branch information
GaetanLepage authored Aug 24, 2024
2 parents 205a0b5 + 00387a1 commit af44a23
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 @@ -7324,6 +7324,18 @@ final: prev:
meta.homepage = "https://github.com/miversen33/netman.nvim/";
};

netrw-nvim = buildVimPlugin {
pname = "netrw.nvim";
version = "2024-03-12";
src = fetchFromGitHub {
owner = "prichrd";
repo = "netrw.nvim";
rev = "c64f60b8a613900aad82ef1c285b892eb43e9e15";
sha256 = "1ng0lm2774ghgq9lk2104s6qy21qgwzz2pqkvd706b34vckbb2q3";
};
meta.homepage = "https://github.com/prichrd/netrw.nvim/";
};

neuron-nvim = buildVimPlugin {
pname = "neuron.nvim";
version = "2022-02-27";
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 @@ -616,6 +616,7 @@ https://github.com/preservim/nerdtree/,,
https://github.com/Xuyuanp/nerdtree-git-plugin/,,
https://github.com/miversen33/netman.nvim/,HEAD,
https://github.com/oberblastmeister/neuron.nvim/,,
https://github.com/prichrd/netrw.nvim/,HEAD,
https://github.com/fiatjaf/neuron.vim/,,
https://github.com/Olical/nfnl/,main,
https://github.com/chr4/nginx.vim/,,
Expand Down

0 comments on commit af44a23

Please sign in to comment.