aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/typos_lsp.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-20/+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: remove invalid filetypes containing wildcards from `typos_lsp` and ↵WieeRd2024-08-211-1/+0
| | | | | | | `hyprls` (#3273) * fix(typos_lsp): remove unnecessary `*` filetype * fix(hyprls): remove invalid filetypes containing wildcards
* fix(typos_lsp): update repository url (#3012)Sergey Alexandrov2024-02-161-2/+2
|
* fix(typos): typos root directory indicator (#2935)pseudometa2023-12-191-1/+1
|
* fix(typos_lsp): use configuration file for root detection #2918Micah Halter2023-11-281-1/+1
|
* feat: add typos-lsp server (#2886)Jonathan Slenders2023-11-221-0/+21
* feat: add typos-lsp server configuration * fixup! * fixup! * fixup! --------- Co-authored-by: Raphael <glephunter@gmail.com>