aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vim/.gitignore1
-rw-r--r--.vim/ftplugin/tex.vim2
2 files changed, 3 insertions, 0 deletions
diff --git a/.vim/.gitignore b/.vim/.gitignore
new file mode 100644
index 0000000..a0e76af
--- /dev/null
+++ b/.vim/.gitignore
@@ -0,0 +1 @@
+.netrwhist
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