diff options
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 |