| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: clarify snippet support in jsonls.lua (#3270) | Anton Kastritskii | 2024-08-19 | 1 | -1/+1 |
| | | |||||
| * | Revert "feat: ruby_lsp works inside eruby files (#3266)" (#3269) | Adam Daniels | 2024-08-16 | 1 | -1/+1 |
| | | | | This reverts commit 4cd29ab1b326f5b04f4b982fae05934ac64c779b. | ||||
| * | feat(htmx): add more filetypes (#3268) | Nicholas Ciechanowski | 2024-08-15 | 1 | -1/+48 |
| | | |||||
| * | fix(taplo): simplify root detection now that single file mode is supported ↵ | Micah Halter | 2024-08-14 | 1 | -3/+1 |
| | | | | | (#3267) | ||||
| * | feat: ruby_lsp works inside eruby files (#3266) | Adam Daniels | 2024-08-13 | 1 | -1/+1 |
| | | | | Since 0.17.5, Ruby LSP has supported running inside ERB files. | ||||
| * | fix(mesonlsp): update root directory pattern (#3265) | George Thomadakis | 2024-08-10 | 2 | -4/+4 |
| | | | | | | | | Add pattern for meson.build files in the 'root_pattern' functions of the 'default_config' and 'doc' tables for the 'mesonlsp' and 'swift_mesonls' servers. Signed-off-by: George Thomadakis <gthomadakis@protonmail.com> | ||||
| * | feat: add tvm_ffi_navigator server (#3261) | Anirudh | 2024-08-07 | 1 | -0/+19 |
| | | | | | | Add the [TVM FFI navigator](https://github.com/tqchen/ffi-navigator) server configuration, which is used within the TVM project to jump to C++ definitions from python and vice versa | ||||
| * | docs(fortls): update linke of fortls (#3258) | Leon | 2024-08-06 | 1 | -2/+2 |
| | | |||||
| * | feat: implement ZkList command for zk (#3257) | Hugo | 2024-08-05 | 1 | -0/+31 |
| | | | | | Surfaces the `zk.list` LSP command in the same way as `zk.new` and `zk.index`. | ||||
| * | fix(texlab): use notify instead of print (#3256) | Thibault de Villèle | 2024-08-02 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | * feat(texlab): change all print() to vim.notify() Some texlab-specific functions were using `print`, some were using `vim.notify`. Changed all uses of `print` to `vim.notify` with levels: - `vim.log.levels.INFO` for `build` and `forwardSeach` LSP methods, - `vim.log.levels.ERROR` when the `texlab` client cannot be found. * fix(lint): integrate linter changes of #3256 --------- Co-authored-by: Thibault de Villèle <> | ||||
| * | feat: add superhtml support (#3245) | Elijah Sauder | 2024-08-02 | 1 | -0/+32 |
| | | | | Co-authored-by: glepnir <glephunter@gmail.com> | ||||
| * | fix(tailwindcss): removed deprecated code form tailwindcss (#3254) | Ahmad bin Marakkar | 2024-08-01 | 1 | -7/+0 |
| | | |||||
| * | feat: add ballerina support (#3252) | Adam Henley | 2024-07-29 | 1 | -0/+17 |
| | | | | Signed-off-by: Adam Henley <adamazing@gmail.com> | ||||
| * | docs(neocmake): document to show neocmake support snippet (#3251) | Access | 2024-07-26 | 1 | -0/+12 |
| | | | | | my contributer has added snippet for my project, so I want to add document about his greate work | ||||
| * | docs: remove unnecessary backticks (#3249) | Dhruv Manilawala | 2024-07-26 | 1 | -1/+0 |
| | | |||||
| * | feat(harper-ls): added new languages (#3248) | Elijah Potter | 2024-07-25 | 1 | -0/+3 |
| | | |||||
| * | fix(rust-analyzer) automatically populate `init_options` from ↵ | Emerson Ford | 2024-07-24 | 1 | -0/+9 |
| | | | | | | | | `settings["rust-analyzer"]` (#3247) * automatically populate `init_options` for rust-analyzer in accordance with the rust-analyzer docs | ||||
| * | docs: fix typos in arduino_language_server (#3246) | AriaN | 2024-07-24 | 1 | -4/+4 |
| | | |||||
| * | docs: close code block for Ruff settings example (#3244) | Dhruv Manilawala | 2024-07-22 | 1 | -0/+1 |
| | | |||||
| * | docs: `lspconfig.Config` class not modifying inherited `root_dir` (#3243) | Chris Grieser | 2024-07-22 | 1 | -0/+1 |
| | | |||||
| * | feat: add server configuration for `glasgow` (#3242) | Christofer Nolander | 2024-07-21 | 1 | -0/+38 |
| | | | | | | | | * feat: add server configuration for `glasgow` * fix(glasgow): run stylua * fix(glasgow): spelling `Funtion` -> `Function` | ||||
| * | feat: added htmlangular ft to emmet_language_server, tailwindcss, emmet_ls ↵ | أحمد بن مركار | 2024-07-19 | 4 | -3/+5 |
| | | | | | | | | | | | | and angularls (#3240) * feat: added htmlangular ft to emmet_language_server, tailwindcss, emmet_ls and angularls * chore: removed commented lines --------- Co-authored-by: Ahmad Shabeer K <shabeer@sellowpay.com> | ||||
| * | 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 |
| | | |||||
