Merge branch 'master' of github.com:meatballhat/dotfiles

This commit is contained in:
2019-03-07 11:04:58 -05:00
2 changed files with 24 additions and 23 deletions

1
vimrc
View File

@@ -34,6 +34,7 @@ let g:terraform_align = 1
let g:terraform_fmt_on_save = 1
let g:vim_markdown_folding_disabled = 1
let g:vim_markdown_frontmatter = 1
let g:yapf_style = "pep8"
call pathogen#infect()