diff options
author | Camil Staps | 2023-02-15 17:13:11 +0100 |
---|---|---|
committer | Camil Staps | 2023-02-15 17:13:11 +0100 |
commit | 79f3cde08db3a2838e1a45853ad1170606663333 (patch) | |
tree | 09b0dc1e1a90a1085596659fb89a4e2ede810b4a /vim/.vim/after/ftplugin/tex.vim | |
parent | Update vim spellfile (diff) |
Vim: add snug; fold clean using syntax; set textwidth by default for folding comments
Diffstat (limited to 'vim/.vim/after/ftplugin/tex.vim')
-rw-r--r-- | vim/.vim/after/ftplugin/tex.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vim/after/ftplugin/tex.vim b/vim/.vim/after/ftplugin/tex.vim index 6de2aea..a3b5ee2 100644 --- a/vim/.vim/after/ftplugin/tex.vim +++ b/vim/.vim/after/ftplugin/tex.vim @@ -1,5 +1,6 @@ setlocal spell spelllang=en_gb setlocal tabstop=2 shiftwidth=2 +setlocal formatoptions-=t function! SyncTeXToPDF() call system('zathura --synctex-forward ' . |