1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-28 13:11:04 +01:00

plugins/hunk: remove nui auto-enable

The nui-nvim dependency is bundled with the hunk-nvim derivation,
so there's no need to auto-enable `plugins.nui`.
This commit is contained in:
Austin Horstman 2025-11-25 23:41:52 -06:00 committed by Gaétan Lepage
parent b67ff4d1b2
commit 8117ab9770

View file

@ -15,8 +15,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
maintainers = [ lib.maintainers.jalil-salame ];
extraConfig.plugins.nui.enable = lib.mkDefault true; # required dependency
settingsExample = {
keys.global.quit = [ "x" ];