fix: set back winhl on the tree window

This commit is contained in:
kiyan
2021-03-23 21:04:33 +01:00
parent 1e946c5855
commit e0b9882a8a

View File

@@ -283,6 +283,7 @@ local function create_win()
api.nvim_command("vsplit")
api.nvim_command("wincmd "..window_opts.side)
api.nvim_command("vertical resize "..M.Tree.win_width)
api.nvim_win_set_option(0, 'winhl', window_opts.winhl)
end
function M.close()