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"