
startify, nvimtree and additional keymaps added, easy to manage. main init.lua is untouched
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
-- modern alternative to startify
|
|
-- this loader does not work
|
|
|
|
return {
|
|
'goolord/alpha-nvim',
|
|
requires = { 'nvim-tree/nvim-web-devicons' },
|
|
config = function ()
|
|
require'alpha'.setup(require'alpha.themes.startify'.config)
|
|
end,
|
|
}
|
|
|
|
return {}
|