Split out plugins and extra config
This commit is contained in:
parent
162b44a00a
commit
25a94d9353
9 changed files with 124 additions and 88 deletions
11
lua/custom/plugins/nvim-tree.lua
Normal file
11
lua/custom/plugins/nvim-tree.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
{
|
||||
'nvim-tree/nvim-tree.lua',
|
||||
opts = {
|
||||
sort_by = "case_sensitive",
|
||||
view = { width = 30, },
|
||||
renderer = { group_empty = true, },
|
||||
filters = { dotfiles = true, },
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue