mgua f35ebcfad8
Add files via upload
startify, nvimtree and additional keymaps added, easy to manage. main init.lua is untouched
2023-04-25 21:41:29 +02:00

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 {}