diff options
author | Starfall <us@starfall.systems> | 2020-07-18 14:18:21 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-07-18 14:18:21 -0500 |
commit | 19c591315da3c2488f3b00a6b4003387c1c71490 (patch) | |
tree | e32fda028bad57b34fc1bbb74519e8eaf3bdfe2a /.vim/ftplugin | |
parent | 61ce9f69ea9f1a617659ad5760533fd67e0f0d5c (diff) |
vim: restore old config
Diffstat (limited to '.vim/ftplugin')
-rw-r--r-- | .vim/ftplugin/yaml.vim | 2 |
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<" |