feat(nvim): add treesitter playground

This commit is contained in:
Price Hiller 2023-07-03 23:31:55 -05:00
parent 4357bea3a6
commit a391a8e23b
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 8 additions and 1 deletions

View File

@ -113,6 +113,12 @@ nvim_treesitter.setup({
},
},
},
playground = {
enable = true
},
query_linter = {
enable = true
}
})
require("treesitter-context").setup({})

View File

@ -92,9 +92,10 @@ lazy.setup({
dependencies = {
{ url = "https://gitlab.com/HiPhish/nvim-ts-rainbow2.git" },
"nvim-treesitter/nvim-treesitter-context",
"nvim-treesitter/playground",
"windwp/nvim-ts-autotag",
"nvim-treesitter/nvim-treesitter-textobjects",
{ "pfeiferj/nvim-hurl", opts = {} },
{ "pfeiferj/nvim-hurl", opts = {}, dev = true },
},
config = function()
require("plugins.configs.treesitter")