nvim: module cleanup

This commit is contained in:
Kevin Baensch 2024-12-21 21:31:34 +01:00
parent 47800e4173
commit 5e558ed273
Signed by: derped
GPG key ID: C0F1D326C7626543
2 changed files with 2 additions and 6 deletions

View file

@ -7,13 +7,11 @@
lib.mkIf (lib.elem "nvim::fugitive" config.machine.pkgs) {
programs.nvim-lazy.lazyPlugins = [
{
# short = "NeogitOrg/neogit";
lazy = true;
dir = vPlug: vPlug.neogit;
dependencies = (
vPlug: with vPlug; [
# plenary-nvim
"nvim-lua/plenary.nvim"
plenary-nvim
diffview-nvim
telescope-nvim
]