diff --git a/.config/vim/vim_plug b/.config/vim/vim_plug index a01e979..552575a 100644 --- a/.config/vim/vim_plug +++ b/.config/vim/vim_plug @@ -96,6 +96,9 @@ Plug 'GutenYe/json5.vim' " --- Project Fluent support Plug 'projectfluent/fluent.vim' +" --- AIO solution for highlighting +Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'} + call plug#end() " ====================== @@ -408,3 +411,6 @@ lua <