| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: add PyrightSetPythonPath command to pyright config
The new command accepts a single path for a python executable that will
be used to reconfigure the pyright language server. This is useful to
change which python will be used by pyright without having to activate
the python environment beforehand. The act of finding which python
executable to use isn't handled here.
* docs: update server_configurations.md
skip-checks: true
---------
Co-authored-by: Ian Liu Rodrigues <il@moray.ai>
Co-authored-by: github-actions <github-actions@github.com>
|
| |
|
|
| |
As suggested by upstream, see bash-lsp/bash-language-server#599
> Environment variable configuration is being deprecated, please use workspace configuration.
|
| |
|
| |
add support for babashka only projects
|
| |
|
|
|
|
|
|
| |
The GraphQL language server needs a configuration file to initialise and
the `graphql` package from NPM. Rooting on `.git` alone causes this
server to repeatedly try opening and then close for each matching file
type when it cannot find the config it is looking for.
See: https://the-guild.dev/graphql/codegen/docs/getting-started/installation#global-installation
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
* feat: add vhdl support
* fix(vhdl_ls): added windows support
|
| |
|
|
|
|
|
| |
Non-empty default settings trigger a workspace/didChangeConfiguration,
potentially overwriting the initial settings.
Move this example content into the description instead.
Co-authored-by: Paul Hüber <phueber@kernsp.in>
|
| | |
|
| |
|
|
|
| |
* fix(lspinfo): set the lspinfo bufhidden to wipe
* fix: using api
|
| | |
|
| |
|
| |
Godot 4 changed its default port. Since it reached stable a few days ago, we should propose the stable version's port by default.
|
| |
|
|
|
|
|
|
|
| |
* feat: add azure pipelines language server
* refactor: rename azure_pipelines_language_server to azure_pipelines_ls
* refactor: set azure_pipelines_ls root to search azure-pipelines.yml
* docs: correct mistake in azure pipelines ls server.js path
|
| |
|
|
|
| |
Fixes https://github.com/neovim/nvim-lspconfig/commit/641a71e381e23f1d1d6a0722a8b796fda896b55b#commitcomment-102642580
Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com>
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* feat: add cairo_ls
* fix: spell
---------
Co-authored-by: Raphael <glephunter@gmail.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
* feat: add textLSP support
* fix(textLSP): spell errors
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix(lspinfo): normalize `fname` path correctly
* fix(lspinfo): fallback to `fnamemodify` and `resolve` if file doesn't exist
* fix(lspinfo): normalize Windows slashes and handle double separators
* nit(lspinfo): use aliases
Co-authored-by: Raphael <glephunter@gmail.com>
* fix: improve check
---------
Co-authored-by: Raphael <glephunter@gmail.com>
|
| | |
|
| |
|
|
| |
this function mark as deprecate in 0.1.4
use util.available_servers instead of
|
| | |
|
| |
|
|
| |
replace \k with \S
support e.g., null-ls
|
| | |
|
| |
|
|
|
| |
* 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
|