aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/after/ftplugin')
-rw-r--r--vim/.vim/after/ftplugin/clean.vim2
-rw-r--r--vim/.vim/after/ftplugin/tex.vim1
2 files changed, 2 insertions, 1 deletions
diff --git a/vim/.vim/after/ftplugin/clean.vim b/vim/.vim/after/ftplugin/clean.vim
index 1be7ff8..d7007e3 100644
--- a/vim/.vim/after/ftplugin/clean.vim
+++ b/vim/.vim/after/ftplugin/clean.vim
@@ -1,5 +1,5 @@
setlocal autoindent
-setlocal foldmethod=manual
+setlocal foldmethod=syntax
setlocal tags+=.nitrile-tags;
setlocal tags+=nitrile-packages/linux-x64/*/lib/.nitrile-tags;
setlocal tags+=nitrile-packages/linux-x86/*/lib/.nitrile-tags;
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 ' .