Skip to content

Instantly share code, notes, and snippets.

@nilz3ro
Last active August 21, 2017 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nilz3ro/d22779ec1e10c52049f35fd232dfc099 to your computer and use it in GitHub Desktop.
Save nilz3ro/d22779ec1e10c52049f35fd232dfc099 to your computer and use it in GitHub Desktop.
(n)Vim Configuration
call plug#begin()
Plug 'vim-airline/vim-airline'
Plug 'tpope/vim-sensible'
Plug 'scrooloose/nerdtree'
call plug#end()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment