| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* 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)
|
| |
|
|
|
| |
* fix: increase the lspinfo window row value
* fix: fixup
|
| | |
|
| |
|
| |
This reverts commit 99e0dc9937b124dee7d8107185e804ff96466279.
|
| |
|
|
|
| |
Having `.git` as a pattern also enables `angularls` for non-angular
projects which is not desired. Checking for only `angular.json` should
be enough as every angular project must have a `angular.json`.
|
| |
|
|
|
|
|
|
|
| |
* fix: remove the config.commands
* fix: format by stylua and remove comamnds test
* fix: remove commands from doc
* fix: remove unused function
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* feat: improve LspInfo
* feat: update README for highlight
* fix: wrong typo
* fix: ci failed
* fix: remove unnecessary block
* fix: stylua format
* fix: set default border to none
* fix: update the doc
* fix: define names in if statement
* fix: use default_options to set border
* fix: use available servers list
* fix: fixup
* fix: format by stylua
* fix: use bufdelete event
* fix: format
* fix: add tips
* fix: stylua format
* fix: use wrap
* fix: add 122 to luacheck ignore
* fix: reset the default options
* fix: merge master
* fix: remove unecessary code
* feat: update the highlight group
* feat: update doc for highlight
* fix: remove highlig from README
* fix: remae highlight group in doc
|
| | |
|
| |
|
|
|
|
| |
Hardhat users will experience a better root dir detection if the
hardhat.config.ts (or .js) file takes precedence over the git repo
dir, especially in monorepos, where this could lead to faulty
import statements. Note that most Solidity projects are using hardhat.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
* fix: add vim.deprecrate in old function
* fix: typo
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I found the root cause of denols problems:
https://github.com/neovim/neovim/pull/19797
With that pr applied (and with this revert) denols works perfectly
almost identical to vscode deno, its missing some features but I imagine
those are out of scope for lspconfig.
Problems will reappear until nvim fixes:
https://github.com/neovim/nvim-lspconfig/issues/1998
This is an ok tradeoff because `single_file_support=true`
causes other issues:
https://github.com/neovim/nvim-lspconfig/issues/2069
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* switch to lua api for autocommands
* switch to nvim_create_user_command
* move to lua plugin initialization
NOTICE: Defining commands in server configurations will be deprecated in
future releases.
See `:help lspconfig.txt` to setup the same in an `on_attach` function.
Co-authored-by: Michael Lingelbach <m.j.lbach@gmail.com>
|
| | |
|
| | |
|