aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* docs: recommend LspAttach in readme (#2514)ii142023-03-181-55/+48
| | | Co-authored-by: ii14 <ii14@users.noreply.github.com>
* docs: update server_configurations.mdgithub-actions2023-03-172-2/+2
| | | | skip-checks: true
* 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
|
* docs: update server_configurations.mdgithub-actions2023-03-152-2/+2
| | | | skip-checks: true
* fix(vhdl_ls): wrong filetypes (#2506)fmaggi2023-03-151-1/+1
|
* docs: update server_configurations.mdgithub-actions2023-03-152-0/+114
| | | | skip-checks: true
* feat: add vhdl support (#2504)fmaggi2023-03-151-0/+50
| | | | | * feat: add vhdl support * fix(vhdl_ls): added windows support
* docs: update server_configurations.mdgithub-actions2023-03-102-14/+26
| | | | skip-checks: true
* 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>
* docs: update server_configurations.mdgithub-actions2023-03-092-0/+74
| | | | skip-checks: true
* 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
* ci: fix config change workflowJustin M. Keyes2023-03-071-1/+1
| | | The backticks appears to be doing process substitution.
* docs: update server_configurations.mdgithub-actions2023-03-062-0/+6
| | | | skip-checks: true
* 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.
* docs: update server_configurations.mdgithub-actions2023-03-052-0/+146
| | | | skip-checks: true
* 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>
* docs: update server_configurations.mdgithub-actions2023-03-032-2/+2
| | | | skip-checks: true
* fix: add clojure to tailwindcss lsp filetypes (#2490)Agorgianitis Loukas2023-03-031-0/+1
|
* fix(commands): Strange `LspStop` arguments, not matching doc (#2486)Rational-Curiosity2023-03-011-6/+5
| | | fix LspStop command receive params bug.
* docs: update server_configurations.mdgithub-actions2023-03-012-0/+86
| | | | skip-checks: true
* 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>
* docs: update server_configurations.mdgithub-actions2023-02-242-0/+60
| | | | skip-checks: true
* feat: add standardrb support (#2479)Adam Daniels2023-02-241-0/+26
|
* docs: update server_configurations.mdgithub-actions2023-02-232-2/+2
| | | | skip-checks: true
* docs: fix typo in server_configurations.md (#2476)adrian52023-02-231-1/+1
|
* docs: update server_configurations.mdgithub-actions2023-02-212-0/+76
| | | | skip-checks: true
* feat: add yara-language-server support (#2473)terib0l2023-02-211-0/+28
|
* docs: update server_configurations.mdgithub-actions2023-02-202-12/+22
| | | | skip-checks: true
* fix(textlsp): docs table at wrong position (#2469)Viktor Hangya2023-02-201-4/+4
|
* docs: update server_configurations.mdgithub-actions2023-02-192-0/+116
| | | | skip-checks: true
* feat: add textLSP support (#2468)Viktor Hangya2023-02-191-0/+57
| | | | | * feat: add textLSP support * fix(textLSP): spell errors
* docs: update server_configurations.mdgithub-actions2023-02-152-4/+4
| | | | skip-checks: true
* docs: make sure username doesn't leak into generated document (#2441)figsoda2023-02-151-0/+10
| | | | | | | | | | | | | | | * docs: make sure username doesn't leak into generated document The documents previously contained `runner`, the username of GitHub Actions runners, which would be overwritten by the user's name when run locally and generate unwanted diff. * docs: rename username to user Co-authored-by: Justin M. Keyes <justinkz@gmail.com> --------- Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
* 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>
* docs: update server_configurations.mdgithub-actions2023-02-142-2/+2
| | | | skip-checks: true
* 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
* docs: update server_configurations.mdgithub-actions2023-02-142-0/+78
| | | | skip-checks: true
* 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
|
* docs: update server_configurations.mdgithub-actions2023-02-122-36/+36
| | | | skip-checks: true
* feat: rename servers with hyphens (`-`) (#2451)figsoda2023-02-123-0/+8
| | | | | * feat: rename fennel-ls -> fennel_ls * feat: rename starlark-rust -> starlark_rust
* docs: update server_configurations.mdgithub-actions2023-02-122-180/+180
| | | | skip-checks: true
* feat: rename sumneko_lua -> lua_ls (#2439)figsoda2023-02-124-8/+30
| | | | | | | | | | | * 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