From c71e5569781be8502a905c5e75277e8ad9b4f5be Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Sun, 6 Dec 2020 18:06:29 -0800 Subject: [PATCH] Add yaml for vim --- vim/.vim/ftplugin/yaml.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vim/.vim/ftplugin/yaml.vim diff --git a/vim/.vim/ftplugin/yaml.vim b/vim/.vim/ftplugin/yaml.vim new file mode 100644 index 0000000..86c2bba --- /dev/null +++ b/vim/.vim/ftplugin/yaml.vim @@ -0,0 +1,4 @@ +set expandtab " expandtab converts tabs to spaces +set shiftwidth=2 " unify +set softtabstop=2 " Pressing backspace works like tabs +set tabstop=2 " real tabs should be 4, but they will show with set list on