alpha-nvim
alpha-nvim copied to clipboard
a lua powered greeter like vim-startify / dashboard-nvim
### Discussed in https://github.com/goolord/alpha-nvim/discussions/133 Originally posted by **lockieluke** August 4, 2022 I tried making an auto command function to open alpha on each new tab I open but it didn't...
In my file with plugins i wrote ``` Plug 'goolord/alpha-nvim' lua
It doesn't appear to autostart by itself so I added a `vim.cmd("Alpha")` which makes it start on nvim launching, but then it generates this weird empty file that makes the...
When I opened the file via nvimTree, alpha was not closed 
this has become *much* less awful since lua got first class autocmds and keymaps
This PR adds a new type of `layout_element`, a "spacer", which (if there is additional space on screen once everything else is drawn) fills the remaining space. Multiple spacers can...
dashboard.nvim has the ability to cat files and put the output as a floating term on the dashboard screen would be cool if we could have it here as well...
If the layout has no buttons in it, `alpha.nvim` will throw the following exception: . **Steps to reproduce** 1. Make sure layout has no buttons in it. (It doesn't need...
alpha has been very stable for me. This is the first issue I have, and I'm pretty sure it won't happen to me again for a long time. But right...
With dashboard-nvim, when I open neo-tree, it still centered. But after movibng to alpha-nvim, it's not. See below screenshot: Should we make it always be centered like dashboard-nvim?