aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-10-31 00:39:14 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-10-31 00:39:14 +0100
commit1c8a64e90e623348e675aaf3d0d4f756f4a41755 (patch)
treed65f731817f96bbf347cfd38e897e8a57a53159a /.vim
parent842adfee9c14d44ffd672a7608a73d36bf50b554 (diff)
downloaddotfiles-1c8a64e90e623348e675aaf3d0d4f756f4a41755.tar.gz
vim
Diffstat (limited to '.vim')
-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