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