From 5e14aeea7a576bdf4b6734ae57fa419664bab9e7 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Tue, 3 Sep 2024 02:29:13 +0800 Subject: [PATCH] Remove vim-astro. --- .vim/vimrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vim/vimrc b/.vim/vimrc index b29ae35..be9e559 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -34,7 +34,6 @@ 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 @@ -80,7 +79,6 @@ Plug 'terryma/vim-expand-region' Plug 'tomtom/tlib_vim' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-surround' -Plug 'wuelnerdotexe/vim-astro' call plug#end() " " color schema