| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
Millet supports single file analysis, see
https://github.com/azdavis/millet/blob/main/docs/manual.md#on-a-file
|
| |
|
|
|
|
| |
* feat: add openedge support
---------
Co-authored-by: Raphael <glephunter@gmail.com>
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Unlike `rnix` that configure to use `nixpkgs-fmt`
by default `nil` doesn't set it up by default
which requires explicit setting which would be helpful
to see the example config to set it correctly, hence the link.
|
| | |
|
| |
|
| |
This reverts commit cb1f426f99d91df2d1c29d1f72827747cd6e7e96.
|
| |
|
|
|
|
|
|
|
|
| |
* fix(pyright): set `useLibraryCodeForTypes` to false
See [pyright/docs/settings.md](https://github.com/microsoft/pyright/blob/main/docs/settings.md)
* refactor(pyright): remove `useLibraryCodeForTypes`
Make sure the default value is used.
See [pyright/docs/settings.md](https://github.com/microsoft/pyright/blob/main/docs/settings.md)
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|