[Mason] Update to new one, disable auto-enable
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| return { | ||||
|     -- lsp package manager | ||||
|     "williamboman/mason.nvim", | ||||
|     "mason-org/mason.nvim", | ||||
|     dependencies = { | ||||
|         "williamboman/mason-lspconfig.nvim", | ||||
|         "mason-org/mason-lspconfig.nvim", | ||||
|     }, | ||||
|     config = function() | ||||
|         -- import mason | ||||
| @@ -37,7 +37,7 @@ return { | ||||
|                 "vue_ls" | ||||
|             }, | ||||
|             -- auto-install configured servers (with lspconfig) | ||||
|             automatic_installation = false, | ||||
|             automatic_enable = false | ||||
|         }) | ||||
|     end, | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user