diff options
| author | Camil Staps | 2016-02-18 08:05:28 +0100 | 
|---|---|---|
| committer | Camil Staps | 2016-11-30 19:11:07 +0100 | 
| commit | a00d3385840c234f0eb7a644a4ced3a90c7e5b43 (patch) | |
| tree | baf664e0d10c0eb8699126b03d9dab5aab0b3c16 | |
| parent | Added Clean to path (diff) | |
TeX tabwidth 2
| -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 | 
