mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Lazy commit message
This commit is contained in:
@@ -70,7 +70,7 @@ packer.startup(function(use)
|
||||
run = function()
|
||||
local ntsi_ok, nvim_treesitter_install = pcall(require, "nvim-treesitter.install")
|
||||
if ntsi_ok then
|
||||
local ts_update = nvim_treesitter_install.install.update({ with_sync = true })
|
||||
local ts_update = nvim_treesitter_install.update({ with_sync = true })
|
||||
ts_update()
|
||||
end
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user