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 c9ba581 commit 203f4f5Copy full SHA for 203f4f5
init.lua
@@ -896,6 +896,8 @@ require('lazy').setup({
896
config = function(_, opts)
897
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
898
899
+ -- Prefer git instead of curl in order to improve connectivity in some environments
900
+ require('nvim-treesitter.install').prefer_git = true
901
---@diagnostic disable-next-line: missing-fields
902
require('nvim-treesitter.configs').setup(opts)
903
0 commit comments