feat: restore the netrw-like behavior in nvchad

This commit is contained in:
草师傅 2025-09-20 22:11:04 +08:00
parent 2027c95314
commit 8ff5429773

View file

@ -0,0 +1,8 @@
-- This restores the netrw-like behavior
return {
{
"nvim-tree/nvim-tree.lua",
priority=1,
lazy=false,
}
}