aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/fennel_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: avoid overriding global default capabilities (#3181)Francisco2024-06-011-4/+3
|
* feat(fennel-ls): allow utf-8 offsetEncoding (#3002)XeroOl2024-02-101-0/+4
| | | | | The `fennel-ls` server can support `utf-8` offsetEncoding now, and it is preferred, as both neovim and fennel-ls use UTF-8 text encoding natively.
* feat: rename servers with hyphens (`-`) (#2451)figsoda2023-02-121-0/+19
* feat: rename fennel-ls -> fennel_ls * feat: rename starlark-rust -> starlark_rust