add nvimtree_side global in nvimtree config func https://github.com/NvChad/ui/issues/68

also clean some lazy.nvim related variables
This commit is contained in:
siduck 2023-03-29 07:41:21 +05:30
parent 55de4b9c85
commit c77c086365
3 changed files with 3 additions and 7 deletions

View file

@ -73,6 +73,4 @@ local options = {
},
}
vim.g.nvimtree_side = options.view.side
return options