We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f64d1 commit d94c6e2Copy full SHA for d94c6e2
lua/dcai/plug.lua
@@ -68,8 +68,8 @@ M.setup = function(plug_opts)
68
--- lsp
69
----------------------------------------------------------------------------
70
Plug('neovim/nvim-lspconfig')
71
- Plug('mason-org/mason.nvim', { ['do'] = ':MasonUpdate' })
72
- Plug('williamboman/mason-lspconfig.nvim')
+ Plug('mason-org/mason.nvim', { ['do'] = ':MasonUpdate', ['branch'] = 'v1.x' })
+ Plug('mason-org/mason-lspconfig.nvim', { ['branch'] = 'v1.x' })
73
74
--- git
75
0 commit comments