parent
74f2efca9f
commit
e94a8c1e25
|
@ -85,5 +85,6 @@ local options = {
|
||||||
|
|
||||||
-- check for any override
|
-- check for any override
|
||||||
options = require("core.utils").load_override(options, "kyazdani42/nvim-tree.lua")
|
options = require("core.utils").load_override(options, "kyazdani42/nvim-tree.lua")
|
||||||
|
vim.g.nvimtree_side = options.view.side
|
||||||
|
|
||||||
nvimtree.setup(options)
|
nvimtree.setup(options)
|
||||||
|
|
Loading…
Reference in New Issue