My vim/neovim configuration used for my server vim editor. Lower in resources than anything Lazy.nvim can provide.
Find a file
2025-04-19 01:46:09 -04:00
init.lua Initial commit 2025-04-19 01:46:09 -04:00
README.md Initial commit 2025-04-19 01:46:09 -04:00

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

Headless: