We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update outdated arch package and cleanup pyls instructions
Add language server configuration example.
javascript-typescript-langserver has been deprecated in favor to typescript-language-server
Update method to use MPLS with virtual environments
Add pyls documentation and improve MPLS docs
Minor formatting fix
Reason for this page is to make it easy to set up this plugin with python. If someone has experience setting up pyls, please add to this page
Updated Vue Language Server (VLS) (markdown)
remove obsolete version pinning, see https://github.com/redhat-developer/yaml-language-server/issues/314
Added couple installation requirements that will be required for vls to work properly
--with-toolchain is no longer supported on brew install llvm
Add installation of the "clangd" for some Ubuntu versions
fix a typo
Add info about server configuration, taken from https://github.com/natebosch/vim-lsc/wiki/Language-Servers
Update vue instruction to use vls
(Didn't include the URL for vls)https://github.com/vuejs/vetur/blob/master/server/src/services/vls.ts#L205
It seems the name of attribute to load has changed for the latest vue-language-server, got it updated.
Initial guide to running a php language server
Update guide to be shorter
Clarify version constraint for yaml-language-server. The latest version of the server does not work.
Updated yaml language server (markdown)
Add a getting started guide on setting up javascript/typescript language servers
Get rid of minor rant and show just the documentation
I believe there isn't a well documented guide on getting some language servers working properly with LSP clients. This one is for Vue, since it is a popular framework many devs use but it has a robust extension for vscode and not for vim. This should get them in the right direction on setting up a vue project in vim.
documented -background-index option for clangd projectwide index
Add a method of inlining settings into vim configuration; simplify stuff a bit
Updated Clangd (rest)