From 180b965311d7cd6d38f3dc9ef3a4d096ca6b9c4e Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Mon, 20 Feb 2023 23:45:35 +0700 Subject: [PATCH] update --- lua/plugins/init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index f3bff25..e173353 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -12,8 +12,6 @@ return { -- coloring code { "nvim-treesitter/nvim-treesitter", - lazy = false, -- make sure we load this during startup if it is your main colorscheme - priority = 1000, -- make sure to load this before all the other start plugins event = "BufRead", cmd = { "TSBufDisable",