| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
(#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>
|
| | |
|
| | |
|
| |
|
|
|
| |
* test: add failing test
* fix(lspconfig): only consider servers that have been set up as available
|
| | |
|
| |
|
| |
Co-authored-by: komer <hyluo.1999@qq.com>
|
| |\
| |
| | |
feat(csharp_ls): add '*.fsproj' to root_dir
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Full disclaimer: I have not done any F# development myself.
This is based on the project file configuration found in the LSP server
implementation itself [1].
[1]: https://github.com/razzmatazz/csharp-language-server/blob/d887595f29af334aa2900381f5336644d9ce5e61/src/CSharpLanguageServer/RoslynHelpers.fs#L550-L554
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| | |
|
| |
|
|
|
| |
* feat: add qml-lsp support
* fix(qml-lsp): update qml-lsp formatting
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>
|
| | |
|
| |
|
| |
See #1116, #1880, #1951, etc.
|
| | |
|
| |
|
|
|
|
|
|
| |
We no longer publish the lemminx binaries to download.jboss.org as a part of our
release process for vscode-xml, so the binaries for the latest releases of
lemminx are not there. However, they are available on the [vscode-xml
GitHub](https://github.com/redhat-developer/vscode-xml), under releases.
Signed-off-by: David Thompson <davthomp@redhat.com>
|
| | |
|
| |
|
|
|
|
| |
sourcery configuration requires 'lspconfig/util', where everything else
uses 'lspconfig.util'.
Co-authored-by: ii14 <ii14@users.noreply.github.com>
|
| |
|
|
|
| |
Sometimes simple LaTeX documents are detected as plaintex rather than
tex, meaning texlab will not be applied without a manual change of
filetype.
|
| |
|
|
| |
For information on filetypes supported by emmet-ls, see:
https://github.com/aca/emmet-ls#supported-filetypes
|
| | |
|
| | |
|
| |
|
|
|
| |
These have primarily been sourced from the VSCode extension [1].
[1] https://github.com/OmniSharp/omnisharp-vscode/blob/88ad237e1e904ad0f91d2de39c30132198a02dcb/src/omnisharp/server.ts#L345-L434
|
| |
|
|
|
|
|
|
| |
Problem:
In haskell multi-package projects there is *.cabal file in every package folder,
so util.root_pattern always find root of the package but not project.
Solution:
Adjust the condition.
|
| |
|
|
|
|
| |
- remove unneeded lsp attach
- default to single_file_support=true
fix https://github.com/neovim/nvim-lspconfig/issues/1998
|
| |
|
|
| |
Caching actually works but it throws an error, vscode-deno also doesn't seem to care about errors
https://github.com/denoland/vscode_deno/blob/196a11cead2d95c324cb772dd568ba7c2801b68a/client/src/commands.ts#L60
|