This commit is contained in:
asep komarudin 2023-02-20 23:45:35 +07:00
parent 35e077f1c4
commit 180b965311

View file

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