lazyvim/lua
Prabhat Ranjan a8b08388ed
fix(lsp): use correct mason-lspconfig API for getting mappings
The mason-lspconfig plugin changed its API. The module
`mason-lspconfig.mappings` no longer has a `get_mason_map()`
function. Instead, the correct API is `require("mason-lspconfig").get_mappings()`
which returns a table with `lspconfig_to_mason` and `mason_to_lspconfig` keys.

This fixes the error:
  module 'mason-lspconfig.mappings' not found

Fixes #6710
2025-10-27 20:24:29 +05:30
..
lazyvim fix(lsp): use correct mason-lspconfig API for getting mappings 2025-10-27 20:24:29 +05:30