4,461
edits
Line 56: | Line 56: | ||
if &compatible | if &compatible | ||
set nocompatible | set nocompatible | ||
endif | |||
if has('packages') | |||
packloadall | |||
else | |||
" Use vim-plug | |||
filetype off | |||
source $HOME/.vim/plugged/vim-plug/plug.vim | |||
call plug#begin('~/.vim/plugged') | |||
call plug#end() | |||
endif | |||
syntax on | |||
</source> | </source> | ||
= Initial setup (deprecated) = | = Initial setup (deprecated) = |