VIM: Difference between revisions

296 bytes added ,  26 August 2018
Line 49: Line 49:
</syntaxhighlight>
</syntaxhighlight>


= Initial setup =
= .vimrc =
 
With the introduction of internal package management system, there is no longer a logical need to install a third-party package management tool.  Here's a refresh of my .vimrc as of mid-2018 with VIM v8.
 
<source lang="vim">
if &compatible
  set nocompatible
</source>
 
 
= Initial setup (deprecated) =


Install [https://github.com/Shougo/neobundle.vim Shougo/neobundle.vim] from Github. It's a new package management tool for Vim that utilizes the Github repository.
Install [https://github.com/Shougo/neobundle.vim Shougo/neobundle.vim] from Github. It's a new package management tool for Vim that utilizes the Github repository.