AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.04k stars 214 forks source link

fix(noice-nvim)!: disabled the signature to fix the overwritten lsp signature #985

Closed Richie-Z closed 1 month ago

Richie-Z commented 1 month ago

📑 Description

when first opening neovim v0.10.0 with noice plugin installed it will throws error like this vim.lsp.handlers["textDocument/signatureHelp"] has been overwritten by another plugin?

add lsp = { signature = { enabled = false } } to disabled the overwritten lsp signature

ℹ Additional Information

github-actions[bot] commented 1 month ago

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping:

Uzaaft commented 1 month ago

That's not the case with just the noice plugin. It must be a another plugin that causes that issue. Tested in base template + astrocommunity with noice.