|
|
@ -817,6 +817,8 @@ require('lazy').setup({
|
|
|
|
config = function(_, opts)
|
|
|
|
config = function(_, opts)
|
|
|
|
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
|
|
|
|
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Prefer git instead of curl in order to improve connectivity in some environments
|
|
|
|
|
|
|
|
require('nvim-treesitter.install').prefer_git = true
|
|
|
|
---@diagnostic disable-next-line: missing-fields
|
|
|
|
---@diagnostic disable-next-line: missing-fields
|
|
|
|
require('nvim-treesitter.configs').setup(opts)
|
|
|
|
require('nvim-treesitter.configs').setup(opts)
|
|
|
|
|
|
|
|
|
|
|
|