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",