added all current config

This commit is contained in:
Ellen Arvidsson 2019-06-23 11:33:39 +02:00
commit 7f9136b78d
13 changed files with 245 additions and 0 deletions

5
after/ftplugin/html.vim Normal file
View file

@ -0,0 +1,5 @@
let g:html_indent_inctags = "html,body,head,tbody"
let g:html_indent_script1 = "inc"
let g:html_indent_style1 = "inc"
set softtabstop=2 shiftwidth=2 expandtab