disable git for neo-tree

This commit is contained in:
Oliver Hartmann 2022-10-15 13:03:50 +02:00
parent 518f32d3bb
commit 8ea3ed7a79

View File

@ -18,6 +18,7 @@ require('neo-tree').setup({
-- you can also specify border here, if you want a different setting from -- you can also specify border here, if you want a different setting from
-- the global popup_border_style. -- 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. -- 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. -- You can also create your own commands by providing a function instead of a string.
mappings = { mappings = {