Last active
February 14, 2019 13:18
-
-
Save johnmmoss/1a12e0684dcadd89f4224c67e085e5ce to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| " Begin vim-plug extensions | |
| call plug#begin('~/.vim/plugged') | |
| Plug 'bling/vim-airline' | |
| Plug 'vim-airline/vim-airline-themes' | |
| Plug 'kien/ctrlp.vim' | |
| Plug 'scrooloose/nerdtree' | |
| call plug#end() | |
| set noswapfile | |
| set relativenumber | |
| set incsearch | |
| filetype indent on | |
| syntax enable | |
| set shell=powershell | |
| set shellcmdflag=-command |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment