diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/aodocs.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/aodocs.vim b/projects/aodocs.vim index 9721b6b..9cba95b 100644 --- a/projects/aodocs.vim +++ b/projects/aodocs.vim @@ -13,6 +13,9 @@ augroup AODocs autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AODOCS/*.json \ setlocal expandtab tabstop=4 softtabstop=4 shiftwidth=4 + autocmd BufRead,BufEnter $VIM_PROJECT_PATH_AODOCS/*.html + \ setlocal expandtab tabstop=4 softtabstop=4 shiftwidth=4 + autocmd BufNewFile,BufRead \ $VIM_PROJECT_PATH_AODOCS_GO/*/.git/{COMMIT_EDIT,MERGE_,TAG_EDIT}MSG \,$VIM_PROJECT_PATH_AODOCS/*/.git/{COMMIT_EDIT,MERGE_,TAG_EDIT}MSG |