From 603f1235cc685de73545c1c62166acd7df71538a Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Fri, 25 Dec 2020 01:39:01 +0800 Subject: [PATCH] Add workaround to avoid vim-polyglot's set ts=2. --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index de693cf..5966ad3 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -57,6 +57,7 @@ vnoremap p p`] vnoremap y y`] " filetype off +let g:polyglot_disabled = ["autoindent"] " call plug#begin('~/.vim/plugged') Plug 'bonsaiben/bootstrap-snippets'