aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/volar.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-113/+0
| | | | | | | | | | | | | | 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.
* feat(ts_ls)!: rename `tsserver` to `ts_ls` #3232Yi Ming2024-09-051-2/+2
| | | | | `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).
* docs: update documentation for Volar >= 2.0.0 (#3049)Hugo2024-03-051-1/+6
| | | See: https://github.com/vuejs/language-tools/issues/3925
* chore(volar): rename npm package name (#2752)koralle2023-08-081-1/+1
|
* docs: update broken link volar (vue.js) (#2705)Anton Nikolas Waniek2023-07-071-1/+1
| | | Broken link in volar docs (vue 2.x instructions)
* fix: use exepath on server command (#2595)Raphael2023-05-091-7/+1
|
* chore: remove `languageFeatures`, `documentFeatures` (#2336)Johnson Chu2022-12-211-34/+0
|
* fix(volar): update example for volar 1.0 (#2219)Michael Härtl2022-10-261-6/+6
|
* Fix broken links (#2183)equal-l22022-10-091-2/+2
| | | | | | | | | | * 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
* feat: support volar 1.0 (#2181)Ariel2022-10-091-5/+4
|
* docs(volar): Improve config example for monorepos (#1909)Michael Härtl2022-05-201-11/+22
|
* docs: fix volar.setup parameters in description (#1780)Jędrzej Boczar2022-03-161-5/+3
|
* docs: update Volar package name in docs (#1776)Jess Archer2022-03-141-2/+2
| | | | | 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.
* chore(volar): @volar/server -> @volar/vue-language-server (#1770)Artur Tagisow2022-03-131-1/+2
| | | | | | 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
* fix(npm): resolve the command correctly on windowskylo2522021-12-081-1/+7
|
* chore: clean up importsMichael Lingelbach2021-11-251-2/+2
|
* feat: expose configsMichael Lingelbach2021-11-251-0/+133