mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-28 21:21:03 +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:
parent
b67ff4d1b2
commit
8117ab9770
1 changed files with 0 additions and 2 deletions
|
|
@ -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" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue