mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-06 17:15:30 -08:00
Compare commits
2 Commits
e947649cb0
...
cpatti_add
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f52334ffa | ||
|
|
9ddac5a2f1 |
2
init.lua
2
init.lua
@@ -817,6 +817,8 @@ 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user