nvimdev / dashboard-nvim

vim dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation with vimplug

andreaponza opened this issue · comments

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?

did you used neovim ? now it only support neovim

Yes, neovim 0.9.1 on Mac OSX Ventura

have the same issue NVIM v0.9.4 on tumbleweed

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