mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(mason): add MasonUpdate to build
This commit is contained in:
parent
f46316af00
commit
b4b27e867c
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@ return {
|
|||
"williamboman/mason.nvim",
|
||||
cmd = "Mason",
|
||||
keys = { { "<leader>cm", "<cmd>Mason<cr>", desc = "Mason" } },
|
||||
build = ":MasonUpdate",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"stylua",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue