| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: adds next-ls server configuration
* docs: update server_configurations.md
skip-checks: true
* fix: assumes nextls is installed and on $PATH
* docs: update server_configurations.md
skip-checks: true
* fix: updates root_dir method
* docs: update server_configurations.md
skip-checks: true
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
| |
|
|
| |
0.10 (#3154)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: add bitbake-language-server
* fix: styling
* fix: use find_git_ancestor
Co-authored-by: glepnir <glephunter@gmail.com>
---------
Co-authored-by: glepnir <glephunter@gmail.com>
|
| | |
|
| | |
|
| |
|
|
|
| |
* feat: add pbls(Protobuf Language Server)
* fix(pbls): remove find_git_ancestor from root_dir
|
| |
|
|
|
| |
* feat: add shopify theme language-server
* chore: add server configuration note
|
| |
|
| |
multi-module projects first.
|
| |
|
|
|
|
|
|
|
| |
This adds a basic configuration for Roc's built-in language
server.
So far only go-to-definition, hover, inline diagnostics and formatting
is implemented.
Co-authored-by: jdsee <jdsee@protonmail.com>
|
| |
|
|
|
|
|
|
|
|
|
| |
Document how the ignoreMultilineInstructions settings for dockerls can
be configured.
That the settings key must be "docker" instead of "dockerls" makes it
non-intuitive and harder to figure out.
Sources:
- https://github.com/rcjsuen/dockerfile-language-server?tab=readme-ov-file#language-server-settings
- https://github.com/rcjsuen/dockerfile-language-server/blob/9e3f8580f711e54a1de0351631baeac49665d6f3/src/server.ts#L330-L344
|
| | |
|
| | |
|
| |
|
| |
Co-authored-by: Hauke Ingwersen <me@hing.dev>
|
| |
|
|
| |
feat: add LaTeX file type for vale-ls
|
| |
|
|
|
|
| |
https://github.com/neovim/neovim/pull/28478 changes the signature of
start_client to return two values: client_id or nil and error message or
nil. start_client no longer calls vim.notify directly, so if there is an
error we must call vim.notify ourselves.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
Problem: Starting with nixd 2.0.2 the '.nixd.json' file will no longer be needed.
Solution: remove .nidx.json
Co-authored-by: Ruixi-rebirth <ruixirebirth@gmail.com>
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix: root_dir for lspconfig
* fix: markdown oxide description
* fix: remove unused util
* docs: update server_configurations.md
skip-checks: true
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Probem:
Error due to the command being processed as a single string by git bash's bash.exe.
Solution:
Pass the command and arguments as a list rather than a string.
|
| |
|
|
| |
Now it loads on yaml.gitlab. Also added yamlls dependency to the same
filetype.
|
| |
|
|
|
|
|
| |
parameter journal_file is optional:
https://github.com/polarmutex/beancount-language-server/blob/main/crates/lsp/src/config.rs#L8
Setting journal_file raises an error in following line:
https://github.com/polarmutex/beancount-language-server/blob/main/crates/lsp/src/server.rs#L122
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
(#3106)
* Add cmd and installation instructions for perl navigator
The prior instructions only included building from source. This includes installation of the perlnavigator from npm and a default command. Should make the perlnavigator simpler to install and configure.
* Update perlnavigator.lua
Removing excess whitespace
|
| |
|
| |
This is a LSP for bazel https://github.com/withered-magic/starpls
|
| |
|
|
|
| |
* feat: add agda-language-server
* fix(agda_ls): *.agda-lib root pattern
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Added support for Gitlab CI language server.
|
| |
|
| |
The language server is quite useless without this flag.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: add basedpyright support
* fix(basedpyright): correct settings schema
Settings are stored under a different key for this fork. Instead of
using the original `python` key, now settings specific to this LSP
server are stored under `basedpyright` map key.
* fix(basedpyright): correct plugin command
The command was doing nothing because as `python` is no longer the
default namespace for settings, for this LSP server,
`client.settings.python` has a `nil` value. Hence the table couldn't be
extended.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: add tinymist
* fix(tinymist): typo
* fix(tinymist): typo
* feat: add .git detect
* fix: no single file support
* fix: true to false
* fix: change reviewed
Co-authored-by: Raphael <glephunter@gmail.com>
---------
Co-authored-by: Raphael <glephunter@gmail.com>
|
| |
|
|
|
|
|
|
|
| |
* feat: add basedpyright support
* fix(basedpyright): correct settings schema
Settings are stored under a different key for this fork. Instead of
using the original `python` key, now settings specific to this LSP
server are stored under `basedpyright` map key.
|
| | |
|
| |
|
|
| |
mesonlsp is a new language server for Meson by the same author as
Swift-MesonLSP. Swift-MesonLSP is no longer developed.
|