aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* feat: add cairo_ls (#2483)valdo.carbonaboyz.stark2023-03-011-0/+33
| | | | | | | | | * feat: add cairo_ls * fix: spell --------- Co-authored-by: Raphael <glephunter@gmail.com>
* feat: add standardrb support (#2479)Adam Daniels2023-02-241-0/+26
|
* docs: fix typo in server_configurations.md (#2476)adrian52023-02-231-1/+1
|
* feat: add yara-language-server support (#2473)terib0l2023-02-211-0/+28
|
* fix(textlsp): docs table at wrong position (#2469)Viktor Hangya2023-02-201-4/+4
|
* feat: add textLSP support (#2468)Viktor Hangya2023-02-191-0/+57
| | | | | * feat: add textLSP support * fix(textLSP): spell errors
* fix(lspinfo): normalize fname path correctly (#2343)musjj2023-02-151-2/+7
| | | | | | | | | | | | | | | | | * fix(lspinfo): normalize `fname` path correctly * fix(lspinfo): fallback to `fnamemodify` and `resolve` if file doesn't exist * fix(lspinfo): normalize Windows slashes and handle double separators * nit(lspinfo): use aliases Co-authored-by: Raphael <glephunter@gmail.com> * fix: improve check --------- Co-authored-by: Raphael <glephunter@gmail.com>
* fix: update docker_compose_language_service bin_name (#2458)Marc Deop2023-02-141-1/+1
|
* fix: remove deprecate function config.available_servers (#2457)Raphael2023-02-141-5/+0
| | | | this function mark as deprecate in 0.1.4 use util.available_servers instead of
* feat: add docker-compose-language-service support (#2455)Marc Deop2023-02-141-0/+32
|
* feat: extend the syntax for LspInfo(Title|List) (#2456)Yusei Ueno2023-02-141-2/+2
| | | | replace \k with \S support e.g., null-ls
* fix: eslint errors on start (regression) (#2452)Jose Veiga2023-02-121-1/+2
|
* feat: rename servers with hyphens (`-`) (#2451)figsoda2023-02-123-0/+8
| | | | | * feat: rename fennel-ls -> fennel_ls * feat: rename starlark-rust -> starlark_rust
* feat: rename sumneko_lua -> lua_ls (#2439)figsoda2023-02-122-6/+28
| | | | | | | | | | | * feat: rename sumneko_lua -> lua_language_server * refactor(sumneko_lua): use vim.deprecate * refactor: handle deprecated server aliases in one place * refactor: put server aliases in a function * feat: rename lua_language_server -> lua_ls
* fix(stylelint_lsp): update root directory pattern (#2447)Wuelner Martínez2023-02-123-20/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(stylelint_lsp): update root directory pattern Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com> * feat(util): add `add_package_json_to_config_files_if_field_exists` function Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com> * fix(stylelint_lsp): update update root directory pattern implementation Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com> * fix(eslint): update update root directory pattern implementation Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com> * fix(util): update `is_windows` detection Co-authored-by: Raphael <glephunter@gmail.com> * fix(util): update new function name Co-authored-by: Raphael <glephunter@gmail.com> * fix(server_configurations): update new function name implementation Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com> * fix(stylelint_lsp): fix duplicate equals Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com> --------- Signed-off-by: Wuelner Martínez <wuelner.martinez@outlook.com> Co-authored-by: Raphael <glephunter@gmail.com>
* feat: add fennel_language_server (#2438)Massolari2023-02-111-0/+24
|
* docs(eslint): fix on save example creates a buflocal autocmd (#2450)Jose Veiga2023-02-111-2/+10
| | | | | * docs(eslint): fix on save example creates a buflocal autocmd * docs(eslint): fix example spacing
* fix(powershell_es): support whitespaces in paths (#2445)fl3pp2023-02-101-1/+1
| | | | The current configuration does not support whitespaces in paths, which are sometimes present in Windows user profile paths
* fix(solang): change default start server command (#2444)Raphael2023-02-081-1/+1
|
* feat: add cadence language server (#2435)Janez Podhostnik2023-02-061-0/+40
|
* fix: check client when get client from cache (#2429)Raphael2023-01-311-2/+2
|
* fix(ltex-ls): pass pandoc as markdown (#2426)Matthias Bilger2023-01-311-1/+2
|
* docs(omnisharp) : add goto definition handler information for omnisharp (#2427)sigmaSd2023-01-311-0/+2
|
* fix: lspinfo buffer in use error when use quit command close (#2424)Raphael2023-01-271-4/+2
|
* fix: check server support workspacefolders (#2418)Raphael2023-01-271-79/+100
| | | | | | | add server workspaceFolder check, if server not have workspacefolders.supported field will spawn a new server instance. https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_workspaceFolders
* docs(ltex): add settings example (#2421)Brian Di Palma2023-01-271-0/+10
|
* feat: add veryl language server (#2422)dalance2023-01-261-0/+24
|
* feat: add vtsls (#2419)William Boman2023-01-241-0/+45
| | | | | | | * feat: add vtsls * fix: format Co-authored-by: Raphael <glephunter@gmail.com>
* docs(drools-lsp): minor documentation fix and improvements (#2415)David Ward2023-01-221-6/+6
| | | | | Signed-off-by: David Ward <dward@redhat.com> Signed-off-by: David Ward <dward@redhat.com>
* feat: add unocss-language-server support (#2414)xna002023-01-211-0/+38
|
* fix(drools-lsp): move improper client config location and improve config ↵David Ward2023-01-211-41/+38
| | | | | | | processing (#2411) Signed-off-by: David Ward <dward@redhat.com> Signed-off-by: David Ward <dward@redhat.com>
* feat: add nomad language support (#2413)PREVOST Corentin2023-01-211-0/+36
| | | | | | | | * feat: add nomad language support * fix: format Co-authored-by: Corentin Prevost <prevost.corentin@yahoo.com> Co-authored-by: Raphael <glephunter@gmail.com>
* feat(terraformls): add terraform-vars filetype (#2410)Raphael2023-01-191-1/+1
|
* fix(erg-language-server): els has been integrated into the main compiler (#2404)takuto2023-01-181-4/+5
| | | | | | | | | | | * feat: add erg-language-server support * fix(erg-language-server): update root directory pattern * fix(erg-language-server): fixed typo * fix(erg-language-server): els has been integrated into the main compiler * fix(erg-language-server): fix linting