Disable treesitter for fortran files
This commit is contained in:
parent
c10372c6e7
commit
f6755e04c4
|
@ -3,6 +3,6 @@ require 'nvim-treesitter.configs'.setup {
|
|||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
disable = { 'help' },
|
||||
disable = { 'help', 'fortran' },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue