| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat: add vale-ls (#2653) | Asad Saeeduddin | 2023-06-06 | 1 | -0/+16 | |
| | | ||||||
| * | docs(vls): remove redundant code block symbol (#2652) | Asad Saeeduddin | 2023-06-06 | 1 | -1/+0 | |
| | | ||||||
| * | fix(astro): correct the typescript.tsdk path (#2649) | An Hoang | 2023-06-05 | 1 | -2/+1 | |
| | | | | It's supposed to be a path to the TypeScript server folder, not a file. | |||||
| * | fix(astro): update astro config for new version of astro (#2647) | An Hoang | 2023-06-04 | 1 | -10/+3 | |
| | | | | | | | | | | | `@astrojs/language-server@2.0.0` utilizes Volar language server under the hood. The LSP's init_options are located [here][1]. `typescript.serverPath` has been renamed to `typescript.tsdk`. There is no `configuration`; that option is for the VSCode extension, located in the `astro-vscode` package [here][2]. [1]: https://github.com/volarjs/volar.js/blob/dfc8ccefb6c3aa53bd0eb9755259538a11127edd/packages/language-server/src/types.ts#L50 [2]: https://github.com/withastro/language-tools/blob/eb2ce0b3effd00e49294be57ef0f3d1cb5f8f454/packages/vscode/package.json#L126 | |||||
| * | feat: add statix support (#2646) | Jalil David Salamé Messina | 2023-06-04 | 1 | -0/+20 | |
| | | | | statix is anothe `nix` language server | |||||
| * | fix(rust_analyzer): check file is library (#2645) | Raphael | 2023-06-03 | 1 | -0/+17 | |
| | | ||||||
| * | feat: add nixd support (#2644) | Ruixi-rebirth | 2023-06-03 | 1 | -0/+23 | |
| | | ||||||
| * | feat: add matlab-language-server (#2643) | tiagovla | 2023-06-03 | 1 | -0/+31 | |
| | | | | | | | | * feat: add matlab-language-server * fix: rename to matlab_ls * fix: default value of indexWorkspace is false | |||||
| * | fix(denols): pass config to vim.lsp.handlers (#2638) | NAKAI Tsuyoshi | 2023-05-29 | 1 | -4/+4 | |
| | | ||||||
| * | fix(blueprint_ls): remove non-existent subcommand (#2636) | Szepesi Tibor | 2023-05-27 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add buddy mlir lsp server (#2635) | Avimitin Lu | 2023-05-26 | 1 | -0/+18 | |
| | | | | | | | | | | | | | | * feat: add buddy mlir lsp server Signed-off-by: Avimitin <dev@avimit.in> * chore: shorten the filename Signed-off-by: Avimitin <dev@avimit.in> --------- Signed-off-by: Avimitin <dev@avimit.in> | |||||
| * | feat: add pest_ls support (#2629) | Samyak Sarnayak | 2023-05-23 | 1 | -0/+17 | |
| | | ||||||
| * | docs(zk): consistent commands description (#2628) | Rafael Madriz | 2023-05-22 | 1 | -1/+1 | |
| | | | | | | | | Commands description for all servers allways start with the name of the server. Keep it consistent in zk. See <https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md> and `<ctrl-f>Commands:` to verfied that all commands start with server name. | |||||
| * | fix(bashls): update bash-lsp github link (#2625) | Raphael | 2023-05-19 | 1 | -1/+1 | |
| | | ||||||
| * | fix(unocss): add uno.config as root pattern (#2623) | Alberto | 2023-05-19 | 1 | -2/+2 | |
| | | ||||||
| * | fix: ruby lsp features should be opt-out (#2622) | Zheng PiaoDan | 2023-05-18 | 1 | -8/+0 | |
| | | | | | Without the `enabledFeatures` init option, ruby lsp would enable all the supported features. This change was introduce in https://github.com/Shopify/ruby-lsp/pull/562 | |||||
| * | fix(sourcekit): add buildserver.json and compile_commands as root pattern ↵ | Raphael | 2023-05-17 | 1 | -1/+1 | |
| | | | | | (#2620) | |||||
| * | feat(texlab): send position when building (#2614) | Carlo Sala | 2023-05-16 | 1 | -1/+4 | |
| | | | | | | | Since Texlab v5.5.0, `textDocument/build` accepts `position` argument, which is going to be used if forwardSearchAfter is enabled. Using Texlab <5.5.0 it's not an issue, the argument gets skipped and no error is thrown. Same happens if forwardSearchAfter is not enabled. | |||||
| * | feat: add cobol language support (#2616) | Raphael | 2023-05-16 | 1 | -0/+17 | |
| | | ||||||
| * | feat: check eslint config file to enable flat config support (#2596) | sxyazi | 2023-05-11 | 1 | -0/+5 | |
| | | ||||||
| * | fix(rust_analyzer): check stdout data size (#2605) | Raphael | 2023-05-11 | 1 | -1/+7 | |
| | | ||||||
| * | fix: check cmd not empty (#2602) | Raphael | 2023-05-10 | 1 | -1/+1 | |
| | | ||||||
| * | docs: Update links in rust_analyzer (#2600) | Ryan Noronha | 2023-05-10 | 1 | -2/+2 | |
| | | ||||||
| * | fix(ruby_ls): set formatter to auto (#2599) | Raphael | 2023-05-09 | 1 | -0/+1 | |
| | | ||||||
| * | fix: vim.lsp.rpc.connect is not allowed in cmd (#2597) | Access | 2023-05-09 | 1 | -1/+1 | |
| | | | | I think only table need to expand | |||||
| * | feat: add solidity lsp from NomicFoundation (#2528) | wp-lai | 2023-05-09 | 1 | -0/+21 | |
| | | ||||||
| * | fix: use exepath on server command (#2595) | Raphael | 2023-05-09 | 78 | -612/+97 | |
| | | ||||||
| * | fix: check root already in workspace (#2590) | Raphael | 2023-05-07 | 1 | -47/+38 | |
| | | | | | | | * fix: check root already in workspace --------- Co-authored-by: github-actions <github-actions@github.com> | |||||
| * | feat: wrap get root dir in coroutine . (#2565) | Raphael | 2023-05-06 | 3 | -129/+174 | |
| | | | | Co-authored-by: ii14 <59243201+ii14@users.noreply.github.com> | |||||
| * | fix(remarkls): make root_dir more restrictive (#2405) | Merlijn Vos | 2023-05-06 | 1 | -1/+10 | |
| | | | | | | | | | | | | | | * remarkls: make `root_dir` more restrictive * Fix formatting * Apply suggestions from code review Co-authored-by: Remco Haszing <remcohaszing@gmail.com> --------- Co-authored-by: Remco Haszing <remcohaszing@gmail.com> | |||||
| * | feat: add buck2 LSP (#2585) | Pierce Bartine | 2023-05-06 | 1 | -0/+32 | |
| | | ||||||
| * | feat: Add support for the other nim language server (#2581) | Marcus Ramberg | 2023-05-02 | 2 | -1/+36 | |
| | | | | | | * feat: add support for the other nim language server * feat: windows support for nimlsp | |||||
| * | feat: add pact lsp support (#2580) | Raphael | 2023-05-01 | 1 | -0/+24 | |
| | | | | | | | | * feat: add pact lsp support --------- Co-authored-by: glepnir <glepnir@neovim.pro> | |||||
| * | fix(bufls): fix bufls command option (#2578) | nazo6 | 2023-05-01 | 1 | -1/+1 | |
| | | ||||||
| * | feat: allow souircery for JS filetypes (#2577) | Thomas Alcala Schneider | 2023-04-27 | 1 | -1/+1 | |
| | | ||||||
| * | feat: make deno/cache async (#2569) | sigmaSd | 2023-04-27 | 1 | -1/+7 | |
| | | | | | | | | * feat: make deno/cache async * feat: show file name in deno cache error * fix: use fname isntead of uri | |||||
| * | fix(golangci_lint): root_pattern should look for all supported cfg files (#2574) | ALX99 | 2023-04-25 | 1 | -2/+10 | |
| | | ||||||
| * | fix(azure_pipelines_ls): add cmd (#2576) | William Boman | 2023-04-25 | 1 | -10/+8 | |
| | | | | This npm package now provides an executable. | |||||
| * | feat: add custom elements language server support (#2570) | Matsu | 2023-04-24 | 1 | -0/+64 | |
| | | ||||||
| * | fix(lspinfo): sub fname to check root (#2573) | Raphael | 2023-04-24 | 1 | -12/+4 | |
| | | ||||||
| * | docs: fix documentation for gopls and helm_ls (#2571) | ALX99 | 2023-04-24 | 2 | -3/+3 | |
| | | ||||||
| * | feat: add digestif support (#2568) | Raphael | 2023-04-22 | 1 | -0/+28 | |
| | | ||||||
| * | fix(helm_ls): fix wrong cmd (#2560) | Jio | 2023-04-14 | 1 | -3/+3 | |
| | | ||||||
| * | feat: add helm_ls support (#2558) | DrummyFloyd | 2023-04-13 | 1 | -0/+33 | |
| | | | | | | | | | | | | | | | * feat: helm_ls support Signed-off-by: DrummyFloyd <drummy@gmail.com> * fix: description Signed-off-by: DrummyFloyd <drummy@gmail.com> --------- Signed-off-by: DrummyFloyd <drummy@gmail.com> Co-authored-by: DrummyFloyd <drummy@gmail.com> | |||||
| * | fix(eslint): get root patterns by given path (#2556) | Raphael | 2023-04-12 | 2 | -6/+8 | |
| | | ||||||
| * | feat: add `pug` to emmet_ls (#2555) | José Olórtegui | 2023-04-12 | 1 | -0/+1 | |
| | | ||||||
| * | feat: add pylyzer lsp config (#2548) | Jonathan | 2023-04-09 | 1 | -0/+40 | |
| | | | | | | | | | | | | | | | | | | | | | * feat(server_configurations): add pylyzer lsp config Added a configuration for the pylyzer LSP. Made sure not to edit any docs, only the Lua source code. * style(linting): make the linter happy for pylyzer Got an error that I can't use `util.path.dirname()` when finding the root directory so I took that out. * fix(pylyzer): windows support Now checks for windows support and runs cmd.exe if it's running on Windows. * fix(pylyzer): no more linting errors Fixed the linting errors even if I disagree with the style. | |||||
| * | feat: add htmldjango to emmet_ls (#2550) | Matthew Sia | 2023-04-08 | 1 | -0/+1 | |
| | | ||||||
| * | fix: remove vim.schedule for on_attach (#2546) | Raphael | 2023-04-07 | 1 | -2/+2 | |
| | | ||||||
| * | feat(emmet_ls): add astro,svelte and vue support (#2549) | José Olórtegui | 2023-04-07 | 1 | -1/+13 | |
| | | ||||||
