Skip to content

Standardize Mason plugin repository naming#15

Closed
Copilot wants to merge 1 commit intofeature/nvim-lua-configfrom
copilot/sub-pr-11-another-one
Closed

Standardize Mason plugin repository naming#15
Copilot wants to merge 1 commit intofeature/nvim-lua-configfrom
copilot/sub-pr-11-another-one

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 10, 2026

Resolves naming inconsistency where Mason plugins were referenced using both mason-org/ and williamboman/ namespaces, which could cause dependency resolution failures.

Changes

  • Standardized all Mason plugin references to use mason-org/ namespace
  • Updated mason-null-ls.nvim dependency from williamboman/mason.nvim to mason-org/mason.nvim
dependencies = {
-  "williamboman/mason.nvim",
+  "mason-org/mason.nvim",
   "nvimtools/none-ls.nvim",
   "nvim-lua/plenary.nvim",
},

All Mason-related plugins now consistently use:

  • mason-org/mason.nvim
  • mason-org/mason-lspconfig.nvim
  • jay-babu/mason-null-ls.nvim

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI mentioned this pull request Feb 10, 2026
Copilot AI changed the title [WIP] Address feedback on nvim lua config pull request Standardize Mason plugin repository naming Feb 10, 2026
Copilot AI requested a review from kshiozaw February 10, 2026 17:59
@kshiozaw kshiozaw closed this Feb 10, 2026
@kshiozaw kshiozaw deleted the copilot/sub-pr-11-another-one branch February 10, 2026 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants