astro-nvim-v3 - disabel git status on neotree

This commit is contained in:
huyjaky
2024-08-02 11:32:36 +07:00
parent 740852c500
commit 7c830a8689

View File

@@ -19,7 +19,7 @@ return {
never_show = {}, never_show = {},
}, },
}, },
enable_git_status = true, enable_git_status = false,
enable_diagnostics = false, enable_diagnostics = false,
git_status_async = false, git_status_async = false,
}, },