From ffd3829d708773f530b3ec3985a0ce11f7071f94 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Thu, 2 Oct 2025 01:13:06 +1000 Subject: [PATCH] feat: install oil plugin for nvim https://github.com/stevearc/oil.nvim --- modules/nixos/features/nixvim.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/nixos/features/nixvim.nix b/modules/nixos/features/nixvim.nix index b279636..76c1773 100644 --- a/modules/nixos/features/nixvim.nix +++ b/modules/nixos/features/nixvim.nix @@ -93,6 +93,9 @@ in # status bar lualine.enable = true; + # perform file system operations inside of neovim + oil.enable = true; + # syntax highlighting treesitter.enable = true; };