From 1ed37776c18200812c3b0f3d59fd3d105e34946b Mon Sep 17 00:00:00 2001 From: James Dixon Date: Wed, 25 Nov 2020 21:16:26 -0500 Subject: [PATCH] update html.vim files --- files/vim/.vim/after/ftplugin/html.vim | 1 - files/vim/.vim/indent/html.vim | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 files/vim/.vim/indent/html.vim diff --git a/files/vim/.vim/after/ftplugin/html.vim b/files/vim/.vim/after/ftplugin/html.vim index f954cc0..d04980e 100644 --- a/files/vim/.vim/after/ftplugin/html.vim +++ b/files/vim/.vim/after/ftplugin/html.vim @@ -1,3 +1,2 @@ "syntax syntax sync fromstart -set sw=2 sts=2 ts=2 diff --git a/files/vim/.vim/indent/html.vim b/files/vim/.vim/indent/html.vim new file mode 100644 index 0000000..360ba50 --- /dev/null +++ b/files/vim/.vim/indent/html.vim @@ -0,0 +1,2 @@ +let g:html_indent_script1 = "inc" +let g:html_indent_style1 = "inc"