Skip to content

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

Notifications You must be signed in to change notification settings

chaesngmin/alpha-nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

alpha-nvim

alpha is a fast and highly customizable greeter for neovim.

See Quick Start for screenshots of the dashboard-nvim and vim-startify themes

Quick Start

dashboard-nvim theme

glamor shot

use {
    'goolord/alpha-nvim',
    config = function ()
        require'alpha'.setup(require'alpha.themes.dashboard'.opts)
    end
}

if you want sessions, see

this theme makes some assumptions about your default keybindings to customize the buttons, see :h alpha-example

vim-startify theme

glamor shot

use {
    'goolord/alpha-nvim',
    requires = { 'kyazdani42/nvim-web-devicons' },
    config = function ()
        require'alpha'.setup(require'alpha.themes.startify'.opts)
    end
}

Profiling Results

benchmark using https://github.com/lewis6991/impatient.nvim

TODO

  • maybe center however something like Goyo does it
  • what is that annoying text that appears on the command-line when you start up? can't tell by looking at anyone else's code

Special Thanks

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%