aboutsummaryrefslogtreecommitdiff
path: root/vim/vim.symlink/after
diff options
context:
space:
mode:
authorCamil Staps2016-02-18 08:05:28 +0100
committerCamil Staps2016-11-30 19:11:07 +0100
commita00d3385840c234f0eb7a644a4ced3a90c7e5b43 (patch)
treebaf664e0d10c0eb8699126b03d9dab5aab0b3c16 /vim/vim.symlink/after
parentAdded Clean to path (diff)
TeX tabwidth 2
Diffstat (limited to 'vim/vim.symlink/after')
-rw-r--r--vim/vim.symlink/after/ftplugin/tex.vim1
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