在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):goolord/alpha-nvim开源软件地址(OpenSource Url):https://github.com/goolord/alpha-nvim开源编程语言(OpenSource Language):Lua 100.0%开源软件介绍(OpenSource Introduction):α alpha-nvim
share or snipe some custom themes @ #16 Quick Startvim-startify themeuse {
'goolord/alpha-nvim',
requires = { 'kyazdani42/nvim-web-devicons' },
config = function ()
require'alpha'.setup(require'alpha.themes.startify'.config)
end
} ..or using paq: require "paq" {
"goolord/alpha-nvim";
"kyazdani42/nvim-web-devicons";
}
require'alpha'.setup(require'alpha.themes.startify'.config) dashboard-nvim themeuse {
'goolord/alpha-nvim',
config = function ()
require'alpha'.setup(require'alpha.themes.dashboard'.config)
end
} ..or using paq: require "paq" {
"goolord/alpha-nvim";
"kyazdani42/nvim-web-devicons";
}
require'alpha'.setup(require'alpha.themes.dashboard'.config) if you want sessions, see this theme makes some assumptions about your default keybindings to customize the buttons, see :h alpha-example Elevator pitchalpha is really a general purpose neovim ui library with some conveniences for writing a greeter ui. it has a functional, data-oriented api design. themes are expressed entirely as data, which is what makes alpha "fully customizable". alpha is also the fastest greeter I've benchmarked (which is why I daily drive it myself!). Profiling Results
Special Thanks
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论