Various fixes from upstream
This commit is contained in:
parent
0b48197426
commit
5b27a06a37
4 changed files with 8 additions and 4 deletions
|
|
@ -22,8 +22,6 @@ return { -- Highlight, edit, and navigate code
|
|||
config = function(_, opts)
|
||||
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`
|
||||
|
||||
-- Prefer git instead of curl in order to improve connectivity in some environments
|
||||
require('nvim-treesitter.install').prefer_git = true
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
require('nvim-treesitter.configs').setup(opts)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue