mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-22 19:55:10 +02:00
[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:
parent
18209ed558
commit
1f5fd93f80
5 changed files with 57 additions and 52 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue