nvim: module cleanup
This commit is contained in:
parent
47800e4173
commit
5e558ed273
2 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
]
|
||||
|
|
|
@ -70,9 +70,7 @@ lib.mkIf (lib.elem "nvim::telescope" config.machine.pkgs) {
|
|||
short = "xiyaowong/telescope-emoji.nvim";
|
||||
}
|
||||
{
|
||||
short = "nvim-lua/plenary.nvim";
|
||||
# 2d9b06177a975543726ce5c73fca176cedbffe9d
|
||||
# dir = vPlug: vPlug.plenary-nvim;
|
||||
dir = vPlug: vPlug.plenary-nvim;
|
||||
lazy = true;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue