make tabufline reloadable

This commit is contained in:
siduck 2023-07-26 06:56:56 +05:30
parent f18488d41c
commit 682b023fb3
2 changed files with 4 additions and 1 deletions

View file

@ -230,7 +230,6 @@ local default_plugins = {
config = function(_, opts)
dofile(vim.g.base46_cache .. "nvimtree")
require("nvim-tree").setup(opts)
vim.g.nvimtree_side = opts.view.side
end,
},