Add workaround to avoid vim-polyglot's set ts=2.

This commit is contained in:
Gea-Suan Lin
2020-12-25 01:39:01 +08:00
parent 87e0c5c622
commit 603f1235cc

View File

@@ -57,6 +57,7 @@ vnoremap <silent> p p`]
vnoremap <silent> y y`]
"
filetype off
let g:polyglot_disabled = ["autoindent"]
"
call plug#begin('~/.vim/plugged')
Plug 'bonsaiben/bootstrap-snippets'