diff options
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |