- Configure neovim to use this
init.lua
- If you aren't using
neovim
and you don't have a custom configuration, just plopinit.lua
into~/.config/nvim/
and it should start up - If you don't want to overwrite an existing configuration, use the
NVIM_APPNAME
envvar to specify a new directory for this session. See:h NVIM_APPNAME
- Be sure to put
vim-plug
somewhere 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