Disable treesitter for fortran files

This commit is contained in:
Evie Litherland-Smith 2022-11-30 14:46:04 +00:00
parent c10372c6e7
commit f6755e04c4

View file

@ -3,6 +3,6 @@ require 'nvim-treesitter.configs'.setup {
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
disable = { 'help' },
disable = { 'help', 'fortran' },
},
}