mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:10:06 +08:00
fix(filetree): fixed filetree_direction not working for nvim-tree.vim
This commit is contained in:
parent
f89a83ece8
commit
c6f02e3be0
@ -26,7 +26,7 @@ require'nvim-tree'.setup {
|
||||
width = vim.api.nvim_eval('g:spacevim_sidebar_width'),
|
||||
height = 30,
|
||||
hide_root_folder = false,
|
||||
side = "right",
|
||||
side = vim.api.nvim_eval('g:spacevim_filetree_direction'),
|
||||
preserve_window_proportions = false,
|
||||
number = false,
|
||||
relativenumber = false,
|
||||
|
Loading…
Reference in New Issue
Block a user