| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(tsserver): support single file mode in tsserver(#2375) | rjooske | 2023-01-04 | 1 | -0/+1 |
| | | |||||
| * | feat: add coffeesense-language-server support (#2376) | Micke Lisinge | 2023-01-03 | 1 | -0/+28 |
| | | | | | | | | | | | | * feat: add coffeesense-language-server support * fix: format * fix: format * fix: format Co-authored-by: Raphael <glephunter@gmail.com> | ||||
| * | feat: include cmd option for arduino_language_server (#2242) | aaaaargZombies | 2022-12-31 | 1 | -14/+35 |
| | | | | | | | | * feat: include cmd option for arduino_language_server update docs to reflect new usage * fix: format with stylua | ||||
| * | refactor: rewrite client reuse logic (#2371) | Raphael | 2022-12-30 | 1 | -37/+28 |
| | | | | | | * refactor: rewrite client reuse logic * fix: not register workspace after new start | ||||
| * | feat: add RakuNavigator Raku language server (#2372) | Raphael | 2022-12-30 | 1 | -0/+33 |
| | | | | Co-authored-by: massa humbertomassa@gmail.com | ||||
| * | feat: add cabal support to hls (#2370) | Michael Lan | 2022-12-30 | 1 | -0/+9 |
| | | | | | * add note for when to modify filetypes field * specify cabalfmt as the formatter for cabal files | ||||
| * | fix(ruff-lsp): update docs to reflect init_options | Charlie Marsh | 2022-12-29 | 1 | -3/+4 |
| | | |||||
| * | fix: not register workspace when in single file mode (#2367) | Raphael | 2022-12-29 | 2 | -3/+5 |
| | | |||||
| * | fix: get all client from clients cache in manager.clients (#2365) | Raphael | 2022-12-28 | 1 | -4/+6 |
| | | |||||
| * | fix: generate correct workspace didchange request params (#2361) | Raphael | 2022-12-27 | 1 | -68/+67 |
| | | | | | | | | | | * fix: generate correct workspace didchange request params * fix: logic rewrite * fix: logic rewrite * fix: spell | ||||
| * | fix: check workspace after client initial (#2356) | Raphael | 2022-12-26 | 2 | -65/+110 |
| | | | | | | | | | | | | | | | | | | | | * fix: some server need restart * fix: improve * fix: async start client * fix: remove session file * fix: improve logic * fix: improve logic * fix: check the root already in workspace * fix: improve check * fix: add start_new_client into the if branch | ||||
| * | fix: use client config capabilities to check server support workspae (#2354) | Raphael | 2022-12-25 | 1 | -2/+3 |
| | | |||||
| * | fix: check client exist supports_method (#2351) | Raphael | 2022-12-25 | 1 | -1/+6 |
| | | |||||
| * | fix: check client support workspaceFolders (#2350) | Raphael | 2022-12-25 | 1 | -8/+1 |
| | | |||||
| * | fix: check server_capabilities field exist (#2348) | Yuki Ito | 2022-12-24 | 1 | -1/+6 |
| | | |||||
| * | refactor: remove single_clients and improve clients reuse (#2334) | Raphael | 2022-12-24 | 1 | -80/+83 |
| | | | | | | | | | | | | | | | | | | * refactor: remove single_clients and improve clients reuse * fix: remove unused param * chore: correct check * fix: improve * fix: remove debug print * fix: add comment * chore: don't insert workspace when single file mode * chore: add comment | ||||
| * | fix: correct link of typescript-language-server (#2347) | Raphael | 2022-12-24 | 1 | -1/+1 |
| | | |||||
| * | docs: update root_dir for smithy_ls and ruff_lsp (#2346) | William Boman | 2022-12-24 | 2 | -1/+2 |
| | | |||||
| * | feat: add smithy-language-server support (#2342) | Nick Rodgers | 2022-12-23 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | * feat: add smithy-language-server support Add support for the smithy-language-server for the Smithy IDL * fix: format * fix: format * fix: format * fix: format Co-authored-by: Nicholas Rodgers <nrdg@amazon.com> Co-authored-by: Raphael <glephunter@gmail.com> | ||||
| * | fix(deno): use virtual text handler for typeDefinition (#2338) | sigmaSd | 2022-12-22 | 1 | -0/+1 |
| | | |||||
| * | fix: rename ruff-lsp to ruff_lsp (#2337) | Raphael | 2022-12-21 | 1 | -0/+0 |
| | | |||||
| * | chore: remove `languageFeatures`, `documentFeatures` (#2336) | Johnson Chu | 2022-12-21 | 1 | -34/+0 |
| | | |||||
| * | feat: add ruff-lsp support (#2335) | Igor Lacerda | 2022-12-21 | 1 | -0/+40 |
| | | |||||
| * | fix: send the lsp method request after insert workspace folders (#2330) | Raphael | 2022-12-20 | 1 | -1/+8 |
| | | | | | | | | * fix: send the lsp method request after insert workspace folders * fix: use client do rpc request * fix: check client support workspace | ||||
| * | feat: add jq support (#2333) | xiantang | 2022-12-20 | 1 | -0/+30 |
| | | | | | | * feat: add jq support * chore: change file name to jqls | ||||
| * | feat: add uvl support (#2331) | Raphael | 2022-12-20 | 1 | -0/+29 |
| | | | | | | | | * feat: add uvl support * fix: format * fix: format | ||||
| * | fix(gdscript): support get the port from env variable (#2313) | Raphael | 2022-12-20 | 1 | -2/+3 |
| | | | | | | * fix(gdscript): support get the port from env variable * fix: format | ||||
| * | fix(lspinfo): safely expand filenames that don't exist on fs (#2320) | William Boman | 2022-12-18 | 1 | -1/+3 |
| | | | | | | | | | The filename of a buffer may point to a node on the file system that does not yet exist. `uv.fs_realpath()` will return nil in these cases, causing a nil exception later on. The builtin `resolve()` function will return the provided filename as-is if it does not yet exist. Alternatively we could stick to libuv APIs. | ||||
| * | fix: run all matched client in LspStart (#2314) | Raphael | 2022-12-13 | 1 | -1/+15 |
| | | |||||
| * | feat: support multiple workspaceFolders and show correct root in Lspinfo (#2304) | Raphael | 2022-12-11 | 2 | -21/+59 |
| | | | | | | | | | | | | | | * feat: support multiple workspaceFolders and show correct root in Lspinfo * fix: add return branch * fix: convert path before compare * fix: improve find root dir in LspInfo * fix: check logic * fix: remove unnecessary code | ||||
| * | fix: check client is available and get client id from cache (#2303) | Raphael | 2022-12-10 | 1 | -4/+5 |
| | | |||||
| * | fix: check workspae folders follow nvim version (#2301) | Raphael | 2022-12-09 | 1 | -3/+4 |
| | | |||||
| * | fix: add new root into the workspace folders (#2298) | Raphael | 2022-12-09 | 1 | -6/+9 |
| | | | | | | * fix: add the new root to workspaceFolders * fix: add the new root to workspaceFolders | ||||
| * | fix: typo of vim.loop.cwd (#2293) | Raphael | 2022-12-07 | 1 | -1/+1 |
| | | |||||
| * | feat: support unnamed buffer with single_file_support (#2226) | Raphael | 2022-12-06 | 2 | -11/+16 |
| | | | | | | | | | | | | * feat: support unnamed buffer with single_file_support * fix: make some code simple clear * feat: update doc * fix: grammar * fix: grammar | ||||
| * | feat: add 'starlark-rust' LSP for starlark and BUILD files (#2291) | Nils Wireklint | 2022-12-06 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | * feat: add 'starlark-rust' LSP for starlark and BUILD files This uses the github name and not the cargo name as it is not so official and may be replaced by a better LSP. So the name is not already taken by this linter. * fix: remove indent * fix: remove indent * fix: remove indent * fix: remove indent * fix: remove indent * fix: remove indent * fix: remove indent Co-authored-by: Raphael <glephunter@gmail.com> | ||||
| * | fix(lsp): don't spawn new lsp client if already persent (#2287) | sigmaSd | 2022-12-04 | 1 | -0/+8 |
| | | |||||
| * | fix(ansiblels): update ansiblels default config (#2286) | Rufus Deponian | 2022-12-03 | 1 | -12/+14 |
| | | |||||
| * | fix: update the ansiblels settings (#2284) | Raphael | 2022-12-02 | 1 | -11/+12 |
| | | |||||
| * | feat: add eruby to emmet_ls (#2281) | Cory Hutchison | 2022-12-02 | 1 | -1/+1 |
| | | |||||
| * | fix: move gleam.lua to correct folder (#2279) | Massolari | 2022-12-01 | 1 | -0/+25 |
| | | |||||
| * | fix: remove searched for message in lspinfo (#2274) | Raphael | 2022-12-01 | 1 | -7/+0 |
| | | |||||
| * | fix: inspect UNISON_LSP_PORT in unison (#2277) | Raphael | 2022-12-01 | 1 | -1/+1 |
| | | |||||
| * | feat: add unison support (#2276) | Kento Okura | 2022-12-01 | 1 | -0/+17 |
| | | |||||
| * | feat: add smarty (#2250) | landeaux | 2022-11-30 | 1 | -0/+46 |
| | | |||||
| * | feat: add scheme-langserver support (#2264) | ufo5260987423 | 2022-11-29 | 1 | -0/+23 |
| | | | | | | | | | | | | | | * feat: add scheme-langserver support * fix * fix: format with stylua * fix: fixup! * fix: format with stylua Co-authored-by: Raphael <glephunter@gmail.com> | ||||
| * | feat: add prolog lsp (lsp_server) support (#2265) | Carlos Aguilera | 2022-11-29 | 1 | -0/+27 |
| | | |||||
| * | docs: update sumneko_lua installation url (#2263) | Ra | 2022-11-28 | 1 | -1/+1 |
| | | |||||
| * | Try to get sourcery auth token from config file (#2240) | Otto Ahoniemi | 2022-11-28 | 1 | -2/+26 |
| | | | | | | | | * feat: try to get sourcery token from config file * fix: support windows * fix: only check for token if it's not in options | ||||
| * | perf: use alias api variable (#2260) | Raphael | 2022-11-26 | 1 | -10/+10 |
| | | |||||
