aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/hoon_ls.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-22/+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.
* fix: use exepath on server command (#2595)Raphael2023-05-091-8/+1
|
* fix(hoon-language-server): update cmd and docs (#1809)Matthias Schaub2022-03-231-6/+5
| | | | | | | Remove CMD parameters for which the language server provides defaults. Make docs simpler. Remove markdown code fences. Co-authored-by: Matthias Schaub <matthias.schaub@posteo.de>
* fix(hoon-language-server): remove example (#1804)Matthias Schaub2022-03-221-7/+0
| | | | | | Example of how to use the 'cmd' setting is not needed. Also the name of the language server in this example is wrong. Co-authored-by: Matthias Schaub <matthias.schaub@posteo.de>
* feat: add hoon-language-server support (#1802)Matthias Schaub2022-03-211-0/+37
Co-authored-by: Matthias Schaub <matthias.schaub@posteo.de>