aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(tailwindcss): added elixir filetype for tailwindcss server configuration ↵Kamil Zielinski2022-08-301-0/+1
| | | | (#2104)
* docs: update server_configurations.mdgithub-actions2022-08-282-2/+2
| | | | skip-checks: true
* fix(vdmj): update default path (#2102)Alessandro Pezzoni2022-08-291-4/+10
| | | | | * fix(vdmj): use path from config to determine latest version * fix(vdmj): update default path
* fix: lspstop should close the client by given client (#2101)Raphael2022-08-281-3/+12
|
* docs: update server_configurations.mdgithub-actions2022-08-282-0/+16
| | | | skip-checks: true
* fix(metals): disable capabilities.workspace.configuration for new version of ↵Denys Rybalka2022-08-281-0/+5
| | | | metals (#2100)
* fix: increase the lspinfo window row value (#2098)Raphael2022-08-271-2/+2
| | | | | * fix: increase the lspinfo window row value * fix: fixup
* chore(rust-analyzer): use `vim.json.decode` instead of `fn.json_decode` (#2096)numToStr2022-08-272-2/+2
|
* Revert "fix: remove the config.commands (#2092)" (#2093)Raphael2022-08-264-0/+126
| | | This reverts commit 99e0dc9937b124dee7d8107185e804ff96466279.
* docs: update server_configurations.mdgithub-actions2022-08-262-2/+2
| | | | skip-checks: true
* fix(angularls): remove `.git` from `root_dir` (#2091)numToStr2022-08-261-3/+3
| | | | | 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 (#2092)Raphael2022-08-264-126/+0
| | | | | | | | | * 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 (#2081)Raphael2022-08-265-28/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* fix: lspstart should be work without arg (#2090)Raphael2022-08-262-12/+8
|
* fix: add lsplog command (#2088)Raphael2022-08-251-0/+6
|
* docs: update server_configurations.mdgithub-actions2022-08-242-2/+2
| | | | skip-checks: true
* feat(solc): Add hardhat.config.* to solc root detection (#2085)Sebastian Stammler2022-08-251-2/+2
| | | | | | 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: LspStop should be only stop the current buffer servers by default (#2082)Raphael2022-08-251-1/+5
| | | | | * fix: LspStop should be only stop the current buffer server by default * fix: check filetypes in if statement
* feat: sort autocompletion items alphabetically (#2084)William Boman2022-08-251-4/+9
| | | | | | | | | * feat: sort autocompletion items alphabetically * Update plugin/lspconfig.lua Co-authored-by: ii14 <59243201+ii14@users.noreply.github.com> Co-authored-by: ii14 <59243201+ii14@users.noreply.github.com>
* docs: update server_configurations.mdgithub-actions2022-08-242-0/+200
| | | | skip-checks: true
* feat: add tblgen-lsp-server supportGuillot Tony2022-08-241-0/+20
|
* feat: add mlir-pdll-lsp-server supportGuillot Tony2022-08-241-0/+20
|
* feat: add mlir-lsp-server supportGuillot Tony2022-08-241-0/+19
|
* fix: add vim.deprecate in old function (#2080)Raphael2022-08-241-0/+10
| | | | | * fix: add vim.deprecrate in old function * fix: typo
* docs: update server_configurations.mdgithub-actions2022-08-232-8/+0
| | | | skip-checks: true
* fix(denols): revert "remove unneeded lsp attach" #2070sigmaSd2022-08-231-4/+3
| | | | | | | | | | | | | | | 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
* feat(denols): only send lsp requests to deno server (#2055)sigmaSd2022-08-231-28/+26
|
* docs: update server_configurations.mdgithub-actions2022-08-232-2/+2
| | | | skip-checks: true
* feat!: 0.7 API update (#1984)Ranjith Hegde2022-08-239-193/+249
| | | | | | | | | | | * 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>
* Revert "docs: vim.lsp.buf.formatting() is deprecated #2077Justin M. Keyes2022-08-231-1/+1
| | | This reverts commit 589d38d3cf2e711cf848c12ed1d6ba38899a2f38.
* feat: allow attaching to paths inside archives (#1687)Stéphan Kochen2022-08-232-3/+38
|
* docs: update server_configurations.mdgithub-actions2022-08-232-0/+96
| | | | skip-checks: true
* feat: add glsl-language-server support (#2003)Ben Fradella2022-08-231-0/+28
|
* fix: only consider servers that have been set up as available (#2066)William Boman2022-08-232-1/+21
| | | | | * test: add failing test * fix(lspconfig): only consider servers that have been set up as available
* docs: add an entry about the setup-hook (#1873)kylo2522022-08-231-0/+22
|
* feat(pasls): add lpi and lpk to root dir detection (#1692)BarrOff2022-08-231-1/+1
|
* docs: update server_configurations.mdgithub-actions2022-08-222-0/+74
| | | | skip-checks: true
* add veridian language server for verilog/systemverilog (#2058)Komorebi2022-08-231-0/+23
| | | Co-authored-by: komer <hyluo.1999@qq.com>
* Merge pull request #2065 from williamboman/feat/csharp_ls-root-dirRaphael2022-08-231-1/+1
|\ | | | | feat(csharp_ls): add '*.fsproj' to root_dir
| * feat(csharp_ls): add '*.fsproj' to root_dirWilliam Boman2022-08-151-1/+1
| | | | | | | | | | | | | | | | 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
* | docs: update server_configurations.mdgithub-actions2022-08-222-0/+70
| | | | | | | | skip-checks: true
* | feat: add nxls support (#2062)Jonathan Cammisuli2022-08-211-0/+31
| |
* | docs: update server_configurations.mdgithub-actions2022-08-222-0/+70
| | | | | | | | skip-checks: true
* | feat: add buf-language-server support (#2073)Rintaro Okamura2022-08-211-0/+33
| |
* | docs: update server_configurations.mdgithub-actions2022-08-212-0/+136
| | | | | | | | skip-checks: true
* | feat: add relay language server support (#2048)Vadim Evseev2022-08-211-0/+117
| |
* | docs: update server_configurations.mdgithub-actions2022-08-212-0/+74
| | | | | | | | skip-checks: true
* | feat: add nil support (#2053)oxalica2022-08-211-0/+23
| |
* | docs: vim.lsp.buf.formatting() is deprecated #2074AYOUB EL MHAMDI2022-08-211-1/+1
|/
* docs: update server_configurations.mdgithub-actions2022-08-092-0/+78
| | | | skip-checks: true