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 8682ab6 commit bf5f103Copy full SHA for bf5f103
init.lua
@@ -826,6 +826,8 @@ require('lazy').setup({
826
config = function(_, opts)
827
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
828
829
+ -- Prefer git instead of curl in order to improve connectivity in some environments
830
+ require('nvim-treesitter.install').prefer_git = true
831
---@diagnostic disable-next-line: missing-fields
832
require('nvim-treesitter.configs').setup(opts)
833
0 commit comments