| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
skip-checks: true
|
| |
|
| |
Fix the typo by adding the missing close paren.
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
| |
Using bazelrc-lsp as the name makes it harder to import the module in
Lua as it requires the dash to be escaped. This commit renames the
lsp to bazelrc_lsp instead.
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
|
|
| |
* feat: add snakeskin_ls server configuration
* fix: add npx for command
---------
Co-authored-by: Maksim Sinelnikov <sinelnikovweb@yandex-team.ru>
|
| |
|
|
| |
skip-checks: true
|
| | |
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: add '.git' as root pattern for haxe_language_server
* feat: use existing hxml for haxe ls configuration
Previously, it would detect the root dir by matching with "*.hxml", however, it
would use "build.hxml" as the default `displayArguments` even though it may not
exist. This could cause the error:
```
haxe_language_server: -32603: Error: Could not process argument build.hxml (file not found)
Invalid character:
```
Now it will use the first ".hxml" file that is found in the project. It will
only do this if no `displayArguments` value has been set in the `setup()` call,
so it will still respect user set values.
If no hxml file is found, then it uses empty `displayArguments`, which is still
better than a broken configuration.
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
|
| |
I was very confused to find that I got no typechecking by default, since
ReScript is meant to be a very-strongly-typed language. The intent seems
to be to use the "askToStartBuild" option to start an external build,
which integrates with the lsp for typing, but that prompt is much too
buggy, and the incremental typing (enabled in this PR) works well for
me.
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
|
|
| |
Starting from R version 4.0.0, the command line option `--slave` were
renamed to `--no-echo`.
See the relevant news for 4.0.0:
https://cran.r-project.org/bin/windows/base/old/4.0.0/NEWS.R-4.0.0.html
and the corresponding commit:
https://github.com/wch/r-source/commit/f1ff49e74593341c74c20de9517f31a22c8bcb04
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
type-inference (#3278)
* feat: add scheme-langserver support
* fix
* fix: format with stylua
* fix: fixup!
* fix: format with stylua
* fix(scheme-langserver): defaultly enable log/out/threads and disable type-inference
* fix(scheme-langserver):remove out option
* fix(scheme-langserver):replace double quote to single quote
* fix(scheme-langserver): remove bin_name
---------
Co-authored-by: Raphael <glephunter@gmail.com>
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
|
|
| |
To move towards the goal of having lsp configs decentralised
and lower the maintenance burden on current maintainers, as
requested by @glepnir, @mjlbach and @justinmk
See https://github.com/neovim/nvim-lspconfig/pull/1693
and https://github.com/neovim/nvim-lspconfig/issues/1683
and https://github.com/neovim/nvim-lspconfig/pull/3275#issuecomment-2301318994
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* fix(texlab): do not pass buf as parameter
Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com>
* fix(texlab): use make_params lsp util
Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com>
---------
Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
* feat(texlab): give the find environments command a ui wrapper
* fix(texlab): use make_params util function
Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com>
---------
Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com>
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat(clangd): add symbolInfo support
Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com>
* fix(clangd): use make_position_params util function
Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com>
* fix(clangd): no need to use a parameter
Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com>
* fix(clangd): remove parameter from command
Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com>
* fix(clangd): check if client supports method
Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com>
* fix(clangd): use client request instead of buf_request
Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com>
---------
Signed-off-by: Dimitris Dimitropoulos <dimitris.dimitropoulos00@gmail.com>
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
| |
`hyprls` (#3273)
* fix(typos_lsp): remove unnecessary `*` filetype
* fix(hyprls): remove invalid filetypes containing wildcards
|
| |
|
|
|
| |
Problem: LuaJIT.org has stopped publishing release tarballs on their website.
Solution: use luajit-openresty instead of.
|
| |
|
|
| |
skip-checks: true
|
| | |
|
| |
|
|
| |
skip-checks: true
|
| | |
|
| |
|
|
| |
skip-checks: true
|
| |
|
| |
This reverts commit 4cd29ab1b326f5b04f4b982fae05934ac64c779b.
|
| |
|
|
| |
skip-checks: true
|
| | |
|
| |
|
|
| |
(#3267)
|
| |
|
|
| |
skip-checks: true
|
| |
|
| |
Since 0.17.5, Ruby LSP has supported running inside ERB files.
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
| |
Add pattern for meson.build files in the 'root_pattern' functions
of the 'default_config' and 'doc' tables for the 'mesonlsp'
and 'swift_mesonls' servers.
Signed-off-by: George Thomadakis <gthomadakis@protonmail.com>
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
| |
Add the [TVM FFI navigator](https://github.com/tqchen/ffi-navigator)
server configuration, which is used within the TVM project to jump to
C++ definitions from python and vice versa
|
| |
|
|
| |
skip-checks: true
|
| | |
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
| |
Surfaces the `zk.list` LSP command in the same way as `zk.new` and
`zk.index`.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat(texlab): change all print() to vim.notify()
Some texlab-specific functions were using `print`, some were using
`vim.notify`. Changed all uses of `print` to `vim.notify` with levels:
- `vim.log.levels.INFO` for `build` and `forwardSeach` LSP methods,
- `vim.log.levels.ERROR` when the `texlab` client cannot be found.
* fix(lint): integrate linter changes of #3256
---------
Co-authored-by: Thibault de Villèle <>
|
| |
|
|
| |
skip-checks: true
|
| |
|
| |
Co-authored-by: glepnir <glephunter@gmail.com>
|
| |
|
|
| |
skip-checks: true
|
| | |
|
| |
|
|
| |
skip-checks: true
|