undus5 / vimrc

Vim / Neovim out-of-box configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimrc

Installation

Linux

git clone https://github.com/undus5/vimrc.git ~/.vim_runtime
~/.vim_runtime/install.sh

or basic version only:

curl -fsSL https://github.com/undus5/vimrc/raw/main/base.vim -o ~/.vimrc

Windows

# destination path must be ~/.vim_runtime (hard coded)
git clone https://github.com/undus5/vimrc.git ~/.vim_runtime

# copy ~/.vim_runtime/vimrc to:

# for vim
~/_vimrc

# for neovim
~/AppData/Local/nvim/init.vim

About

Vim / Neovim out-of-box configuration

License:MIT License


Languages

Language:Vim Script 98.9%Language:Shell 0.9%Language:Makefile 0.1%Language:Dockerfile 0.1%