Skip to content

Instantly share code, notes, and snippets.

@johnmmoss
Last active February 14, 2019 13:18
Show Gist options
  • Select an option

  • Save johnmmoss/1a12e0684dcadd89f4224c67e085e5ce to your computer and use it in GitHub Desktop.

Select an option

Save johnmmoss/1a12e0684dcadd89f4224c67e085e5ce to your computer and use it in GitHub Desktop.
" 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