aboutsummaryrefslogtreecommitdiffstats
path: root/doc/server_configurations.md
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-14156/+1
| | | | | | | | | | | | | | 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.
* docs: update server_configurations.mdgithub-actions[bot]2024-10-011-1/+5
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-09-291-1/+1
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-09-251-1/+1
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-09-231-3/+3
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-09-211-2/+2
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-09-201-1/+0
| | | | skip-checks: true
* fix(als): remove als config (#3310)Tama McGlinn2024-09-201-49/+0
| | | | | | | | | | | | Moved ALS config into own repo. See issue #1683 regarding problems with the current config. lspconfig is not intended to provide functional lsp configs, but rather a framework for other plugins to implement those. For more about that, see the discussion on https://github.com/neovim/nvim-lspconfig/pull/1693 The new ALS LSP config plugin is https://github.com/TamaMcGlinn/nvim-lspconfig-ada
* docs: update server_configurations.mdgithub-actions[bot]2024-09-191-3/+5
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-09-141-1/+5
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-09-121-0/+30
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-09-111-0/+40
| | | | skip-checks: true
* docs: update server_configurations.mdv1.0.0github-actions[bot]2024-09-101-0/+70
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-09-101-0/+31
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-09-091-1/+1
| | | | skip-checks: true
* docs(v-analyzer): change repository location to vlang org (#3292)Nemoola2024-09-091-2/+2
|
* feat(ts_ls)!: rename `tsserver` to `ts_ls` #3232Yi Ming2024-09-051-41/+43
| | | | | `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 server_configurations.mdv0.1.9github-actions[bot]2024-09-021-1/+1
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-301-3/+3
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-291-0/+33
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-271-39/+6
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-261-7/+20
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-231-2/+30
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-231-1/+1
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-221-1/+1
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-221-0/+7
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-211-0/+1
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-211-5/+1
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-201-0/+38
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-191-1/+1
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-161-1/+1
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-151-1/+1
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-131-1/+1
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-101-2/+2
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-071-0/+33
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-061-2/+2
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-051-0/+1
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-021-0/+46
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-08-011-10/+0
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-07-291-0/+31
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-07-261-0/+12
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-07-261-1/+0
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-07-251-1/+1
| | | | skip-checks: true
* fix(rust-analyzer) automatically populate `init_options` from ↵Emerson Ford2024-07-241-0/+7
| | | | | | | `settings["rust-analyzer"]` (#3247) * automatically populate `init_options` for rust-analyzer in accordance with the rust-analyzer docs
* docs: update server_configurations.mdgithub-actions[bot]2024-07-241-4/+4
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-07-221-0/+1
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-07-211-0/+55
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-07-191-4/+5
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-07-191-9/+16
| | | | skip-checks: true
* docs: update server_configurations.mdgithub-actions[bot]2024-07-181-9/+3
| | | | skip-checks: true