Compare commits
No commits in common. "e6d297a9d0ac280595f42f45a6707f4975f8444e" and "f3d14088353fbd52687b712ae769db8ace29ee05" have entirely different histories.
e6d297a9d0
...
f3d1408835
2 changed files with 4 additions and 9 deletions
1
config.toml
Symbolic link
1
config.toml
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
/home/d_mcknight/.dotfiles/alacritty/config.toml
|
|
@ -8,15 +8,9 @@ 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 = {
|
||||||
filesystem = {
|
-- fill any relevant options here
|
||||||
filtered_items = {
|
|
||||||
visible = true,
|
|
||||||
-- hide_dotfiles = false,
|
|
||||||
hide_by_name = {
|
|
||||||
'.git'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue