From de47e106e476ac9f8ce58208c4dd070157b3fdbd Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Mon, 20 May 2019 11:46:41 -0700 Subject: [PATCH] Two-space indent on yaml --- neovim/ftplugin/yaml.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 neovim/ftplugin/yaml.vim diff --git a/neovim/ftplugin/yaml.vim b/neovim/ftplugin/yaml.vim new file mode 100644 index 0000000..6f78fab --- /dev/null +++ b/neovim/ftplugin/yaml.vim @@ -0,0 +1 @@ +setlocal shiftwidth=2