aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/server_configurations/denols.lua
Commit message (Expand)AuthorAgeFilesLines
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-011-127/+0
* refactor: move all old get_clients to new compatible (#3159)glepnir2024-05-171-1/+1
* fix(denols): add new deno.cache request implmention (#3007)Hibiki2024-02-131-18/+9
* feat(denols): follow the latest default value of the vscode extension (#2936)NAKAI Tsuyoshi2023-12-191-5/+3
* feat(denols): enable import completion from registries #2793sigmaSd2023-09-151-3/+13
* fix(denols): pass config to vim.lsp.handlers (#2638)NAKAI Tsuyoshi2023-05-291-4/+4
* feat: make deno/cache async (#2569)sigmaSd2023-04-271-1/+7
* fix(denols): use correct param in nvim_buf_set_lines (#2510)Raphael2023-03-161-1/+1
* fix(deno): use virtual text handler for typeDefinition (#2338)sigmaSd2022-12-221-0/+1
* fix(denols): revert "remove unneeded lsp attach" #2070sigmaSd2022-08-231-4/+3
* feat(denols): only send lsp requests to deno server (#2055)sigmaSd2022-08-231-28/+26
* fix(denols): fix misspellingJeff Fowler2022-08-061-1/+1
* fix(denols): handle deno.cache from codeaction #2016sigmaSd2022-07-221-0/+7
* fix(denols): jumping to definition then returning breaks lsp #2000sigmaSd2022-07-171-2/+3
* fix(denolos): ignore caching error #2009sigmaSd2022-07-171-5/+1
* fix(ccls): provide a string in docs.default_config.root_dir (#2006)William Boman2022-07-161-13/+14
* fix(denols): ignore virtual text error #1995sigmaSd2022-07-141-11/+17
* style: fix bad formatting (#1944)Peter Lithammer2022-06-021-1/+1
* fix(denols): update settings for lint and tsconfig #1933David2022-05-301-4/+3
* chore: remove all package.json (#1656)Michael Lingelbach2022-02-251-1/+0
* fix(denols): simplify/update location handler (#1638)Michael Lingelbach2022-01-051-49/+4
* fix(denols): add package_json (#1611)tamago3242021-12-261-0/+1
* chore!: remove compat shims for pre-0.5.1 handlers (#1530)Christian Clason2021-12-021-9/+3
* chore: clean up importsMichael Lingelbach2021-11-251-1/+1
* feat: expose configsMichael Lingelbach2021-11-251-0/+165