diff options
Diffstat (limited to 'vim/vim.symlink/after/ftplugin/tex.vim')
-rw-r--r-- | vim/vim.symlink/after/ftplugin/tex.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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 |