diff --git a/vimrc b/vimrc index 2599ab9..38e3f87 100644 --- a/vimrc +++ b/vimrc @@ -1,4 +1,4 @@ -" set shell=/bin/sh +set shell=/bin/sh scriptencoding utf-8 set encoding=utf-8 set shortmess=I "turn off splash screen @@ -21,7 +21,7 @@ if(have_plug) Plug 'ivyl/vim-bling' " blink search results Plug 'ctrlpvim/ctrlp.vim' " Fuzzy search Plug 'majutsushi/tagbar' " Ctags integration - Plug 'msanders/snipmate.vim' " Snippets + Plug 'garbas/snipmate.vim' " Snippets Plug 'tommcdo/vim-lion' " Align stuff Plug 'tpope/vim-fugitive' " Work with git repos Plug 'tpope/vim-surround' " Surround with quotes @@ -129,7 +129,7 @@ if has("autocmd") autocmd FileType html call SetHtmlOptions() function! SetHtmlOptions() if(executable('tidy')) - let g:syntastic_html_tidy_ignore_errors = [ ' proprietary attribute "property"', ' proprietary attribute "prefix"', 'trimming empty ', 'trimming empty ' ] + let g:syntastic_html_tidy_ignore_errors = [ ' proprietary attribute "property"', ' proprietary attribute "prefix"', 'trimming empty ', 'trimming empty ', '