mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/yazi: remove unnecessary extraPlugin
This commit is contained in:
parent
460b47997f
commit
94fb980f35
1 changed files with 0 additions and 3 deletions
|
@ -154,7 +154,4 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin config {
|
||||||
yazi_floating_window_border = "single";
|
yazi_floating_window_border = "single";
|
||||||
yazi_floating_window_winblend = 50;
|
yazi_floating_window_winblend = 50;
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: remove when https://github.com/NixOS/nixpkgs/pull/333506 is available
|
|
||||||
extraPlugins = with pkgs.vimPlugins; [ plenary-nvim ];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue