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 87ed2c2 commit 8faf899Copy full SHA for 8faf899
init.lua
@@ -851,6 +851,8 @@ require('lazy').setup({
851
config = function(_, opts)
852
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
853
854
+ -- Prefer git instead of curl in order to improve connectivity in some environments
855
+ require('nvim-treesitter.install').prefer_git = true
856
---@diagnostic disable-next-line: missing-fields
857
require('nvim-treesitter.configs').setup(opts)
858
0 commit comments