Update treesitter.lua (#210)

Hey Chris,
I copied your treesitter.lua config and it crashed because of ensure_installed option was set to "maintained".
It looks like it was already deprecated and so I suggest to replace it by ensure_installed="all".
08-treesitter
Matej Straka 2 years ago committed by GitHub
parent 5b2777816a
commit 5559d801b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@
local configs = require("nvim-treesitter.configs")
configs.setup {
ensure_installed = "maintained",
ensure_installed = "all",
sync_install = false,
ignore_install = { "" }, -- List of parsers to ignore installing
highlight = {

Loading…
Cancel
Save