startup.nvim icon indicating copy to clipboard operation
startup.nvim copied to clipboard

A highly configurable neovim startup screen

Results 13 startup.nvim issues
Sort by recently updated
recently updated
newest added

I am trying to use a custom header/logo. I want to make it "persistent", I mean: I use nvim with the same configuration in multiple (cross-platform) computers (personal one running...

**Is your feature request related to a problem? Please describe.** NA **Describe the solution you'd like** It would be cool if we could vertically align stuff. **Describe alternatives you've considered**...

**Describe the bug** When using `startup.nvim` with [Goyo.vim](https://github.com/junegunn/goyo.vim) it shows a weird tab bar. **Checklist** - [X] Checked if issue already exists; searched for `Goyo` - [X] I'm using the...

**Describe the solution you'd like** Could you add the following to headers section in wiki? I am particularly suggesting this because it has lot of escape sequences. ```lua " __...

**Is your feature request related to a problem? Please describe.** Too many keymaps are being defined. Would like to open folded sections, open files, execute command, everything with just ``...

**Describe the bug** Startup won't launch due to cursor position being placed outside buffer. **Checklist** - [x] Checked if issue already exists - [x] I'm using the latest startup.nvim version...

**Is your feature request related to a problem? Please describe.** When working with sections, it is often convenient to use the title option. However, there is no way to do...

Hello, I would like to slightly override some of the 'dashboard' theme settings, in particular I would like to add `quotes` as seen in `evil` or `startify`. Is it possible...

**Is your feature request related to a problem? Please describe.** No, it's not a problem, its an enhancement in the mapping section. **Describe the solution you'd like** The keymapping section...

**Describe the bug** When executing neovim to take stdin as a new buffer (e.g. `echo "Hello World!" | nvim -`) the startup screen appears and the new untitled buffer that...