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",
|
"TSUpdate",
|
||||||
"TSUpdateSync",
|
"TSUpdateSync",
|
||||||
},
|
},
|
||||||
build = function()
|
-- build = function()
|
||||||
local status_ok, ts = pcall(require, "nvim-treesitter.install")
|
-- local status_ok, ts = pcall(require, "nvim-treesitter.install")
|
||||||
if not status_ok then
|
-- if not status_ok then
|
||||||
return
|
-- return
|
||||||
end
|
-- end
|
||||||
ts.update({ with_sync = true })()
|
-- ts.update({ with_sync = true })()
|
||||||
end,
|
-- end,
|
||||||
-- config = function()
|
-- config = function()
|
||||||
-- local status_ok, _ = pcall(require, "nvim-treesitter")
|
-- local status_ok, _ = pcall(require, "nvim-treesitter")
|
||||||
-- if not status_ok then
|
-- if not status_ok then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue