Make NeoTree show even when Alpha is open

This commit is contained in:
Gene Liverman 2024-01-09 12:11:35 -05:00
parent 6d16e8bdb7
commit d43eb64a46

View file

@ -27,5 +27,7 @@ return {
} }
alpha.setup(dashboard.opts) alpha.setup(dashboard.opts)
vim.cmd('autocmd User AlphaReady Neotree show')
end, end,
} }