LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.31k stars 1.17k forks source link

Update deprecated option in treesitter.lua #210

Closed strakam closed 1 year ago

strakam commented 1 year ago

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".