Skip to content

Commit 447b449

Browse files
committed
chore(treesitter): rename configs to config
1 parent 26ee0c0 commit 447b449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/plugins/misc.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ return {
3434
},
3535
config = function()
3636
---@diagnostic disable-next-line: missing-fields
37-
require("nvim-treesitter.configs").setup {
37+
require("nvim-treesitter.config").setup {
3838
ensure_installed = { "lua", "vimdoc", "rust", "go", "astro", "json", "toml", "markdown" },
3939
highlight = {
4040
enable = true,

0 commit comments

Comments
 (0)