Update treesitter configuration for new versions
parent
88151493b4
commit
001754e29b
|
@ -1,5 +1,5 @@
|
|||
require "nvim-treesitter.configs".setup {
|
||||
ensure_installed = "maintained", -- one of "all", "maintained" (parsers with maintainers), or a list of languages
|
||||
ensure_installed = "all", -- "all" or a list of languages
|
||||
highlight = {
|
||||
enable = true -- false will disable the whole extension
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue