Set dotfiles to not be hidden in nvim-tree
This commit is contained in:
parent
a2ae2a185f
commit
0eb5854a98
@ -28,7 +28,7 @@ require("nvim-tree").setup({
|
|||||||
group_empty = true,
|
group_empty = true,
|
||||||
},
|
},
|
||||||
filters = {
|
filters = {
|
||||||
dotfiles = true,
|
dotfiles = false,
|
||||||
custom = { "^.git$" },
|
custom = { "^.git$" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user