diff options
author | Camil Staps | 2016-09-29 09:26:23 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:44 +0100 |
commit | 73f62508c9b2149990753da52946b5aed4cc5a62 (patch) | |
tree | e5efa9b589bc730c746d9cd3f01598782eccdc06 /vim/vim.symlink/after | |
parent | Added synctop bash alias (diff) |
Minor vim cleanup
Diffstat (limited to 'vim/vim.symlink/after')
-rw-r--r-- | vim/vim.symlink/after/ftplugin/tex.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vim/vim.symlink/after/ftplugin/tex.vim b/vim/vim.symlink/after/ftplugin/tex.vim index 751e035..aabdc85 100644 --- a/vim/vim.symlink/after/ftplugin/tex.vim +++ b/vim/vim.symlink/after/ftplugin/tex.vim @@ -1,3 +1,2 @@ setlocal spell spelllang=en_gb setlocal tabstop=2 shiftwidth=2 -autocmd CursorHold,CursorHoldI <buffer> update |