nvim: treesitter: Force nvim-treesitter to use a specific compiler
Required for Haskell. See https://github.com/tree-sitter/tree-sitter-haskell#building-with-nvim-treesitter
This commit is contained in:
parent
a16c244fce
commit
0649b639da
1 changed files with 2 additions and 0 deletions
|
@ -26,3 +26,5 @@ require'nvim-treesitter.configs'.setup {
|
|||
},
|
||||
},
|
||||
}
|
||||
|
||||
require'nvim-treesitter.install'.compilers = { "gcc" }
|
||||
|
|
Loading…
Reference in a new issue