aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 4c68c79..2c9f6d2 100644
--- a/.vimrc
+++ b/.vimrc
@@ -46,7 +46,9 @@ Plug 'junegunn/goyo.vim'
Plug 'itchyny/lightline.vim'
Plug 'MarcWeber/vim-addon-mw-utils'
+
Plug 'tomtom/tlib_vim'
+
Plug 'garbas/vim-snipmate'
Plug 'dhruvasagar/vim-table-mode'
@@ -594,6 +596,7 @@ fun! s:settings_tex()
setlocal tabstop=4
setlocal softtabstop=4
setlocal spell
+ syntax spell toplevel
"mappings
nnoremap <buffer> -- O%<Space>
nnoremap <buffer> <Leader>c :!latex -output-format=pdf "%"<CR><CR>