aboutsummaryrefslogtreecommitdiff
path: root/vim/after
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-21 23:33:10 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-21 23:33:10 +1200
commit27bd74d9c5d80bfcfdfe6efebfa096c0c80292ac (patch)
tree8a8bc8e194282fb7cbd6bc40f75dab5c3abf6891 /vim/after
parentMake search highlight clearing quiet (diff)
downloaddotfiles-27bd74d9c5d80bfcfdfe6efebfa096c0c80292ac.tar.gz
dotfiles-27bd74d9c5d80bfcfdfe6efebfa096c0c80292ac.zip
Respect VimL convention
Diffstat (limited to 'vim/after')
-rw-r--r--vim/after/ftplugin/vim.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/after/ftplugin/vim.vim b/vim/after/ftplugin/vim.vim
new file mode 100644
index 00000000..1a8fbd17
--- /dev/null
+++ b/vim/after/ftplugin/vim.vim
@@ -0,0 +1,5 @@
+" Observe VimL conventions for two-space indents
+set shiftwidth=2
+set softtabstop=2
+set tabstop=2
+