We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ee0c0 commit 447b449Copy full SHA for 447b449
1 file changed
lua/plugins/misc.lua
@@ -34,7 +34,7 @@ return {
34
},
35
config = function()
36
---@diagnostic disable-next-line: missing-fields
37
- require("nvim-treesitter.configs").setup {
+ require("nvim-treesitter.config").setup {
38
ensure_installed = { "lua", "vimdoc", "rust", "go", "astro", "json", "toml", "markdown" },
39
highlight = {
40
enable = true,
0 commit comments