Merge 'upstream' prefer_git, inlay hints
- add prefer_git to treesitter config - Enable inlay hints for the supporting servers
This commit is contained in:
@@ -18,6 +18,8 @@ return {
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user