Update mason url
This commit is contained in:
parent
4a8e96ce1f
commit
76a754de23
2 changed files with 10 additions and 10 deletions
|
@ -6,7 +6,7 @@ return {
|
|||
dependencies = {
|
||||
{ "folke/neoconf.nvim", cmd = "Neoconf", config = true },
|
||||
{ "folke/neodev.nvim", opts = {} },
|
||||
"williamboman/mason.nvim",
|
||||
"mason-org/mason.nvim",
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
},
|
||||
---@class PluginLspOpts
|
||||
|
@ -108,7 +108,7 @@ return {
|
|||
-- formatters
|
||||
-- cmdline tools and lsp servers
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
"mason-org/mason.nvim",
|
||||
cmd = "Mason",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
|
@ -125,7 +125,7 @@ return {
|
|||
},
|
||||
"mfussenegger/nvim-jdtls",
|
||||
{
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"mason-org/mason-lspconfig.nvim",
|
||||
dependencies = {
|
||||
{ "mason-org/mason.nvim", opts = {} },
|
||||
"neovim/nvim-lspconfig",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue