From 1c8a64e90e623348e675aaf3d0d4f756f4a41755 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 31 Oct 2022 00:39:14 +0100 Subject: vim --- .vim/ftplugin/tex.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .vim/ftplugin/tex.vim (limited to '.vim/ftplugin') diff --git a/.vim/ftplugin/tex.vim b/.vim/ftplugin/tex.vim new file mode 100644 index 0000000..fe649eb --- /dev/null +++ b/.vim/ftplugin/tex.vim @@ -0,0 +1,2 @@ +setlocal tabstop=4 +setlocal shiftwidth=4 -- cgit v1.2.3