SijanC147 / alpha-nvim

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Lua 100.0%