| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| |
|
|
|
| |
* feat: rename fennel-ls -> fennel_ls
* feat: rename starlark-rust -> starlark_rust
|
| |
|
|
|
|
|
|
|
|
|
| |
* feat: rename sumneko_lua -> lua_language_server
* refactor(sumneko_lua): use vim.deprecate
* refactor: handle deprecated server aliases in one place
* refactor: put server aliases in a function
* feat: rename lua_language_server -> lua_ls
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix(stylelint_lsp): update root directory pattern
Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com>
* feat(util): add `add_package_json_to_config_files_if_field_exists` function
Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com>
* fix(stylelint_lsp): update update root directory pattern implementation
Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com>
* fix(eslint): update update root directory pattern implementation
Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com>
* fix(util): update `is_windows` detection
Co-authored-by: Raphael <glephunter@gmail.com>
* fix(util): update new function name
Co-authored-by: Raphael <glephunter@gmail.com>
* fix(server_configurations): update new function name implementation
Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com>
* fix(stylelint_lsp): fix duplicate equals
Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com>
---------
Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com>
Co-authored-by: Raphael <glephunter@gmail.com>
|
| | |
|
| |
|
|
|
| |
* docs(eslint): fix on save example creates a buflocal autocmd
* docs(eslint): fix example spacing
|
| |
|
|
| |
The current configuration does not support whitespaces in paths, which
are sometimes present in Windows user profile paths
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
add server workspaceFolder check, if
server not have workspacefolders.supported field
will spawn a new server instance.
https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_workspaceFolders
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* feat: add vtsls
* fix: format
Co-authored-by: Raphael <glephunter@gmail.com>
|
| |
|
|
|
| |
Signed-off-by: David Ward <dward@redhat.com>
Signed-off-by: David Ward <dward@redhat.com>
|
| | |
|
| |
|
|
|
|
|
| |
processing (#2411)
Signed-off-by: David Ward <dward@redhat.com>
Signed-off-by: David Ward <dward@redhat.com>
|
| |
|
|
|
|
|
|
| |
* feat: add nomad language support
* fix: format
Co-authored-by: Corentin Prevost <prevost.corentin@yahoo.com>
Co-authored-by: Raphael <glephunter@gmail.com>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* feat: add erg-language-server support
* fix(erg-language-server): update root directory pattern
* fix(erg-language-server): fixed typo
* fix(erg-language-server): els has been integrated into the main compiler
* fix(erg-language-server): fix linting
|
| | |
|
| |
|
| |
Co-authored-by: manifold11 <you@example.com>
|
| |
|
|
|
| |
Signed-off-by: David Ward <dward@redhat.com>
Signed-off-by: David Ward <dward@redhat.com>
|
| |
|
|
|
| |
* feat: add brightscript server
* fix: format
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: support show server doc description in LspInfo
* feat: add show other match client desc
* fix: check buf unload
* fix: desc
Co-authored-by: William Boman <william@redwill.se>
* fix: imrove
* fix: improve
Co-authored-by: William Boman <william@redwill.se>
|
| |
|
|
|
|
|
| |
* feat: add openscad_lsp
* fix(openscad_lsp): provide --stdio arg
* docs(openscad_lsp): remove section about filetype detection
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
update docs to reflect new usage
* fix: format with stylua
|
| |
|
|
|
| |
* refactor: rewrite client reuse logic
* fix: not register workspace after new start
|
| |
|
| |
Co-authored-by: massa humbertomassa@gmail.com
|
| |
|
|
| |
* add note for when to modify filetypes field
* specify cabalfmt as the formatter for cabal files
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* fix: generate correct workspace didchange request params
* fix: logic rewrite
* fix: logic rewrite
* fix: spell
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| | |
|
| | |
|