vim-lsp-settings icon indicating copy to clipboard operation
vim-lsp-settings copied to clipboard

Auto configurations for Language Server for vim-lsp

Results 97 vim-lsp-settings issues
Sort by recently updated
recently updated
newest added

https://github.com/mattn/vim-lsp-settings/blob/master/settings.json#L1684-L1695 I'm happy to open a PR, but not sure how this should be installed?

Add [pylizer](https://github.com/mtshiba/pylyzer) Really good and fast language server

For some projects I like to use pylsp because it is comprehensive, but for large projects I have to use combination of jedi + ruff for performance reasons (pylsp hangs...

I needed to turn off checkThirdParty to get sumneko lua lsp to stop asking me to configure LOVE on each session start. That seems to cause it to fail to...

efm-langserver is no use without a config.yaml. This PR adds a default config.yaml if one does not exist.

This plugin solves day-one operations, mainly installing missing LSP servers. What about day-two operations, like detection of new server versions, notifications about updates, upgrading installed servers? I can probably subscribe...

Currently, `svelte-language-server` is set up to search for a `svelte-language-server` binary and will install a `svelte-language-server` wrapper script if the user prompts the plugin to download the LSP: https://github.com/mattn/vim-lsp-settings/blob/b986f8c10056faf289d692ea816bfc22b780e425/installer/install-svelte-language-server.sh#L5-L6 https://github.com/mattn/vim-lsp-settings/blob/b986f8c10056faf289d692ea816bfc22b780e425/settings/svelte-language-server.vim#L5...

On linux the installation of marksman fails as they changed the naming (includes arch now) in the link that is curl'ed in the installer. PR created: https://github.com/mattn/vim-lsp-settings/pull/678

[install-prisma-language-server.sh](https://github.com/mattn/vim-lsp-settings/blob/master/installer/install-prisma-language-server.sh) does not work because prisma-fmt was removed from v4.10.0.