diff --git a/vim/ftplugin/yaml.vim b/vim/ftplugin/yaml.vim new file mode 100644 index 0000000..24fea35 --- /dev/null +++ b/vim/ftplugin/yaml.vim @@ -0,0 +1,2 @@ +" Set YAML indent to 2 because list objects are weird otherwise +set shiftwidth=2