new-main #1

Open
SailReal wants to merge 90 commits from new-main into main
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 6d6b3f38c1 - Show all commits

View File

@ -817,6 +817,8 @@ require('lazy').setup({
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)