From 694b8f443db6e3b2b6dc6335638d9f1c7a77e0be Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 2 Dec 2018 11:19:45 +0700 Subject: Update 2018-12-02 --- vim/.vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vim') diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 57f511b..ac9bf51 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -21,6 +21,7 @@ let g:jedi#popup_on_dot = 0 let g:jedi#popup_select_first = 0 let g:jedi#show_call_signatures = 2 let g:jedi#smart_auto_mappings = 0 +let g:vimtex_indent_enabled = 0 command W w map Q gq @@ -28,4 +29,5 @@ call plug#begin('~/.vim/plugged') Plug 'https://github.com/morhetz/gruvbox.git' Plug 'https://github.com/tpope/vim-abolish.git' Plug 'https://github.com/lervag/vimtex.git', {'for': 'tex'} +Plug 'https://github.com/kovisoft/slimv', {'for': 'lisp'} call plug#end() -- cgit 1.4.1