mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-05 15:20:54 +01:00
parent
74f2efca9f
commit
e94a8c1e25
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue