josean-dev / dev-environment-files

2.63k stars 740 forks source link

Add mason_lspconfig default_handlers #43

Open matmatias opened 9 months ago

matmatias commented 9 months ago

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.

matmatias commented 9 months ago

44