nvimdev / dashboard-nvim

vim dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could I use PlugInstall in init.vim for this plugin?

fathurwithyou opened this issue · comments

I havent setup the lazy yet, could I use only init.vim?

yes, by simply doing:

Plug 'nvimdev/dashboard-nvim'

then:

lua << EOF
require'dashboard'.setup{}
EOF