| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Problem:
The name `server_configurations` is extremely verbose and irritatingly
formal and dogmatic. This overlong name is a constant nuisance when
reading, writing, and coding.
It's also not even correct: these configurations are just as much
"client" configurations as they are "server" configurations.
Solution:
- Rename to a shorter name.
- Leave placeholder files for any old URLs that link to the old
location.
|
| |
|
|
|
| |
`tsserver` cannot be used as an abbreviation for `typescript-language-server`, because there is [`tsserver`](https://github.com/microsoft/TypeScript/wiki/Standalone-Server-(tsserver)) already and it is completely different from `typescript-language-server`. This is misleading.
As the [README of `typescript-language-server`](https://github.com/typescript-language-server/typescript-language-server/blob/master/README.md) says, it's a wrapper of `tsserver`. This abuse has been around for so many time in lspconfig that people don't realize they are two different things, and are then confused by replacements of `typescript-language-server` like [typescript-tools.nvim](https://github.com/pmizio/typescript-tools.nvim) and [vtsls](https://github.com/yioneko/vtsls).
|
| |
|
| |
See: https://github.com/vuejs/language-tools/issues/3925
|
| | |
|
| |
|
| |
Broken link in volar docs (vue 2.x instructions)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* fix(idris2_lsp): fix a broken link
The package `idris2-api-git` doesn't exist anymore.
I confirmed `idris2` also installs idris2api.
* fix(volar): specify the commit for URL
* fix(codeqlls): fix a broken link
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
The [`@volar/server`](https://github.com/neovim/nvim-lspconfig/pull/1770) NPM package has been renamed to [`@volar/vue-language-server`](https://www.npmjs.com/package/@volar/vue-language-server).
The change to the server config was already made in https://github.com/neovim/nvim-lspconfig/pull/1770 so this is just updating the docs.
|
| |
|
|
|
|
| |
See https://github.com/johnsoncodehk/volar/issues/876
Add new languageFeatures.implementation = true option
as per CHANGELOG.md in volar repo for version 0.33
|
| | |
|
| | |
|
| |
|