mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-03-18 02:52:46 +00:00
Fixed deprecated call in nvim-treesitter config
This commit is contained in:
@@ -80,7 +80,7 @@ return {
|
||||
},
|
||||
config = function(_, opts)
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
require("nvim-treesitter.configs").setup(opts)
|
||||
require("nvim-treesitter.config").setup(opts)
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user