From 8ea3ed7a7963a452ac5dcb17ea6118e44b70d3d2 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sat, 15 Oct 2022 13:03:50 +0200 Subject: [PATCH] disable git for neo-tree --- lua/setup/neo-tree.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/setup/neo-tree.lua b/lua/setup/neo-tree.lua index bf78d31..309ed03 100644 --- a/lua/setup/neo-tree.lua +++ b/lua/setup/neo-tree.lua @@ -18,6 +18,7 @@ require('neo-tree').setup({ -- you can also specify border here, if you want a different setting from -- the global popup_border_style. }, + enable_git_status = false, -- Mappings for tree window. See `:h nep-tree-mappings` for a list of built-in commands. -- You can also create your own commands by providing a function instead of a string. mappings = {