Remove bullshit sensible inclusion.

This commit is contained in:
Gea-Suan Lin
2021-01-13 01:43:38 +08:00
parent 603f1235cc
commit c8c0262a8b

View File

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