| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
| |
ocamlls was added at #76.
It was because ocaml-lsp-server, which is official one, was too young.
In 2025, the official one works fine. On the other hand, unofficial
ocaml-language-server is not maintaned. We can no longer access its
GitHub repository.
Issue: #4115
|
| |
|
|
|
|
|
|
|
| |
Problem:
If project had a nested child gitlab file named: .gitlab-ci.yml it would
take it as root.
Solution:
If inside GIT repository just use git repository root as root and still
keep the option for .gitlab* as fallback if there is no git repo yet.
|
| |
|
|
|
|
|
|
|
|
|
| |
Faking capabilities isn't necessary to enable formatting support. It's a
dynamically registered capability that yamlls announces whenever yaml
formatting is enabled in settings, which it isn't by default.
See
https://github.com/redhat-developer/yaml-language-server/blob/3821411ee8c92e5b7e5ca88f84ab443ae3b2791a/src/yamlServerInit.ts#L128
https://github.com/redhat-developer/yaml-language-server/blob/3821411ee8c92e5b7e5ca88f84ab443ae3b2791a/src/languageserver/handlers/settingsHandlers.ts#L159-L174
Fixes: 63a016437e44 ("feat(yamlls): document formatting support #4003")
|
| |
|
| |
Missing change from cc6b21ea16cc12df290152f02513a8bd0ed9d932.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Problem:
Installing the pug lsp using the suggested method (`go get github.com/opa-oz/pug-lsp`)
does not work in the latest versions of `go` and instead produces a
message the "'go get' is no longer supported outside a module".
Solution:
Change the install command for the pug lsp to the correct command which
is `go install github.com/opa-oz/pug-lsp@latest`.
|
| |
|
|
|
|
|
|
|
| |
Problem:
If a server is attached to a non-current buffer by
`vim.lsp.buf_attach_client`, then the Language Server-related
commands may be created in the current (wrong) buffer.
Solution:
Always use the `bufnr` arg provided to `on_attach`.
|
| | |
|
| | |
|
| |
|
|
|
| |
- Support for .bicepparam files
Resolves #3885
|
| |
|
|
| |
Apply suggestions brought up by the `fish_lsp` author:
https://github.com/mason-org/mason-registry/pull/8609#issuecomment-2904347943
|
| | |
|
| | |
|
| | |
|
| |
|
| |
This change was made because the current configuration (as of today) does not actually work. This new configuration addresses that issue by updating the cmd used for executing the lsp server. As well as updating the description to instruct users on how to install `rpm-spec-language-server`.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
The former is deprecated in neovim 0.10. Remove the check added in
9b89ba5f158f73779cd58d0bb2783dfb40b28b0e.
See: https://github.com/neovim/neovim/blob/v0.10.0/runtime/doc/deprecated.txt#L55
|
| | |
|
| | |
|
| |
|
|
|
| |
* Changed Jar file name
* New 'debug' attribute
* Send 'init_options' object to language server
|
| | |
|
| |
|
|
|
| |
rpm-spec-language-server is the Language Server for RPM spec files
https://github.com/dcermak/rpm-spec-language-server
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
…" #3689
This reverts commit 93835565a746e252b3342dbab688c22bdea81da7.
|
| | |
|
| |
|
|
|
| |
The tblgen_lsp_server doesn't seem to load any specific compilation
database server and hence we need to explicitly specify the command-line
argument to pick the correct database path.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Do not require a `postgrestools.jsonc` file in the root directory for
single file support.
Fixes #3672.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Problem:
LSP not working with latex files. Spell checking skipped in
latex files
Solution:
Add latex to the enabled section because even though 'tex' is
the filetype the language ID is 'latex'
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Problem:
The Tailwind CSS language server is enabled for any workspace containing
a `.git` folder, a `node_modules` folder, or a `package.json` file, which is
not ideal.
Solution:
Introduce a specific check for the `tailwindcss` package within `package.json`
file using `insert_package_json` method from `util` (this approach is used in
`eslint` config). Since the latest version of Tailwind CSS (v4) no longer
requires `postcss.config.*` and `tailwind.config.*` files, these can no longer
be relied upon as sole criteria for enabling Tailwind CSS LSP.
|
| | |
|
| |
|
|
|
| |
Refers to the Qt docs for the initial link, quotes Qt's page for the
description, and points to the official cgit server for the source.
|
| |
|
|
| |
This project is archived. Prefer [qmlls](lua/lspconfig/configs/qmlls.lua).
|
| | |
|
| | |
|
| |
|
| |
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
|