about summary refs log tree commit diff
path: root/vim
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-12-02 11:19:45 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-12-02 11:19:45 +0700
commit694b8f443db6e3b2b6dc6335638d9f1c7a77e0be (patch)
tree6e7a6fc1c8beb662af4d942ff4e0bfa858de3012 /vim
parentee7dd8ccc9f62010a1079dde5043ef7da5ef98f3 (diff)
downloaddotfiles-694b8f443db6e3b2b6dc6335638d9f1c7a77e0be.tar.gz
Update 2018-12-02
Diffstat (limited to 'vim')
-rwxr-xr-xvim/.vim/vimrc2
1 files changed, 2 insertions, 0 deletions
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()