neovim: show file tree on right side
This commit is contained in:
@@ -41,7 +41,7 @@ require("nvim-tree").setup({
|
|||||||
view = {
|
view = {
|
||||||
width = 30,
|
width = 30,
|
||||||
adaptive_size = true,
|
adaptive_size = true,
|
||||||
side = "left",
|
side = "right",
|
||||||
preserve_window_proportions = true,
|
preserve_window_proportions = true,
|
||||||
centralize_selection = true,
|
centralize_selection = true,
|
||||||
mappings = {
|
mappings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user