about summary refs log tree commit diff
path: root/.vim/ftplugin
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2020-07-18 14:18:21 -0500
committerStarfall <us@starfall.systems>2020-07-18 14:18:21 -0500
commit19c591315da3c2488f3b00a6b4003387c1c71490 (patch)
treee32fda028bad57b34fc1bbb74519e8eaf3bdfe2a /.vim/ftplugin
parent61ce9f69ea9f1a617659ad5760533fd67e0f0d5c (diff)
vim: restore old config
Diffstat (limited to '.vim/ftplugin')
-rw-r--r--.vim/ftplugin/yaml.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/ftplugin/yaml.vim b/.vim/ftplugin/yaml.vim
new file mode 100644
index 0000000..24241cb
--- /dev/null
+++ b/.vim/ftplugin/yaml.vim
@@ -0,0 +1,2 @@
+setlocal expandtab shiftwidth=2 softtabstop=2  shiftround
+let b:under_ftplugin = "setlocal expandtab< shiftwidth< softtabstop< shiftround<"