Update treesitter configuration for new versions

pull/2/head
Ensar Sarajčić 2022-04-14 10:22:27 +02:00
parent 88151493b4
commit 001754e29b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
require "nvim-treesitter.configs".setup { 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 = { highlight = {
enable = true -- false will disable the whole extension enable = true -- false will disable the whole extension
}, },