We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabeb86 commit 6d6b3f3Copy full SHA for 6d6b3f3
init.lua
@@ -817,6 +817,8 @@ require('lazy').setup({
817
config = function(_, opts)
818
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
819
820
+ -- Prefer git instead of curl in order to improve connectivity in some environments
821
+ require('nvim-treesitter.install').prefer_git = true
822
---@diagnostic disable-next-line: missing-fields
823
require('nvim-treesitter.configs').setup(opts)
824
0 commit comments