aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/helm_ls.lua
Commit message (Collapse)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-36/+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.
* feat(helm-ls): enable dynamicRegistration for didChangeWatchedFiles (#2992)valentin2024-01-301-0/+10
| | | | This is required for the upcoming release of helm-ls see https://github.com/mrjosh/helm-ls/pull/58
* fix: use exepath on server command (#2595)Raphael2023-05-091-8/+1
|
* docs: fix documentation for gopls and helm_ls (#2571)ALX992023-04-241-1/+1
|
* fix(helm_ls): fix wrong cmd (#2560)Jio2023-04-141-3/+3
|
* feat: add helm_ls support (#2558)DrummyFloyd2023-04-131-0/+33
* feat: helm_ls support Signed-off-by: DrummyFloyd <drummy@gmail.com> * fix: description Signed-off-by: DrummyFloyd <drummy@gmail.com> --------- Signed-off-by: DrummyFloyd <drummy@gmail.com> Co-authored-by: DrummyFloyd <drummy@gmail.com>