Compare commits

...

2 commits

Author SHA1 Message Date
e6d297a9d0 Include lua config to show hidded files 2025-05-16 17:48:12 -07:00
c547e8a049 Remove unused file 2025-05-16 17:47:35 -07:00
2 changed files with 9 additions and 4 deletions

View file

@ -1 +0,0 @@
/home/d_mcknight/.dotfiles/alacritty/config.toml

View file

@ -8,9 +8,15 @@ return {
-- {"3rd/image.nvim", opts = {}}, -- Optional image support in preview window: See `# Preview Mode` for more information
},
lazy = false, -- neo-tree will lazily load itself
---@module "neo-tree"
---@type neotree.Config?
opts = {
-- fill any relevant options here
filesystem = {
filtered_items = {
visible = true,
-- hide_dotfiles = false,
hide_by_name = {
'.git'
}
}
}
}
}