Disable make for treesitter
This commit is contained in:
parent
67346bc66c
commit
64d085e3ea
1 changed files with 1 additions and 1 deletions
|
@ -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", "gitcommit", "latex", "yaml" },
|
||||
disable = { "diff", "gitcommit", "latex", "make", "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).
|
||||
|
|
Loading…
Add table
Reference in a new issue