[Refactor] nvimtree to be configurable (#970)

* Refactor nvimtree to be configurable

* Correct the location of .stylua.toml in Contrib.md

Co-authored-by: Christian Chiarulli <chris.machine@pm.me>
This commit is contained in:
chaeing 2021-07-16 23:42:55 -07:00 committed by GitHub
parent 18209ed558
commit 1f5fd93f80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 57 additions and 52 deletions

View file

@ -159,6 +159,7 @@ require("core.zen").config()
require("core.telescope").config()
require("core.treesitter").config()
require("core.which-key").config()
require("core.nvimtree").config()
require("lang.clang").config()
require("lang.cmake").config()