Skip to content

Instantly share code, notes, and snippets.

@cpuspellcaster
Created March 2, 2017 22:58
Show Gist options
  • Select an option

  • Save cpuspellcaster/14530ad1e08a5504bf272d822aeffc7d to your computer and use it in GitHub Desktop.

Select an option

Save cpuspellcaster/14530ad1e08a5504bf272d822aeffc7d to your computer and use it in GitHub Desktop.
.vimrc File March 2017
"VimPlug
call plug#begin('~/.vim/plugged')
Plug 'scrooloose/nerdtree'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'airblade/vim-gitgutter'
Plug 'hashivim/vim-terraform'
Plug 'jiangmiao/auto-pairs'
Plug 'w0rp/ale'
call plug#end()
set backspace=indent,eol,start
set ruler
set number
set showcmd
set incsearch
set hlsearch
set cursorline
syntax on
set mouse=a
let g:ale_echo_msg_format = '%linter% says %s'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment