Re-enable treesitter autoinstall but keep ensure all off
This commit is contained in:
parent
5a5df961bc
commit
67d3b1368b
|
@ -17,6 +17,7 @@ return {
|
|||
require("nvim-treesitter.configs").setup(opts)
|
||||
end,
|
||||
opts = {
|
||||
auto_install = true,
|
||||
highlight = {
|
||||
enable = true,
|
||||
disable = { "fortran" },
|
||||
|
|
Loading…
Reference in a new issue