Skip to content

Change LSP setup to use vim.lsp.config API - #152

Open
sadra1f wants to merge 1 commit into
ThePrimeagen:masterfrom
sadra1f:patch-2
Open

Change LSP setup to use vim.lsp.config API#152
sadra1f wants to merge 1 commit into
ThePrimeagen:masterfrom
sadra1f:patch-2

Conversation

@sadra1f

@sadra1f sadra1f commented Aug 18, 2026

Copy link
Copy Markdown

Based on mason-lspconfig v2 change logs, they dropped the handlers option. It now defaults to automatic_enable = true, which just calls vim.lsp.enable() on every installed server using lspconfig's defaults and handlers table in this config was being silently ignored.
I moved configurations out of mason-lspconfig's handlers table, into native vim.lsp.config() calls.

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.

1 participant