- Install Plugin Manager (XXX):
cli command
- Get the vim configs (init.lua and lua/ directory containing the rest of the config)
wget https://raw.githubusercontent.com/CheckmateBasilisk/myvimconfig/master/init.lua -P ~/config/nvim
wget https://raw.githubusercontent.com/CheckmateBasilisk/myvimconfig/master/lua -P ~/config/nvim
- Inside NeoVIM, get plugins using
cli command
- Install Plugin Manager (Plug):
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- Get the vim configs (init.vim)
wget https://raw.githubusercontent.com/CheckmateBasilisk/myvimconfig/master/init.vim -P ~/config/nvim
- Inside NeoVIM, get plugins using
:PlugInstall
- Install Plugin Manager (Plug):
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- Get the .vimrc
wget https://raw.githubusercontent.com/CheckmateBasilisk/myvimconfig/master/.vimrc -P ~/
- Inside VIM, get plugins using
:PlugInstall
open vim config file (works with nvim)
:e $MYVIMRC
reload vim config
:source $MYVIMRC
Lua Config Files NeoVim https://youtu.be/hY5-Q6NxQgY
Plugin Management NeoVim https://youtu.be/gd_wapDL0V0