aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/taplo.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(taplo): update out of date docstring with new root_dir (#3319)Micah Halter2024-09-251-1/+1
|
* fix(taplo): simplify root detection now that single file mode is supported ↵Micah Halter2024-08-141-3/+1
| | | | (#3267)
* fix: broken URL to taplo homepage #2025equal-l22022-07-251-1/+1
|
* fix(taplo): update cargo install command (#1958)Jonathan Lopez2022-06-151-1/+1
|
* fix(taplo): update for taplo 0.6.0Denis Cornehl2022-04-051-3/+3
| | | | | | taplo was refactored and taplo-lsp was merge into taplo-cli. see also https://github.com/tamasfe/taplo/pull/211
* docs(taplo): update installation instructions (#1640)Claude2022-01-061-1/+1
| | | Current instructions give an error (MacOS 12.1); Suggestion is to add `--locked` to the install command: https://github.com/tamasfe/taplo/issues/197#issuecomment-997160846
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
|
* feat: expose configsMichael Lingelbach2021-11-251-0/+27