aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/nixd.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-25/+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(nixd): update default root dir description (#3121)Raphael2024-04-231-1/+1
|
* fix(nixd): remove unnecessary nid.json root pattern (#3120)Raphael2024-04-231-1/+1
| | | | | | | Problem: Starting with nixd 2.0.2 the '.nixd.json' file will no longer be needed. Solution: remove .nidx.json Co-authored-by: Ruixi-rebirth <ruixirebirth@gmail.com>
* fix(nixd): nixd.json should be a dot file (#2689)Ruixi-rebirth2023-06-221-1/+1
| | | add missing dot on nixd.json file
* fix(nixd): add nixd.json as root_dir pattern (#2665)Ruixi-rebirth2023-06-101-2/+4
|
* feat: add nixd support (#2644)Ruixi-rebirth2023-06-031-0/+23