diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-11-24 16:10:04 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-11-24 16:10:04 +0100 |
commit | e82d0be6205f24c0419e55161f6a78b88acc2f51 (patch) | |
tree | 4fa4ee8efe6f76d1cb1e1c14a4bf673462b02f99 | |
parent | 1bc2cfa7f15e9f96c55242c5e092ac45fbeaeda7 (diff) | |
download | dotfiles-e82d0be6205f24c0419e55161f6a78b88acc2f51.tar.gz dotfiles-e82d0be6205f24c0419e55161f6a78b88acc2f51.tar.xz |
vimrc: Disable comment spell checking in latex
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -223,6 +223,7 @@ inoremap <F2> <ESC>:NERDTreeToggle<CR> " }}} let python_highlight_all = 1 +let g:tex_comment_nospell=1 " Neomake autocmd BufWritePost * Neomake |