mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-28 05:54:18 +02:00
Enhancement: Add comment as per suggestion
This commit is contained in:
parent
9ddac5a2f1
commit
9f52334ffa
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -817,6 +817,7 @@ require('lazy').setup({
|
|||
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