aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/arduino_language_server.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-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)AriaN2024-07-241-4/+4
|
* fix: avoid overriding global default capabilities (#3181)Francisco2024-06-011-5/+8
|
* docs: update deprecated arduino-language-server docs (#2875)AriaN2023-10-261-11/+6
|
* fix(arduino_ls): disable semantic tokens for arduino_language_server (#2533)Vitor Pavani2023-04-061-0/+5
|
* docs(arduino): mention upstream keywords bug (#2495)Raphael2023-03-061-0/+3
|
* feat: include cmd option for arduino_language_server (#2242)aaaaargZombies2022-12-311-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 #1964William Boman2022-06-181-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 importsMichael Lingelbach2021-11-251-1/+1
|
* feat: expose configsMichael Lingelbach2021-11-251-0/+50