fix: don't reference snacks in oil config

This commit is contained in:
Christoph Koehler 2025-04-02 08:54:00 -06:00
commit 3ae4b3158a
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -12,7 +12,7 @@ in {
config = mkIf cfg.enable {
vim = {
startPlugins = ["oil-nvim"];
pluginRC.snacks-nvim = entryAnywhere ''
pluginRC.oil-nvim = entryAnywhere ''
require("oil").setup(${toLuaObject cfg.setupOpts});
'';
};