Skip to content

Instantly share code, notes, and snippets.

@jasonmcintosh
Created June 14, 2019 17:49
Show Gist options
  • Save jasonmcintosh/58c7c493f36944d35df01d27c8d7151c to your computer and use it in GitHub Desktop.
Save jasonmcintosh/58c7c493f36944d35df01d27c8d7151c to your computer and use it in GitHub Desktop.
VIM RC File
set nocompatible
source $VIMRUNTIME/vimrc_example.vim
set noundofile
set nobackup
menu Edit.Convert\ to\ JSON :%!python -m json.tool<CR>
menu Syntax.AutoIndent\ File gg=G
set number
set tabstop=4 softtabstop=0 expandtab shiftwidth=2 smarttab
colorscheme pablo
execute pathogen#infect()
let g:terraform_align=1
let g:terraform_fold_sections=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment