Add files via upload
startify, nvimtree and additional keymaps added, easy to manage. main init.lua is untouched
This commit is contained in:
parent
cf0369f046
commit
f35ebcfad8
6 changed files with 156 additions and 0 deletions
12
lua/custom/plugins/alpha._lua
Normal file
12
lua/custom/plugins/alpha._lua
Normal 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 {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue