From 3771d264f49153f08f328a070aa3144a25233703 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 20 Apr 2016 21:04:53 +0200 Subject: tw for tex --- vim/vim.symlink/after/ftplugin/tex.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'vim/vim.symlink') diff --git a/vim/vim.symlink/after/ftplugin/tex.vim b/vim/vim.symlink/after/ftplugin/tex.vim index dfe1f3e..cd4a2bf 100644 --- a/vim/vim.symlink/after/ftplugin/tex.vim +++ b/vim/vim.symlink/after/ftplugin/tex.vim @@ -1,4 +1,5 @@ setlocal spell spelllang=en_gb autocmd CursorHold,CursorHoldI * update set tabstop=2 shiftwidth=2 +set tw=79 -- cgit v1.2.3