Last active
August 21, 2017 15:05
-
-
Save nilz3ro/d22779ec1e10c52049f35fd232dfc099 to your computer and use it in GitHub Desktop.
(n)Vim Configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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