mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-15 06:57:48 +00:00
plugins/filetree: rename module name
This commit is contained in:
parent
458a34110e
commit
e79ca151b1
2 changed files with 6 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
}: let
|
||||
inherit (lib.modules) mkIf;
|
||||
inherit (lib.nvim.dag) entryAnywhere;
|
||||
inherit (lib.toLuaObject) toLuaObject;
|
||||
inherit (lib.nvim.lua) toLuaObject;
|
||||
|
||||
cfg = config.vim.filetree.neo-tree;
|
||||
in {
|
||||
|
|
@ -20,7 +20,7 @@ in {
|
|||
"neo-tree-nvim"
|
||||
];
|
||||
|
||||
luaConfigRc.neo-tree = entryAnywhere ''
|
||||
luaConfigRC.neo-tree = entryAnywhere ''
|
||||
require("neo-tree").setup(${toLuaObject cfg.setupOpts})
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue