Skip to content

Standardize Mason plugin references to williamboman org#14

Closed
Copilot wants to merge 2 commits intofeature/nvim-lua-configfrom
copilot/sub-pr-11-again
Closed

Standardize Mason plugin references to williamboman org#14
Copilot wants to merge 2 commits intofeature/nvim-lua-configfrom
copilot/sub-pr-11-again

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 10, 2026

The LSP config had inconsistent Mason plugin repository references, mixing mason-org/mason.nvim and williamboman/mason.nvim, which could cause dependency resolution conflicts.

Changes:

  • Standardized all Mason plugin references to use williamboman/mason.nvim and williamboman/mason-lspconfig.nvim
   {
-    "mason-org/mason.nvim",
+    "williamboman/mason.nvim",
     dependencies = {
-      "mason-org/mason-lspconfig.nvim",
+      "williamboman/mason-lspconfig.nvim",
       "neovim/nvim-lspconfig",

This ensures consistent dependency resolution and eliminates ambiguity about which repository is authoritative.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: kshiozaw <48462451+kshiozaw@users.noreply.github.com>
Copilot AI changed the title [WIP] WIP to address feedback on nvim lua config PR Standardize Mason plugin references to williamboman org Feb 10, 2026
Copilot AI requested a review from kshiozaw February 10, 2026 17:50
@kshiozaw kshiozaw closed this Feb 10, 2026
@kshiozaw kshiozaw deleted the copilot/sub-pr-11-again branch February 10, 2026 18:01
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