about summary refs log tree commit diff
path: root/vim
diff options
context:
space:
mode:
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()