feat: restore the netrw-like behavior in nvchad
This commit is contained in:
parent
2027c95314
commit
8ff5429773
1 changed files with 8 additions and 0 deletions
8
home/private_dot_config/nvim/lua/plugins/tree.lua
Normal file
8
home/private_dot_config/nvim/lua/plugins/tree.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-- This restores the netrw-like behavior
|
||||
return {
|
||||
{
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
priority=1,
|
||||
lazy=false,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue