Various fixes from upstream

This commit is contained in:
Imbus 2024-08-06 10:42:21 +02:00
parent 0b48197426
commit 5b27a06a37
4 changed files with 8 additions and 4 deletions

View file

@ -22,8 +22,6 @@ return { -- Highlight, edit, and navigate code
config = function(_, opts)
-- [[ 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
require('nvim-treesitter.configs').setup(opts)