- Configure neovim to use this
init.lua
- If you aren't using
neovimand you don't have a custom configuration, just plopinit.luainto~/.config/nvim/and it should start up - If you don't want to overwrite an existing configuration, use the
NVIM_APPNAMEenvvar to specify a new directory for this session. See:h NVIM_APPNAME - Be sure to put
vim-plugsomewhere this vim can see it, e.g.~/.local/share/$NVIM_APPNAME/site/autoload - Open neovim with
nvim, then run:PlugInstall
- Start a session
- Create a new directory, for example
molten-demo