alpha-nvim icon indicating copy to clipboard operation
alpha-nvim copied to clipboard

a lua powered greeter like vim-startify / dashboard-nvim

Results 68 alpha-nvim issues
Sort by recently updated
recently updated
newest added

### 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 ![7-0032](https://user-images.githubusercontent.com/20821148/173489569-1407bf00-089e-48fe-b321-ec2546d51a9b.jpg)

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: ![screen](https://user-images.githubusercontent.com/59168253/176309946-778095e4-5a15-40d7-b1dd-bfd463221cc8.png). **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?