Added git ignore option to nvim-tree, but commented out

This commit is contained in:
Josean Martinez 2022-11-05 18:42:05 -04:00 committed by GitHub
parent b5ed50bc33
commit c59327294d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,4 +34,7 @@ nvimtree.setup({
}, },
}, },
}, },
-- git = {
-- ignore = false,
-- },
}) })