diff --git a/.vim/vimrc b/.vim/vimrc index f867720..b29ae35 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -34,6 +34,7 @@ endif " let g:DisableAutoPHPFolding = 1 let g:EditorConfig_exclude_patterns = ['fugitive://.*', 'scp://.*'] +let g:astro_typescript = 'enable' let g:indent_guides_auto_colors = 0 let g:indent_guides_enable_on_vim_startup = 1 autocmd VimEnter,Colorscheme * :hi IndentGuidesEven ctermbg=8