diff options
Diffstat (limited to 'nv-settings.lua')
-rw-r--r-- | nv-settings.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nv-settings.lua b/nv-settings.lua index b7fa43b4..ad17272f 100644 --- a/nv-settings.lua +++ b/nv-settings.lua @@ -11,6 +11,8 @@ an executable -- general O.auto_complete = true O.colorscheme = 'nvcode' +O.auto_close_tree = 0 + -- python -- add things like O.python.formatter.yapf.exec_path |