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

This commit is contained in:
Josh Sherman 2018-09-11 22:42:23 -05:00
commit 26fdce818d
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 4 additions and 0 deletions

View file

@ -27,6 +27,9 @@
[push]
default = simple
[pull]
rebase = true
[commit]
gpgsign = true

View file

@ -66,6 +66,7 @@ done
VIMPLUGS=(
"w0rp/ale"
"editorconfig/editorconfig-vim"
"junegunn/fzf.vim"
"sheerun/vim-polyglot"
"jelera/vim-javascript-syntax"