Add files via upload

startify, nvimtree and additional keymaps added, easy to manage. main init.lua is untouched
This commit is contained in:
mgua 2023-04-25 21:41:29 +02:00 committed by GitHub
parent cf0369f046
commit f35ebcfad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 156 additions and 0 deletions

View file

@ -0,0 +1,12 @@
-- 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 {}