initial commit
This commit is contained in:
15
nvim/lua/configs/nvimtree.lua
Normal file
15
nvim/lua/configs/nvimtree.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
require("nvim-tree").setup({
|
||||
sort = {
|
||||
sorter = "case_sensitive",
|
||||
},
|
||||
view = {
|
||||
width = 30,
|
||||
},
|
||||
renderer = {
|
||||
group_empty = true,
|
||||
},
|
||||
filters = {
|
||||
dotfiles = true,
|
||||
gitignore = true,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user