plugins/neo-tree: convert to pluginRC

This commit is contained in:
diniamo 2024-07-18 10:28:06 +02:00
parent 35d0c2983b
commit dfb2e703bb

View file

@ -20,7 +20,7 @@ in {
"neo-tree-nvim"
];
luaConfigRC.neo-tree = entryAnywhere ''
pluginRC.neo-tree = entryAnywhere ''
require("neo-tree").setup(${toLuaObject cfg.setupOpts})
'';
};