From a00d3385840c234f0eb7a644a4ced3a90c7e5b43 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 18 Feb 2016 08:05:28 +0100 Subject: TeX tabwidth 2 --- 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 6151522..71353f6 100644 --- a/vim/vim.symlink/after/ftplugin/tex.vim +++ b/vim/vim.symlink/after/ftplugin/tex.vim @@ -1,3 +1,4 @@ setlocal spell spelllang=en_gb autocmd CursorHold,CursorHoldI * update +set tabstop=2 shiftwidth=2 expandtab -- cgit v1.2.3