diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/init.lua b/lua/init.lua index 27f32f1..d9a62fd 100644 --- a/lua/init.lua +++ b/lua/init.lua @@ -15,6 +15,7 @@ end local neotree = require("neo-tree") neotree.setup({ close_if_last_window = false, + enable_git_status = true, enable_refresh_on_write = true, icon = { folder_closed = "", @@ -49,6 +50,7 @@ neotree.setup({ hide_dotfiles = false, } }, + event_handlers = {} }) -- LSP |