commit 48dbbc90914c0dd736a9d798a55c33964ed86e67 parent 9a09f8b2ef85028f7624ff4b64c9b3f0f89ddaf0 Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Sun, 15 Dec 2019 01:02:48 +0100 Add new file type plugin Diffstat:
A | vim/ftplugin/tex.vim | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/vim/ftplugin/tex.vim b/vim/ftplugin/tex.vim @@ -0,0 +1,3 @@ +setlocal spell spelllang=de,en +setlocal tabstop=2 +setlocal shiftwidth=2