aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: check root already in workspace (#2590)Raphael2023-05-071-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)Raphael2023-05-063-129/+174
| | | Co-authored-by: ii14 <59243201+ii14@users.noreply.github.com>
* fix(remarkls): make root_dir more restrictive (#2405)Merlijn Vos2023-05-061-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 Bartine2023-05-061-0/+32
|
* feat: Add support for the other nim language server (#2581)Marcus Ramberg2023-05-022-1/+36
| | | | | * feat: add support for the other nim language server * feat: windows support for nimlsp
* feat: add pact lsp support (#2580)Raphael2023-05-011-0/+24
| | | | | | | * feat: add pact lsp support --------- Co-authored-by: glepnir <glepnir@neovim.pro>
* fix(bufls): fix bufls command option (#2578)nazo62023-05-011-1/+1
|
* feat: allow souircery for JS filetypes (#2577)Thomas Alcala Schneider2023-04-271-1/+1
|
* feat: make deno/cache async (#2569)sigmaSd2023-04-271-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)ALX992023-04-251-2/+10
|
* fix(azure_pipelines_ls): add cmd (#2576)William Boman2023-04-251-10/+8
| | | This npm package now provides an executable.
* feat: add custom elements language server support (#2570)Matsu2023-04-241-0/+64
|
* fix(lspinfo): sub fname to check root (#2573)Raphael2023-04-241-12/+4
|
* docs: fix documentation for gopls and helm_ls (#2571)ALX992023-04-242-3/+3
|
* feat: add digestif support (#2568)Raphael2023-04-221-0/+28
|
* fix(helm_ls): fix wrong cmd (#2560)Jio2023-04-141-3/+3
|
* feat: add helm_ls support (#2558)DrummyFloyd2023-04-131-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)Raphael2023-04-122-6/+8
|
* feat: add `pug` to emmet_ls (#2555)José Olórtegui2023-04-121-0/+1
|
* feat: add pylyzer lsp config (#2548)Jonathan2023-04-091-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 Sia2023-04-081-0/+1
|
* fix: remove vim.schedule for on_attach (#2546)Raphael2023-04-071-2/+2
|
* feat(emmet_ls): add astro,svelte and vue support (#2549)José Olórtegui2023-04-071-1/+13
|
* feat(millet): support single file mode (#2547)Igor Lacerda2023-04-071-0/+1
| | | | Millet supports single file analysis, see https://github.com/azdavis/millet/blob/main/docs/manual.md#on-a-file
* feat: add openedge support (#2513)Gilles Querret2023-04-061-0/+55
| | | | | | * feat: add openedge support --------- Co-authored-by: Raphael <glephunter@gmail.com>
* fix(arduino_ls): disable semantic tokens for arduino_language_server (#2533)Vitor Pavani2023-04-061-0/+5
|
* fix(sqls): deprecate sqls suggest sqlls instead (#2544)Raphael2023-04-053-1/+16
|
* fix(dafny): add default cmd for Dafny 4 (#2541)Tej Chajed2023-04-051-5/+7
|
* docs(nil_ls): add a link to an example (#2540)Heechul Ryu2023-04-021-0/+2
| | | | | | Unlike `rnix` that configure to use `nixpkgs-fmt` by default `nil` doesn't set it up by default which requires explicit setting which would be helpful to see the example config to set it correctly, hence the link.
* refactor: fix stylua lint error (#2535)dundargoc2023-03-301-1/+1
|
* Revert "fix(pyright): remove`useLibraryCodeForTypes` config (#2522)" (#2529)Raphael2023-03-271-0/+1
| | | This reverts commit cb1f426f99d91df2d1c29d1f72827747cd6e7e96.
* fix(pyright): remove`useLibraryCodeForTypes` config (#2522)Fau8182023-03-261-1/+0
| | | | | | | | | | * fix(pyright): set `useLibraryCodeForTypes` to false See [pyright/docs/settings.md](https://github.com/microsoft/pyright/blob/main/docs/settings.md) * refactor(pyright): remove `useLibraryCodeForTypes` Make sure the default value is used. See [pyright/docs/settings.md](https://github.com/microsoft/pyright/blob/main/docs/settings.md)
* feat: add typst-lsp support (#2526)Kaj Munhoz Arfvidsson2023-03-251-0/+23
|
* fix: register workspace before attaching to buffer (#2525)kylo2522023-03-241-1/+1
|
* feat: add PyrightSetPythonPath command to pyright config (#2519)Ian Liu Rodrigues2023-03-231-0/+17
| | | | | | | | | | | | | | | | | * feat: add PyrightSetPythonPath command to pyright config The new command accepts a single path for a python executable that will be used to reconfigure the pyright language server. This is useful to change which python will be used by pyright without having to activate the python environment beforehand. The act of finding which python executable to use isn't handled here. * docs: update server_configurations.md skip-checks: true --------- Co-authored-by: Ian Liu Rodrigues <il@moray.ai> Co-authored-by: github-actions <github-actions@github.com>
* refactor(bashls): migrate to a workspace config (#2520)kylo2522023-03-231-6/+11
| | | | As suggested by upstream, see bash-lsp/bash-language-server#599 > Environment variable configuration is being deprecated, please use workspace configuration.
* fix(clojure_lsp): update root directory pattern (#2515)Rahuλ Dé2023-03-201-2/+2
| | | add support for babashka only projects
* fix(graphql): fix crash on projects without graphql (#2517)Chris Rawnsley2023-03-201-2/+2
| | | | | | | | The GraphQL language server needs a configuration file to initialise and the `graphql` package from NPM. Rooting on `.git` alone causes this server to repeatedly try opening and then close for each matching file type when it cannot find the config it is looking for. See: https://the-guild.dev/graphql/codegen/docs/getting-started/installation#global-installation
* fix(vls): add `v` as filetype (#2511)Turiiya2023-03-171-1/+1
|
* fix(denols): use correct param in nvim_buf_set_lines (#2510)Raphael2023-03-161-1/+1
|
* fix(vhdl_ls): wrong filetypes (#2506)fmaggi2023-03-151-1/+1
|
* feat: add vhdl support (#2504)fmaggi2023-03-151-0/+50
| | | | | * feat: add vhdl support * fix(vhdl_ls): added windows support
* fix(rust_analyzer): remove stub settings from default (#2401)Paul Hüber2023-03-101-4/+13
| | | | | | | Non-empty default settings trigger a workspace/didChangeConfiguration, potentially overwriting the initial settings. Move this example content into the description instead. Co-authored-by: Paul Hüber <phueber@kernsp.in>
* feat: add ecsact support (#2497)Ezekiel Warren2023-03-091-0/+28
|
* fix(lspinfo): use compatible api to set the lspinfo bufhidden option(#2500)Raphael2023-03-091-1/+1
| | | | | * fix(lspinfo): set the lspinfo bufhidden to wipe * fix: using api
* docs(arduino): mention upstream keywords bug (#2495)Raphael2023-03-061-0/+3
|
* feat: support Godot 4 port by default (#2494)Pierre Poupin2023-03-061-1/+1
| | | Godot 4 changed its default port. Since it reached stable a few days ago, we should propose the stable version's port by default.
* feat: add azure pipelines lsp (#2493)treatybreaker2023-03-051-0/+53
| | | | | | | | | * feat: add azure pipelines language server * refactor: rename azure_pipelines_language_server to azure_pipelines_ls * refactor: set azure_pipelines_ls root to search azure-pipelines.yml * docs: correct mistake in azure pipelines ls server.js path
* fix(util): update `is_windows` detection (#2492)Wuelner Martínez2023-03-051-1/+1
| | | | | Fixes https://github.com/neovim/nvim-lspconfig/commit/641a71e381e23f1d1d6a0722a8b796fda896b55b#commitcomment-102642580 Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com>
* fix: add clojure to tailwindcss lsp filetypes (#2490)Agorgianitis Loukas2023-03-031-0/+1
|