Disable gitcommit highlight for treesitter

This commit is contained in:
flyingscorpio@clevo 2022-11-25 11:01:22 +01:00
parent 8900e54f9c
commit 67346bc66c

View file

@ -18,7 +18,7 @@ require'nvim-treesitter.configs'.setup {
-- disable highlighting for the `tex` filetype, you need to include `latex` in this list as this is
-- the name of the parser)
-- list of language that will be disabled
disable = { "diff", "latex", "yaml" },
disable = { "diff", "gitcommit", "latex", "yaml" },
-- Setting this to true will run `:h syntax` and tree-sitter at the same time.
-- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).