-
I am confused on how to use this LSP server inside neovim. The lspconfig registry contains the entry ltex_plus. The mason registry mason-org is unmaintained, so I looked into the mason registry visimp and found the entry ltex_plus. When I try to use
|
Beta Was this translation helpful? Give feedback.
Answered by
devgioele
Mar 21, 2025
Replies: 1 comment 2 replies
-
I am not working with mason, so I cannot support you. Maybe this discussion helps you: ltex-plus/ltex-ls-plus#78 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the issue. The
mason-lspconfig.nvim
I use makes a mapping from the lspconfig registry to the mason registry. I opened a PR to add a mapping forltex_plus
: williamboman/mason-lspconfig.nvim#525