Home

Awesome

alswl's vim configuration

About miv

miv = vim configuration

forked from alswl/.oOo.@Github

Usage

git clone --recursive https://github.com/alswl/miv.git
ln -s $(pwd)/miv/.vim $HOME/
ln -s $(pwd)/miv/.vimrc $HOME/
vim +PlugInstall +qa

(Optional) if you are using neovim, type the next command in your vim:

:help nvim-from-vim

Or type these commands in your shell:

mkdir -p ~/.config/nvim
cat <<EOF > ~/.config/nvim/init.vim
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc
EOF

Tips