1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.config/nvim/lua/plugins/tree.lua

12 lines
169 B
Lua
Raw Normal View History

2022-03-25 12:57:43 +00:00
require("neo-tree").setup({
window = {
position = "float",
},
filesystem = {
filtered_items = {
hide_dotfiles = false,
hide_gitignored = false,
2022-03-20 04:22:56 +00:00
},
},
})