mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-15 14:36:02 +01:00
plugins/neo-tree: convert to pluginRC
This commit is contained in:
parent
35d0c2983b
commit
dfb2e703bb
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in {
|
||||||
"neo-tree-nvim"
|
"neo-tree-nvim"
|
||||||
];
|
];
|
||||||
|
|
||||||
luaConfigRC.neo-tree = entryAnywhere ''
|
pluginRC.neo-tree = entryAnywhere ''
|
||||||
require("neo-tree").setup(${toLuaObject cfg.setupOpts})
|
require("neo-tree").setup(${toLuaObject cfg.setupOpts})
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue