refactor(nvim): improve neo-tree sources

This commit is contained in:
Price Hiller 2024-02-22 17:37:53 -06:00
parent 4fff18812d
commit 37ed511d02
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -42,8 +42,12 @@ return {
{ {
source = "buffers", source = "buffers",
}, },
{
source = "git_status",
},
{ {
source = "remote", source = "remote",
display_name = " Remote"
}, },
}, },
}, },