aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* fix: remove parenthesis from `find_git_ancestor` call (#3166)v0.1.8Douglas Massolari2024-05-212-2/+2
|
* feat: add daily note commands for markdown-oxide (#3164)Felix Zeller2024-05-201-5/+25
| | | | | | | | | | | | | * feat: add daily note commands for markdown-oxide * fix: update description * fix: syntax * fix: formatting * fix: formatting * fix: formatting
* docs: update ansiblels homepage url (#3163)Kartik Vashistha2024-05-201-1/+1
| | | | Updating the homepage for the ansible-language-server to the latest URL, as the currently stated URL points to an archived repository
* feat: add bacon-ls support (#3160)Matteo Bigoi2024-05-181-0/+39
| | | Signed-off-by: Bigo <1781140+crisidev@users.noreply.github.com>
* refactor: move all old get_clients to new compatible (#3159)glepnir2024-05-177-14/+14
|
* fix: use new version as check condition (#3157)glepnir2024-05-171-3/+3
|
* feat: adds next-ls server configuration (#3155)Seth Messer2024-05-171-0/+18
| | | | | | | | | | | | | | | | | | | | * feat: adds next-ls server configuration * docs: update server_configurations.md skip-checks: true * fix: assumes nextls is installed and on $PATH * docs: update server_configurations.md skip-checks: true * fix: updates root_dir method * docs: update server_configurations.md skip-checks: true --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* refactor: add compatible tbl_flatten and lsp_get_clients for new version ↵glepnir2024-05-172-5/+15
| | | | 0.10 (#3154)
* refactor: remove usages of deprecated vim.tbl_add_reverse_lookup (#3156)Yi Ming2024-05-171-10/+10
|
* feat: add bitbake-language-server (#3151)Frede2024-05-161-0/+14
| | | | | | | | | | | | | * feat: add bitbake-language-server * fix: styling * fix: use find_git_ancestor Co-authored-by: glepnir <glephunter@gmail.com> --------- Co-authored-by: glepnir <glephunter@gmail.com>
* fix(r): change markdown injection in documentation to use lowercase r (#3153)Colton Donnelly2024-05-161-1/+1
|
* docs(ember): update config for ember-language-server due to upstreaming (#3150)NullVoxPopuli2024-05-161-2/+2
|
* feat: add pbls(Protobuf Language Server) (#3148)Varsh2024-05-141-0/+26
| | | | | * feat: add pbls(Protobuf Language Server) * fix(pbls): remove find_git_ancestor from root_dir
* feat: add shopify theme language-server (#3147)Slava Maksimov2024-05-121-0/+36
| | | | | * feat: add shopify theme language-server * chore: add server configuration note
* fix(jdtls): update root dir (#2693)nzlov2024-05-081-2/+2
| | | multi-module projects first.
* feat: add roc-language-server support (#3143)Joscha Seelig2024-05-081-0/+21
| | | | | | | | | This adds a basic configuration for Roc's built-in language server. So far only go-to-definition, hover, inline diagnostics and formatting is implemented. Co-authored-by: jdsee <jdsee@protonmail.com>
* docs(dockerls): document ignoreMultilineInstructions setting (#3142)Fabian Holler2024-05-071-0/+15
| | | | | | | | | | | Document how the ignoreMultilineInstructions settings for dockerls can be configured. That the settings key must be "docker" instead of "dockerls" makes it non-intuitive and harder to figure out. Sources: - https://github.com/rcjsuen/dockerfile-language-server?tab=readme-ov-file#language-server-settings - https://github.com/rcjsuen/dockerfile-language-server/blob/9e3f8580f711e54a1de0351631baeac49665d6f3/src/server.ts#L330-L344
* feat: add motoko-lsp support (#3140)Martin Sigloch2024-05-071-0/+23
|
* feat: add hyprls support (#3137)Ewen Le Bihan2024-05-061-0/+24
|
* fix(elmls): add missing init_options, remove deprecated (#3138)Hauke Ingwersen2024-05-061-1/+4
| | | Co-authored-by: Hauke Ingwersen <me@hing.dev>
* feat(vale-ls): add LaTeX file type for vale-ls (#3136)Gustavo Joaquin2024-05-051-1/+1
| | | | feat: add LaTeX file type for vale-ls
* refactor: handle updated signature of lsp.start_client (#3126)Gregory Anders2024-04-261-1/+6
| | | | | | https://github.com/neovim/neovim/pull/28478 changes the signature of start_client to return two values: client_id or nil and error message or nil. start_client no longer calls vim.notify directly, so if there is an error we must call vim.notify ourselves.
* fix(snyk): add terraform filetypes (#3125)Peter Benjamin2024-04-261-1/+13
|
* docs(nixd): update default root dir description (#3121)Raphael2024-04-231-1/+1
|
* fix(nixd): remove unnecessary nid.json root pattern (#3120)Raphael2024-04-231-1/+1
| | | | | | | Problem: Starting with nixd 2.0.2 the '.nixd.json' file will no longer be needed. Solution: remove .nidx.json Co-authored-by: Ruixi-rebirth <ruixirebirth@gmail.com>
* fix(markdown_oxide): fix stylint and enable single file mode (#3118)Raphael2024-04-231-1/+2
|
* fix(markdown_oxide): update root_dir and description (#3114)Felix Zeller2024-04-231-6/+8
| | | | | | | | | | | | | | * fix: root_dir for lspconfig * fix: markdown oxide description * fix: remove unused util * docs: update server_configurations.md skip-checks: true --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(debputy): add more filetypes (#3116)Jochen Sprickerhof2024-04-231-1/+1
|
* feat: add debputy (#3115)Jochen Sprickerhof2024-04-231-0/+16
|
* feat(ltext): add mail and text as ltex filetypes (#3103)Stefano Volpe2024-04-191-0/+2
|
* fix(snyk_ls): update root_dir & supported filetypes (#3112)Peter Benjamin2024-04-191-2/+3
|
* feat: add earthlyls configuration (#3111)Gaëtan Lehmann2024-04-181-0/+16
|
* fix(gopls): GOMODCACHE is now found in gitbash #3064Hendrik Ziegler2024-04-151-1/+1
| | | | | | | | | Probem: Error due to the command being processed as a single string by git bash's bash.exe. Solution: Pass the command and arguments as a list rather than a string.
* fix: gitlab-ci-ls filetype (#3109)Aleš Brelih2024-04-152-6/+6
| | | | Now it loads on yaml.gitlab. Also added yamlls dependency to the same filetype.
* fix: avoid initialization of optional value journal_file #3107Christian Kögler2024-04-141-4/+1
| | | | | | | parameter journal_file is optional: https://github.com/polarmutex/beancount-language-server/blob/main/crates/lsp/src/config.rs#L8 Setting journal_file raises an error in following line: https://github.com/polarmutex/beancount-language-server/blob/main/crates/lsp/src/server.rs#L122
* fix: rename ruby_ls to ruby_lsp (#3105)Nithin Bekal2024-04-142-0/+4
|
* fix(perlnavigator): Add cmd and installation instructions for perl navigator ↵bscan2024-04-141-10/+4
| | | | | | | | | | | (#3106) * Add cmd and installation instructions for perl navigator The prior instructions only included building from source. This includes installation of the perlnavigator from npm and a default command. Should make the perlnavigator simpler to install and configure. * Update perlnavigator.lua Removing excess whitespace
* feat: add starpls support (#3102)Keith Smiley2024-04-111-0/+16
| | | This is a LSP for bazel https://github.com/withered-magic/starpls
* feat: add agda-language-server (#3100)Stefano Volpe2024-04-111-0/+17
| | | | | * feat: add agda-language-server * fix(agda_ls): *.agda-lib root pattern
* feat(omnisharp)!: use standard `settings` table for configuration (#3099)Josef Litoš2024-04-091-93/+90
|
* feat: add hlasm support (#3098)slavek-kucera2024-04-091-0/+20
|
* fix(doc): `server_configuration` for `css_variables` (#3097)AoMe · 青目2024-04-061-2/+0
|
* feat(gitlab_ci_ls): added (#3096)Aleš Brelih2024-04-051-0/+33
| | | Added support for Gitlab CI language server.
* feat(snyk-ls): enable snyk code by default (#3092)Yechiel2024-04-031-1/+3
| | | The language server is quite useless without this flag.
* feat: add tsp-server support (#3093)Hilmar Wiegand2024-04-031-0/+24
|
* docs(esbonio): fix broken link to esbonio documentation (#3091)Ryan Gambord2024-03-301-1/+1
|
* fix: revert to not requiring single_file_mode and root_dir check (#3088)Patricio Serrano2024-03-241-2/+1
|
* feat: adds ginko_ls support (#3086)Seth Gower2024-03-221-0/+21
|
* feat: add the new Ruff language server (#3084)Dhruv Manilawala2024-03-221-0/+41
|
* feat(eslint): add support for .cjs, .ts, .mts, .cts config files (#3083)Ray Guo2024-03-201-0/+8
|