mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
87fa670e51
commit
9a27adbbcb
1 changed files with 7 additions and 7 deletions
|
@ -28,13 +28,13 @@ return {
|
|||
"TSUpdate",
|
||||
"TSUpdateSync",
|
||||
},
|
||||
build = function()
|
||||
local status_ok, ts = pcall(require, "nvim-treesitter.install")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
ts.update({ with_sync = true })()
|
||||
end,
|
||||
-- build = function()
|
||||
-- local status_ok, ts = pcall(require, "nvim-treesitter.install")
|
||||
-- if not status_ok then
|
||||
-- return
|
||||
-- end
|
||||
-- ts.update({ with_sync = true })()
|
||||
-- end,
|
||||
-- config = function()
|
||||
-- local status_ok, _ = pcall(require, "nvim-treesitter")
|
||||
-- if not status_ok then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue