Compare commits
2 commits
f3d1408835
...
e6d297a9d0
Author | SHA1 | Date | |
---|---|---|---|
e6d297a9d0 | |||
c547e8a049 |
2 changed files with 9 additions and 4 deletions
|
@ -1 +0,0 @@
|
||||||
/home/d_mcknight/.dotfiles/alacritty/config.toml
|
|
|
@ -8,9 +8,15 @@ return {
|
||||||
-- {"3rd/image.nvim", opts = {}}, -- Optional image support in preview window: See `# Preview Mode` for more information
|
-- {"3rd/image.nvim", opts = {}}, -- Optional image support in preview window: See `# Preview Mode` for more information
|
||||||
},
|
},
|
||||||
lazy = false, -- neo-tree will lazily load itself
|
lazy = false, -- neo-tree will lazily load itself
|
||||||
---@module "neo-tree"
|
|
||||||
---@type neotree.Config?
|
|
||||||
opts = {
|
opts = {
|
||||||
-- fill any relevant options here
|
filesystem = {
|
||||||
|
filtered_items = {
|
||||||
|
visible = true,
|
||||||
|
-- hide_dotfiles = false,
|
||||||
|
hide_by_name = {
|
||||||
|
'.git'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue