| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
|
| |
Command (see https://docs.rome.tools/cli/#rome-lspproxy) was introduced
for better stdin support in rome v10.0.0.
Original PR introducing this change: https://github.com/rome/tools/pull/3442
This is a breaking PR and requires users to update rome to version
v10.0.0.
|
| | |
|
| |
|
|
| |
Eslint have a new config scheme called flag config. Will become the only supported config in v9.
https://eslint.org/blog/2022/08/new-config-system-part-2/#the-new-config-file%3A-eslint.config.js
|
| |
|
| |
Related documentation: https://kampfkarren.github.io/selene/archive/std_v1.html
|
| | |
|
| |
|
| |
`texlab` changed where they store their documentation. Since https://github.com/latex-lsp/texlab/commit/d03e350679dfdbbd0d25e3c28131c4b2677789cf they store that information in their GitHub wiki
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: add anakin-language-server
* fix(anakin-language-server): use the correct executable name
* fix(anakin-language-server): display errors as ERROR, not WARNING
This is an attempt to elevate the reporting level of mistakes that will
cause you program to crash unexpectedly, above the level of style
warnings and other non-critical problems.
* fix(anakin-language-server): style warning
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: add dafny support
* feat: fix dafny lsp
* style: coding style fixed
* fix: a better way of single file mode
* fix: possible windows compatibility
* fix: typo in dotnet
* fix: path to dll removed
* feat: a probably better doc for dafny language server plugin
* fix(dafny): lua syntax error
Co-authored-by: Raphael <glephunter@gmail.com>
Co-authored-by: Raphael <glephunter@gmail.com>
|
| |
|
| |
when user what to set cmd to vim.rpc.connect, but it is a function
|
| |
|
|
|
| |
* fix: check the package.json has eslintConfig field for eslint
* fix: remove duplicate windows check
|
| | |
|
| | |
|
| |
|
|
| |
--adaptive-lsp-server-enabled for F# (#2197)
|
| | |
|
| | |
|
| |
|
|
|
| |
Now In qt6.4, the lsp is useable, so I add it
but qmlls is not always in the path, Like in archlinux, it is in the
/usr/lib/qt6/bin/qmlls, so the config maybe always needed to be edited by user
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* fix(idris2_lsp): fix a broken link
The package `idris2-api-git` doesn't exist anymore.
I confirmed `idris2` also installs idris2api.
* fix(volar): specify the commit for URL
* fix(codeqlls): fix a broken link
|
| | |
|
| | |
|
| |
|
| |
localhost causing invalid IP address.
|
| |
|
| |
Without providing these the server will effectively do nothing.
|
| |
|
|
|
| |
* feat: update gdscirpt cmd by using 0.8 api
* fix: format
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* feat: add erg-language-server support
* fix(erg-language-server): update root directory pattern
* fix(erg-language-server): fixed typo in description
|
| | |
|
| | |
|
| |
|
|
| |
Add clientId to init_options for fixing
"Request initialize failed with message: clientId is required"
|
| |
|
|
| |
check for `lua/` (#2160)
|
| | |
|
| | |
|
| |
|
| |
ESLint supports analyzing Svelte files.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix: check cmd type equals function
* fix: set meg in cmd field when is function
* fix: format with stylua
* fix: remove unused variable
* fix: improve cmd check
* fix: check executable in a table
* fix: improve
* fix: use underline instead of unused param
|
| |
|
|
| |
As of version 0.24 of the LSP, a `typescript` field is required, with
the same convention as `volar`.
|
| |
|
|
|
|
| |
This is currently causing an error when opening the :LspInfo window
while having a server configuration that doesn't provide a root_dir.
awk_ls is an example of such a config (it only supports single file
mode).
|
| |
|
| |
Co-authored-by: Gabriele Musco <gabmus@disroot.org>
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
clangd supports formatting and some basic linting for protobuf files.
Here is an example .clang-format file with a section for protobuf files:
```
---
Language: Proto
BasedOnStyle: Google
ColumnLimit: 100
AllowShortFunctionsOnASingleLine: Empty
```
|
| | |
|
| |
|
|
|
|
|
| |
This is to allow 3rd party plugins to discern between what is
lspconfig's vendored server config and what the user provided.
Currently, these are merged into a single table which is passed to the
on_setup hook. Passing user_config as a 2nd argument would allow 3rd
party plugins to apply a more sensible precedence of configs.
|
| | |
|
| | |
|
| |
|
|
| |
(#2104)
|
| |
|
|
|
| |
* fix(vdmj): use path from config to determine latest version
* fix(vdmj): update default path
|
| |
|
|
| |
metals (#2100)
|