diff --git a/modules/home-manager/nvim.nix b/modules/home-manager/nvim.nix index dbf9543..3e7d6af 100644 --- a/modules/home-manager/nvim.nix +++ b/modules/home-manager/nvim.nix @@ -65,14 +65,20 @@ lualine = { enable = true; }; + + web-devicons = { + enable = true; + }; # File tree neo-tree = { enable = true; - closeIfLastWindow = true; - window = { - width = 30; - }; + settings = { + close_if_last_window = true; + window = { + width = 30; + }; + }; }; # Fuzzy finder