My vim/neovim configuration used for my server vim editor. Lower in resources than anything Lazy.nvim can provide.
init.lua | ||
README.md |
VIM Server Config
My personal configuration for lighter-weight vim config for use on my servers.
Installation
Uses vim-plug.
vim
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
vim +'PlugInstall --sync' +qa
neovim
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
nvim --headless +'PlugInstall --sync' +qa