Skip to content

Commit 077715c

Browse files
Remove treesitter prefer_git option (nvim-lua#1061)
1 parent ed09efa commit 077715c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lua/plugins/treesitter.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ return {
1919
config = function(_, opts)
2020
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
2121

22-
-- Prefer git instead of curl in order to improve connectivity in some environments
23-
require('nvim-treesitter.install').prefer_git = true
2422
---@diagnostic disable-next-line: missing-fields
2523
require('nvim-treesitter.configs').setup(opts)
2624

0 commit comments

Comments
 (0)