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

This commit is contained in:
Josh Sherman 2018-06-03 17:08:22 -05:00
commit 3aff808933
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ rm -rf \
mkdir -p \
"$DOTLOCAL" \
"$HOME/.local/share/vim/{swap,undo}" \
"$HOME/.local/share/vim/"{swap,undo} \
"$HOME/.themes/custom/gnome-shell" \
"$HOME/.vim/colors" \
"$HOME/.vim/pack/plugins/start"
@ -70,6 +70,7 @@ VIMPLUGS=(
"sheerun/vim-polyglot"
"jelera/vim-javascript-syntax"
"Quramy/vim-js-pretty-template"
"StanAngeloff/php.vim"
)
for INDEX in ${!VIMPLUGS[*]}; do

1
vimrc
View file

@ -16,7 +16,6 @@ set directory=~/.local/share/vim/swap,/tmp
set undodir=~/.local/share/vim/undo,/tmp
set undofile
autocmd BufNewFile,BufRead *.es6 setl ft=javascript
autocmd FileType php setl sts=4 sw=4 ts=4
autocmd FileType gitcommit,markdown,text setl nosi spell tw=80 wm=2