add greeter plugin
This commit is contained in:
parent
5f29df0e5d
commit
f360eb21de
8
init.lua
8
init.lua
@ -92,6 +92,14 @@ require('packer').startup(function(use)
|
|||||||
-- lastplace
|
-- lastplace
|
||||||
use {"ethanholz/nvim-lastplace"}
|
use {"ethanholz/nvim-lastplace"}
|
||||||
|
|
||||||
|
-- alpha
|
||||||
|
use {
|
||||||
|
'goolord/alpha-nvim',
|
||||||
|
config = function ()
|
||||||
|
require'alpha'.setup(require'alpha.themes.dashboard'.config)
|
||||||
|
end
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
-- Git related plugins
|
-- Git related plugins
|
||||||
use 'tpope/vim-fugitive'
|
use 'tpope/vim-fugitive'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user