| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: rename "server_configurations" => "configs" #3330 | Justin M. Keyes | 2024-10-01 | 1 | -90/+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. | ||||
| * | docs: fix typos in arduino_language_server (#3246) | AriaN | 2024-07-24 | 1 | -4/+4 |
| | | |||||
| * | fix: avoid overriding global default capabilities (#3181) | Francisco | 2024-06-01 | 1 | -5/+8 |
| | | |||||
| * | docs: update deprecated arduino-language-server docs (#2875) | AriaN | 2023-10-26 | 1 | -11/+6 |
| | | |||||
| * | fix(arduino_ls): disable semantic tokens for arduino_language_server (#2533) | Vitor Pavani | 2023-04-06 | 1 | -0/+5 |
| | | |||||
| * | docs(arduino): mention upstream keywords bug (#2495) | Raphael | 2023-03-06 | 1 | -0/+3 |
| | | |||||
| * | feat: include cmd option for arduino_language_server (#2242) | aaaaargZombies | 2022-12-31 | 1 | -14/+35 |
| | | | | | | | | * feat: include cmd option for arduino_language_server update docs to reflect new usage * fix: format with stylua | ||||
| * | fix(arduino_language_server): update setup docs #1964 | William Boman | 2022-06-18 | 1 | -24/+37 |
| | | | | | | | | | | | | Since [1] it is now mandatory to provide the '-cli' and '-clangd' flags as their default values were removed. It is no longer possible to start the server without these. The '-fqbn' flag was also missing from the lspconfig docs, and per my own testing and previous investigations [2] it is also a mandatory flag. [1] https://github.com/arduino/arduino-language-server/commit/387a275a243e205ffe3da8400f5cbf5ecc6fa167 [2] https://github.com/williamboman/nvim-lsp-installer/blob/main/lua/nvim-lsp-installer/servers/arduino_language_server/README.md#necessary-extra-configuration | ||||
| * | chore: clean up imports | Michael Lingelbach | 2021-11-25 | 1 | -1/+1 |
| | | |||||
| * | feat: expose configs | Michael Lingelbach | 2021-11-25 | 1 | -0/+50 |
