refactor: better examples

This commit is contained in:
Folke Lemaitre 2023-01-09 10:53:23 +01:00
parent e6e6613011
commit ecf7a83181
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
6 changed files with 192 additions and 110 deletions

View file

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