refactor!: use new opts property

This commit is contained in:
Folke Lemaitre 2023-01-08 15:07:07 +01:00
parent abdd658733
commit c137431c14
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 53 additions and 41 deletions

View file

@ -3,22 +3,24 @@ return {
-- treesitter
{
"nvim-treesitter/nvim-treesitter",
ensure_installed = {
"bash",
"help",
"html",
"javascript",
"json",
"lua",
"markdown",
"markdown_inline",
"python",
"query",
"regex",
"tsx",
"typescript",
"vim",
"yaml",
},
-- opts = {
-- ensure_installed = {
-- "bash",
-- "help",
-- "html",
-- "javascript",
-- "json",
-- "lua",
-- "markdown",
-- "markdown_inline",
-- "python",
-- "query",
-- "regex",
-- "tsx",
-- "typescript",
-- "vim",
-- "yaml",
-- },
-- },
},
}