Set snippet_version to 1.

This commit is contained in:
Gea-Suan Lin
2021-02-18 13:32:05 +08:00
parent bd9151a898
commit 37155bafe1

View File

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