1
0
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:
chenwen(陈文) 2022-06-11 22:14:27 +08:00 committed by GitHub
parent f89a83ece8
commit c6f02e3be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,