Skip to content

Commit a5f64d1

Browse files
committed
chore(plug): add mason.nvim auto update hook
1 parent a435012 commit a5f64d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/dcai/plug.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ M.setup = function(plug_opts)
6868
--- lsp
6969
----------------------------------------------------------------------------
7070
Plug('neovim/nvim-lspconfig')
71-
Plug('mason-org/mason.nvim')
71+
Plug('mason-org/mason.nvim', { ['do'] = ':MasonUpdate' })
7272
Plug('williamboman/mason-lspconfig.nvim')
7373
----------------------------------------------------------------------------
7474
--- git

0 commit comments

Comments
 (0)