[neovim] show hidden files and folders

This commit is contained in:
Simon Cornet 2024-04-02 22:33:04 +02:00
parent a759910f19
commit a10a792da6

View File

@ -69,6 +69,12 @@
-- load plugins
require("neo-tree").setup({
filesystem = {
filtered_items = {
hide_dotfiles = false,
hide_gitignored = false,
},
},
window = {
position = "left",
width = 36,