From 5237e65d7e727a03fe52ab0e82b5492c09657fc4 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 8 Sep 2016 08:11:23 +0200 Subject: No textwidth for (La)TeX (vim) --- vim/vim.symlink/after/ftplugin/tex.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'vim/vim.symlink/after') diff --git a/vim/vim.symlink/after/ftplugin/tex.vim b/vim/vim.symlink/after/ftplugin/tex.vim index 890432b..751e035 100644 --- a/vim/vim.symlink/after/ftplugin/tex.vim +++ b/vim/vim.symlink/after/ftplugin/tex.vim @@ -1,4 +1,3 @@ setlocal spell spelllang=en_gb setlocal tabstop=2 shiftwidth=2 -setlocal tw=79 autocmd CursorHold,CursorHoldI update -- cgit v1.2.3