Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mason_lspconfig default_handlers #43

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

matmatias
Copy link

About

Add mason_lspconfig default_handlers instead of traditional nvim-lspconfig setup for each language.

Benefits

This will make you have a default handler when you install a new language server, making it unecessary to setup a new nvim-lspconfig for each new language server that don't require a custom setup. You can still customize new language servers setup, passing a function to it's name's property in the setup_handlers argument table.

Fix an error that was being caused because setup_handlers was being called from nvim-lspconfig instead of mason-lspconfig
@matmatias
Copy link
Author

#44

Copy link

@MuhammadcodR MuhammadcodR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I check your modification that's GOOD!

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