diff options
author | Camil Staps | 2016-09-08 08:11:23 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:43 +0100 |
commit | 5237e65d7e727a03fe52ab0e82b5492c09657fc4 (patch) | |
tree | 2847993b5f3f872177d6e192c2bce458018f4501 /vim | |
parent | C folding in vim (diff) |
No textwidth for (La)TeX (vim)
Diffstat (limited to 'vim')
-rw-r--r-- | vim/vim.symlink/after/ftplugin/tex.vim | 1 |
1 files changed, 0 insertions, 1 deletions
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 <buffer> update |