aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* feat!: remove `--preview` flag from Ruff server (#3241)Dhruv Manilawala2024-07-191-9/+16
|
* feat(leanls): add support for lakefile.toml-only packages (#3238)Julian Berman2024-07-181-29/+4
| | | | | | | | | | | | This is partially a bugfix, as such packages would appear to function correctly because we fell back to `lean --server` -- but that is a lie, as it means `lake` doesn't control the LSP environment (and specifically it means that shared objects aren't correctly found for a package which prebuilds them with prebuildModules). While we're here, remove said ancient Lean 4 logic for versions no one has used for years, simplifying the startup (and saving a subprocess). It'd have been better to fail loudly here rather than falling back to confusing errors.
* feat: add janet lsp config (#3235)Noah Pederson2024-07-161-0/+21
|
* fix(tailwindcss): add includeLanguages (#3231)Jackie Li2024-07-121-0/+5
|
* feat(texlab): add change environments workspace command (#3227)Dimitris Dimitropoulos2024-07-031-0/+28
| | | | | * feat(texlab): add change environments workspace command * feat(texlab): correct tostring placement
* feat: do not process commands if it's func type (#3200)Jeong, Heon2024-07-011-4/+6
| | | To pass it as-is to the vim.lsp.start_client argument
* feat(texlab): add find environments workspace command (#3225)Dimitris Dimitropoulos2024-06-291-0/+29
|
* feat: add bazelrc-lsp config (#3224)Keith Smiley2024-06-281-0/+26
| | | | | This is the configuration for https://github.com/salesforce-misc/bazelrc-lsp, which supports `.bazelrc` configuration files.
* docs(shopify_theme_ls): remove unnecessary code snippet (#3223)Slava Maksimov2024-06-271-4/+0
|
* feat: add pug-lsp support (#3220)Vladimir Levin2024-06-231-0/+18
|
* feat: add protols support (#3219)Ashar2024-06-231-0/+22
| | | | | | | | | | | * feat: add protols support * refactor: collapse function Co-authored-by: glepnir <glephunter@gmail.com> --------- Co-authored-by: glepnir <glephunter@gmail.com>
* feat(texlab): add support for worksapce commands (#3218)Dimitris Dimitropoulos2024-06-221-0/+71
| | | | | | | | | | | | | * feat(texlab): add support for worksapce commands * fix: correct formatting * fix: correct validation in cancel_build * fix: correct validation in dependency_graph * fix: update error handling * fix: add missing return
* fix(hyprls): autostart with hyprlang filetype (#3215)Micah Halter2024-06-221-1/+1
|
* fix(fsautocomplete): lint fix (#3214)glepnir2024-06-211-1/+1
|
* fix(koka): fix koka language server config (#3213)Mango The Fourth2024-06-211-21/+6
|
* feat: added recommended default settings for fsautocomplete (#3208)gbtb2024-06-201-0/+21
|
* feat: add django-template-lsp support (#3203)Ruben Hesselink2024-06-141-0/+17
|
* feat(bitbake): add language-server-bitbake support (#3199)Anakin Childerhose2024-06-101-0/+27
| | | | Add default config for `language-server-bitbake`, the Yocto Project's official language server for bit bake.
* fix(slint-lsp): set root dir to git ancestor (#3194)Tmpod2024-06-061-0/+3
| | | | Without this, the LSP doesn't resolve imports properly, at least on recent versions.
* feat(biome): add `css` as filetype (#3196)Chris Grieser2024-06-061-0/+1
| | | | The latest biome release added support for css files: https://github.com/biomejs/biome/releases/tag/cli%2Fv1.8.0
* fix(sourcekit-lsp): use git as last resort for sourcekit-lsp. (#3192)Gonzalo2024-06-051-2/+2
| | | | | * fix(sourcekit-lsp): use git as last resort for sourcekit-lsp * fix: updated documentation for sourcekit-lsp as well
* feat: add fish-lsp support (#3188)Fabio Coatti2024-06-021-0/+26
|
* fix: avoid overriding global default capabilities (#3181)Francisco2024-06-014-21/+19
|
* fix(eslint): useFlatConfig revert to experimental (#3184)Saiful Islam2024-05-311-2/+4
|
* fix(eslint): useFlatConfig is not experimental anymore (#3183)Saiful Islam2024-05-301-4/+2
| | | | As [Support for the new ESLint flat config files has improved](https://github.com/microsoft/vscode-eslint?tab=readme-ov-file#version-305---pre-release)
* fix(tsserver): update root directory order (#3180)Danila Mihailov2024-05-281-2/+2
| | | Fix #3179
* feat(msbuild): add msbuild language tools server (#3176)JD2024-05-271-0/+30
| | | | | | | | | | | * feat(msbuild): add msbuild language tools server * fix: add cmd in * fix: int --------- Co-authored-by: JD Rudie <j.rudie@draftkings.com>
* fix(util): check neovim nightly 0.11 version (#3173)glepnir2024-05-231-3/+3
|
* feat(luau-lsp): add single file support (#3168)Lopy2024-05-221-0/+1
|
* 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