aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2023-03-05 22:44:53 -0700
committerkatherine <ageha@airen-no-jikken.icu>2023-03-05 22:44:53 -0700
commit13226ef37eda4fade59ad405edf0a11b051015f5 (patch)
tree007c41884ef20883b2bd0d78de7eac9c9904ce80 /.vimrc
parent4efa73cf6d8e8b13123d28d6e51ba0de4274161c (diff)
downloaddotfiles-13226ef37eda4fade59ad405edf0a11b051015f5.tar.gz
toplevel spell in latex files
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>