| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat!: remove `--preview` flag from Ruff server (#3241) | Dhruv Manilawala | 2024-07-19 | 1 | -9/+16 | |
| | | ||||||
| * | feat(leanls): add support for lakefile.toml-only packages (#3238) | Julian Berman | 2024-07-18 | 1 | -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 Pederson | 2024-07-16 | 1 | -0/+21 | |
| | | ||||||
| * | fix(tailwindcss): add includeLanguages (#3231) | Jackie Li | 2024-07-12 | 1 | -0/+5 | |
| | | ||||||
| * | feat(texlab): add change environments workspace command (#3227) | Dimitris Dimitropoulos | 2024-07-03 | 1 | -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, Heon | 2024-07-01 | 1 | -4/+6 | |
| | | | | To pass it as-is to the vim.lsp.start_client argument | |||||
| * | feat(texlab): add find environments workspace command (#3225) | Dimitris Dimitropoulos | 2024-06-29 | 1 | -0/+29 | |
| | | ||||||
| * | feat: add bazelrc-lsp config (#3224) | Keith Smiley | 2024-06-28 | 1 | -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 Maksimov | 2024-06-27 | 1 | -4/+0 | |
| | | ||||||
| * | feat: add pug-lsp support (#3220) | Vladimir Levin | 2024-06-23 | 1 | -0/+18 | |
| | | ||||||
| * | feat: add protols support (#3219) | Ashar | 2024-06-23 | 1 | -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 Dimitropoulos | 2024-06-22 | 1 | -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 Halter | 2024-06-22 | 1 | -1/+1 | |
| | | ||||||
| * | fix(fsautocomplete): lint fix (#3214) | glepnir | 2024-06-21 | 1 | -1/+1 | |
| | | ||||||
| * | fix(koka): fix koka language server config (#3213) | Mango The Fourth | 2024-06-21 | 1 | -21/+6 | |
| | | ||||||
| * | feat: added recommended default settings for fsautocomplete (#3208) | gbtb | 2024-06-20 | 1 | -0/+21 | |
| | | ||||||
| * | feat: add django-template-lsp support (#3203) | Ruben Hesselink | 2024-06-14 | 1 | -0/+17 | |
| | | ||||||
| * | feat(bitbake): add language-server-bitbake support (#3199) | Anakin Childerhose | 2024-06-10 | 1 | -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) | Tmpod | 2024-06-06 | 1 | -0/+3 | |
| | | | | | Without this, the LSP doesn't resolve imports properly, at least on recent versions. | |||||
| * | feat(biome): add `css` as filetype (#3196) | Chris Grieser | 2024-06-06 | 1 | -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) | Gonzalo | 2024-06-05 | 1 | -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 Coatti | 2024-06-02 | 1 | -0/+26 | |
| | | ||||||
| * | fix: avoid overriding global default capabilities (#3181) | Francisco | 2024-06-01 | 4 | -21/+19 | |
| | | ||||||
| * | fix(eslint): useFlatConfig revert to experimental (#3184) | Saiful Islam | 2024-05-31 | 1 | -2/+4 | |
| | | ||||||
| * | fix(eslint): useFlatConfig is not experimental anymore (#3183) | Saiful Islam | 2024-05-30 | 1 | -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 Mihailov | 2024-05-28 | 1 | -2/+2 | |
| | | | | Fix #3179 | |||||
| * | feat(msbuild): add msbuild language tools server (#3176) | JD | 2024-05-27 | 1 | -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) | glepnir | 2024-05-23 | 1 | -3/+3 | |
| | | ||||||
| * | feat(luau-lsp): add single file support (#3168) | Lopy | 2024-05-22 | 1 | -0/+1 | |
| | | ||||||
| * | fix: remove parenthesis from `find_git_ancestor` call (#3166)v0.1.8 | Douglas Massolari | 2024-05-21 | 2 | -2/+2 | |
| | | ||||||
| * | feat: add daily note commands for markdown-oxide (#3164) | Felix Zeller | 2024-05-20 | 1 | -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 Vashistha | 2024-05-20 | 1 | -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 Bigoi | 2024-05-18 | 1 | -0/+39 | |
| | | | | Signed-off-by: Bigo <1781140+crisidev@users.noreply.github.com> | |||||
| * | refactor: move all old get_clients to new compatible (#3159) | glepnir | 2024-05-17 | 7 | -14/+14 | |
| | | ||||||
| * | fix: use new version as check condition (#3157) | glepnir | 2024-05-17 | 1 | -3/+3 | |
| | | ||||||
| * | feat: adds next-ls server configuration (#3155) | Seth Messer | 2024-05-17 | 1 | -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 ↵ | glepnir | 2024-05-17 | 2 | -5/+15 | |
| | | | | | 0.10 (#3154) | |||||
| * | refactor: remove usages of deprecated vim.tbl_add_reverse_lookup (#3156) | Yi Ming | 2024-05-17 | 1 | -10/+10 | |
| | | ||||||
| * | feat: add bitbake-language-server (#3151) | Frede | 2024-05-16 | 1 | -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 Donnelly | 2024-05-16 | 1 | -1/+1 | |
| | | ||||||
| * | docs(ember): update config for ember-language-server due to upstreaming (#3150) | NullVoxPopuli | 2024-05-16 | 1 | -2/+2 | |
| | | ||||||
| * | feat: add pbls(Protobuf Language Server) (#3148) | Varsh | 2024-05-14 | 1 | -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 Maksimov | 2024-05-12 | 1 | -0/+36 | |
| | | | | | | * feat: add shopify theme language-server * chore: add server configuration note | |||||
| * | fix(jdtls): update root dir (#2693) | nzlov | 2024-05-08 | 1 | -2/+2 | |
| | | | | multi-module projects first. | |||||
| * | feat: add roc-language-server support (#3143) | Joscha Seelig | 2024-05-08 | 1 | -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 Holler | 2024-05-07 | 1 | -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 Sigloch | 2024-05-07 | 1 | -0/+23 | |
| | | ||||||
| * | feat: add hyprls support (#3137) | Ewen Le Bihan | 2024-05-06 | 1 | -0/+24 | |
| | | ||||||
| * | fix(elmls): add missing init_options, remove deprecated (#3138) | Hauke Ingwersen | 2024-05-06 | 1 | -1/+4 | |
| | | | | Co-authored-by: Hauke Ingwersen <me@hing.dev> | |||||
| * | feat(vale-ls): add LaTeX file type for vale-ls (#3136) | Gustavo Joaquin | 2024-05-05 | 1 | -1/+1 | |
| | | | | | feat: add LaTeX file type for vale-ls | |||||
