diff --git a/docs/release-notes/rl-0.8.md b/docs/release-notes/rl-0.8.md index a3387fd6..9adcddee 100644 --- a/docs/release-notes/rl-0.8.md +++ b/docs/release-notes/rl-0.8.md @@ -300,7 +300,3 @@ `setupOpts.pickers.find_files` - Update default `telescope.setupOpts.pickers.find_files.find_command` to only include files (and therefore exclude directories from results) - - [ckoehler](https://github.com/ckoehler): - - - Fix oil config referencing snacks diff --git a/modules/plugins/utility/oil-nvim/config.nix b/modules/plugins/utility/oil-nvim/config.nix index dca4de60..46f49112 100644 --- a/modules/plugins/utility/oil-nvim/config.nix +++ b/modules/plugins/utility/oil-nvim/config.nix @@ -12,7 +12,7 @@ in { config = mkIf cfg.enable { vim = { startPlugins = ["oil-nvim"]; - pluginRC.oil-nvim = entryAnywhere '' + pluginRC.snacks-nvim = entryAnywhere '' require("oil").setup(${toLuaObject cfg.setupOpts}); ''; };