diff --git a/config.toml b/config.toml new file mode 120000 index 0000000..e034693 --- /dev/null +++ b/config.toml @@ -0,0 +1 @@ +/home/d_mcknight/.dotfiles/alacritty/config.toml \ No newline at end of file diff --git a/nvim/lua/plugins/neotree.lua b/nvim/lua/plugins/neotree.lua index 95df0f4..d6bf4f1 100644 --- a/nvim/lua/plugins/neotree.lua +++ b/nvim/lua/plugins/neotree.lua @@ -8,15 +8,9 @@ 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 = { - filesystem = { - filtered_items = { - visible = true, --- hide_dotfiles = false, - hide_by_name = { - '.git' - } - } - } + -- fill any relevant options here } }