diff --git a/modules/home/all/neovim/default.nix b/modules/home/all/neovim/default.nix index 6da6d2a..e527633 100644 --- a/modules/home/all/neovim/default.nix +++ b/modules/home/all/neovim/default.nix @@ -1,4 +1,4 @@ -{ flake, ... }: +{ flake, pkgs, ... }: let inherit (flake) inputs; @@ -34,6 +34,10 @@ in mapleader = " "; }; + extraPlugins = [ + pkgs.vimPlugins.outline-nvim + ]; + plugins = { # UI web-devicons.enable = true;