try to fix build command for lazy installed mson

This commit is contained in:
JesseBot 2023-05-21 23:20:22 +02:00
parent 68598d97e2
commit bc0bf03939
No known key found for this signature in database
GPG key ID: C01D207CE04D55D9

View file

@ -234,7 +234,7 @@ local plugins = {
'williamboman/mason-lspconfig.nvim',
},
cmd = "TSUpdateSync",
build = ":MasonUpdate" -- :MasonUpdate updates registry contents
build = "MasonUpdate" -- :MasonUpdate updates registry contents
},
--