nvimdev / dashboard-nvim

vim dashboard
MIT License
2.21k stars 179 forks source link

Installation with vimplug #381

Closed andreaponza closed 10 months ago

andreaponza commented 10 months ago

How can I install dashboard-nvim with viplug? I put Plug 'glepnir/dashboard-nvim' in init.vim and :PlugInstall is ok, restarting nvim dashboard doesn't work Where I need to put config file?

glepnir commented 10 months ago

did you used neovim ? now it only support neovim

andreaponza commented 10 months ago

Yes, neovim 0.9.1 on Mac OSX Ventura

Pizza989 commented 7 months ago

have the same issue NVIM v0.9.4 on tumbleweed

Pizza989 commented 7 months ago

for me the solution was to call the setup method like so in the init.vim:

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

i know its pretty stupid alright