From cda9433be6c800059dda7d5e42417dea06a21a15 Mon Sep 17 00:00:00 2001 From: ziro Date: Sun, 27 Aug 2023 15:33:35 +0700 Subject: [PATCH] chore: Add treesitter It says I can use it for highlighting......... I have no idea how to use it, too lazy to figure it out rn --- .config/vim/vim_plug | 6 ++++++ 1 file changed, 6 insertions(+) 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 <