vimPlugins.oil-nvim: init at 2023-01-19

This commit is contained in:
nat-418 2023-01-19 22:46:14 +01:00
parent 550a2f72a2
commit a08c3c9961
2 changed files with 14 additions and 0 deletions

View file

@ -6560,6 +6560,19 @@ final: prev:
meta.homepage = "https://github.com/pwntester/octo.nvim/";
};
oil-nvim = buildVimPluginFrom2Nix {
pname = "oil.nvim";
version = "2023-01-19";
src = fetchFromGitHub {
owner = "stevearc";
repo = "oil.nvim";
rev = "f5961e731f641206727eaded197e5879694c35f7";
sha256 = "1q4wcmdbpx2si4ynq4hldbq2asq16qqwrf0lmcpqrldpziffgdv2";
fetchSubmodules = true;
};
meta.homepage = "https://github.com/stevearc/oil.nvim/";
};
omnisharp-extended-lsp-nvim = buildVimPluginFrom2Nix {
pname = "omnisharp-extended-lsp.nvim";
version = "2022-10-29";

View file

@ -552,6 +552,7 @@ https://github.com/neovim/nvimdev.nvim/,,
https://github.com/glepnir/oceanic-material/,,
https://github.com/mhartington/oceanic-next/,,
https://github.com/pwntester/octo.nvim/,,
https://github.com/stevearc/oil.nvim/,HEAD,
https://github.com/Hoffs/omnisharp-extended-lsp.nvim/,HEAD,
https://github.com/Th3Whit3Wolf/one-nvim/,,
https://github.com/navarasu/onedark.nvim/,,