aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/configs/harper_ls.lua
Commit message (Collapse)AuthorAgeFilesLines
* docs: add deprecation notice to lua/lspconfig/configs #4189Justin M. Keyes2025-11-151-0/+7
|
* feat(harper): clojure filetype #3952Jeriel Baptista Verissimo2025-07-161-0/+1
|
* feat(harper-ls): added new languages and updated links (#3591)Elijah Potter2025-01-311-3/+5
|
* feat: add typst to the list of languages harper supports (#3533)Grant Lemons2025-01-141-0/+1
|
* feat: update Harper supported languages #3534Grant Lemons2025-01-041-0/+2
|
* refactor: deprecate util.find_git_ancestordundargoc2024-12-141-3/+3
| | | | Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
* docs(harper_ls): fix links to current harper repo (#3444)Jon Surrell2024-11-221-2/+2
|
* feat: harper supports nix filetype #3407Jeremy Fleischman2024-10-281-12/+13
| | | Support for nix just landed in harper: https://github.com/elijah-potter/harper/pull/244
* refactor(docs): drop redundant default_config #3398Justin M. Keyes2024-10-241-3/+0
| | | | | | | Problem: default_config duplicated in `docs` items. Solution: delete it. docgen autogenerates this now.
* fix(harper_ls): filetype "csharp" -> "cs" #3358Rui Chen2024-10-061-1/+1
|
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-0/+51
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.