From 6658ef64e58db75dccf6db42443e244c5fc0be7a Mon Sep 17 00:00:00 2001 From: Mohammad Moosazadeh Date: Sat, 1 Jun 2024 22:46:54 -0400 Subject: [PATCH] Change neo-tree position to right --- lua/kickstart/plugins/neo-tree.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/kickstart/plugins/neo-tree.lua b/lua/kickstart/plugins/neo-tree.lua index c793b885..8f42cd89 100644 --- a/lua/kickstart/plugins/neo-tree.lua +++ b/lua/kickstart/plugins/neo-tree.lua @@ -21,5 +21,9 @@ return { }, }, }, + close_if_last_window = true, + window = { + position = 'right', + }, }, }