VIM: Difference between revisions

Jump to navigation Jump to search
194 bytes added ,  26 August 2018
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) =

Navigation menu