fix: update neo-tree to show dotfiles
This commit is contained in:
parent
35aaf58a92
commit
85e20d0e92
1 changed files with 14 additions and 3 deletions
|
@ -8,5 +8,16 @@ return {
|
|||
},
|
||||
config = function()
|
||||
vim.keymap.set("n", "<Leader>nn", ":Neotree<CR>", {})
|
||||
|
||||
local nt = require("neo-tree")
|
||||
|
||||
nt.setup({
|
||||
filesystem = {
|
||||
filtered_items = {
|
||||
hide_dotfiles = false,
|
||||
hide_gitignored = true,
|
||||
}
|
||||
}
|
||||
})
|
||||
end
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue