From aa092cff9667735b5b22d1940aa8aa64317bcacc Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Sat, 13 May 2023 10:36:37 +0200 Subject: [PATCH] Enable TreeSitter highlight in vim on startup --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index 6e12e6b..9abe266 100644 --- a/vimrc +++ b/vimrc @@ -8,3 +8,7 @@ let &rtp=&rtp.','.expand(':p:h').'/vim' if has("nvim") lua pcall(require, "plugins") end + +au VimEnter * TSEnable highlight +au VimEnter * TSEnable incremental_selection +au VimEnter * TSEnable indent