Skip to content

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

Notifications You must be signed in to change notification settings

SijanC147/alpha-nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

alpha-nvim

alpha is a fast and highly customizable greeter for neovim.

share or snipe some custom themes @ goolord#16

Quick Start

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
}

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

Profiling Results

benchmark

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%