| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: update generated annotationsHEADmaster | github-actions[bot] | 10 hours | 1 | -1/+1 |
| | | | | | skip-checks: true | ||||
| * | feat: update oxfmt, oxlint to detect vite plus #4395 | VI0L3TF0X | 23 hours | 1 | -2/+5 |
| | | | | | | | | | Problem: oxfmt and oxlint have the ability to use vite plus config, as mentioned here: https://github.com/voidzero-dev/vite-plus/issues/629 Solution: update the configs to reflect that. | ||||
| * | docs: update generated annotations | github-actions[bot] | 3 days | 2 | -0/+26 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 5 days | 1 | -0/+23 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 5 days | 1 | -2/+0 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 7 days | 3 | -30/+287 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 12 days | 1 | -1/+1 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 12 days | 4 | -6/+12 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-30 | 1 | -0/+5583 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-29 | 1 | -5/+8 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-27 | 1 | -41/+48 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-26 | 10 | -6/+1388 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-23 | 1 | -0/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-21 | 1 | -0/+4 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-15 | 1 | -0/+6 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-12 | 1 | -0/+17 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-10 | 3 | -12/+42 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-08 | 1 | -0/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-08 | 5 | -0/+52 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-05 | 1 | -0/+6 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-03 | 1 | -0/+6 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-03-31 | 1 | -0/+10 |
| | | | | | skip-checks: true | ||||
| * | chore: update generated annotations | github-actions[bot] | 2026-03-27 | 1 | -26/+109 |
| | | | | | skip-checks: true | ||||
| * | chore: update generated annotations | github-actions[bot] | 2026-03-25 | 5 | -69/+35 |
| | | | | | skip-checks: true | ||||
| * | fix: prevent file leak in `root_markers_with_field()` #4355 | stargazer | 2026-03-20 | 1 | -1/+3 |
| | | |||||
| * | chore: update generated annotations | github-actions[bot] | 2026-03-19 | 1 | -6/+0 |
| | | | | | skip-checks: true | ||||
| * | feat(tsgo): enable inlay hints #4348 | Igor Lacerda | 2026-03-16 | 1 | -1/+5 |
| | | |||||
| * | chore: update generated annotations | github-actions[bot] | 2026-03-14 | 3 | -6/+6 |
| | | | | | skip-checks: true | ||||
| * | chore: update generated annotations | github-actions[bot] | 2026-03-13 | 61 | -0/+20038 |
| | | | | | skip-checks: true | ||||
| * | fix: drop invalid filetypes from legacy configs #4327 | Barrett Ruth | 2026-02-27 | 10 | -15/+2 |
| | | | | | | | | | | | Problem: 78596b61 removed javascript.jsx and typescript.tsx from the lsp/ configs, but the same invalid filetypes remain in the legacy lua/lspconfig/configs/ files. These still surface in checkhealth warnings since the legacy configs get merged at runtime. Solution: remove javascript.jsx and typescript.tsx from all legacy config filetypes lists. The correct filetypes (javascriptreact, typescriptreact) are already present in each list. | ||||
| * | fix(golangci_lint_ls): disable all output formats except JSON #4247 | Timo Furrer | 2026-01-27 | 1 | -1/+16 |
| | | | | | | | | | | | This change set enables all possible output formats that exist for golangci-lint. This is necessary because if a user configures output formats in their `.golangci.yml` configuration (for example for CI) then this is always in addition to the ones enabled on the command line. Therefore, we manually disable all possible output formats. Currently, there doesn't exist a `golangci-lint` option to exclusively enable an output format or disable all from the config. | ||||
| * | fix(util): root_markers_with_field should not match directories #4219 | David | 2025-11-27 | 1 | -1/+1 |
| | | |||||
| * | docs: add deprecation notice to lua/lspconfig/configs #4189 | Justin M. Keyes | 2025-11-15 | 360 | -0/+2521 |
| | | |||||
| * | fix!: remove ocamlls #4118 | Seiya | 2025-10-10 | 1 | -19/+0 |
| | | | | | | | | | | ocamlls was added at #76. It was because ocaml-lsp-server, which is official one, was too young. In 2025, the official one works fine. On the other hand, unofficial ocaml-language-server is not maintaned. We can no longer access its GitHub repository. Issue: #4115 | ||||
| * | fix(utils): normalize root_pattern result #4093 | Pete Coleman | 2025-09-23 | 1 | -1/+2 |
| | | |||||
| * | refactor!: deprecate old framework/configs, Nvim 0.10 #4077 | Justin M. Keyes | 2025-09-17 | 1 | -1/+1 |
| | | |||||
| * | fix(gitlab_ls): root dir ordering #4025 | Aleš Brelih | 2025-08-21 | 1 | -1/+1 |
| | | | | | | | | | | Problem: If project had a nested child gitlab file named: .gitlab-ci.yml it would take it as root. Solution: If inside GIT repository just use git repository root as root and still keep the option for .gitlab* as fallback if there is no git repo yet. | ||||
| * | refactor(yamlls): non-hacky way to enable formatting #4012 | Tomáš Janoušek | 2025-08-19 | 1 | -0/+2 |
| | | | | | | | | | | | | Faking capabilities isn't necessary to enable formatting support. It's a dynamically registered capability that yamlls announces whenever yaml formatting is enabled in settings, which it isn't by default. See https://github.com/redhat-developer/yaml-language-server/blob/3821411ee8c92e5b7e5ca88f84ab443ae3b2791a/src/yamlServerInit.ts#L128 https://github.com/redhat-developer/yaml-language-server/blob/3821411ee8c92e5b7e5ca88f84ab443ae3b2791a/src/languageserver/handlers/settingsHandlers.ts#L159-L174 Fixes: 63a016437e44 ("feat(yamlls): document formatting support #4003") | ||||
| * | fix(clangd): old config style still including proto filetype #3998 | Andrew Marshall | 2025-08-14 | 1 | -1/+1 |
| | | | | Missing change from cc6b21ea16cc12df290152f02513a8bd0ed9d932. | ||||
| * | refactor(lsp): vim.lsp.get_log_path() -> vim.lsp.log.get_filename() #3997 | Sebastian Lyng Johansen | 2025-08-14 | 1 | -1/+1 |
| | | |||||
| * | fix(golangci_lint_ls): support v2 wrapper script #3984 | Alex Efros | 2025-08-05 | 1 | -2/+4 |
| | | |||||
| * | feat(harper): clojure filetype #3952 | Jeriel Baptista Verissimo | 2025-07-16 | 1 | -0/+1 |
| | | |||||
| * | docs: correct install command for pug lsp #3926 | G'lek Tarssza | 2025-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | Problem: Installing the pug lsp using the suggested method (`go get github.com/opa-oz/pug-lsp`) does not work in the latest versions of `go` and instead produces a message the "'go get' is no longer supported outside a module". Solution: Change the install command for the pug lsp to the correct command which is `go install github.com/opa-oz/pug-lsp@latest`. | ||||
| * | fix: some `on_attach` callbacks may act on the wrong buffer #3916 | Dmytro Meleshko | 2025-06-20 | 1 | -2/+2 |
| | | | | | | | | | | Problem: If a server is attached to a non-current buffer by `vim.lsp.buf_attach_client`, then the Language Server-related commands may be created in the current (wrong) buffer. Solution: Always use the `bufnr` arg provided to `on_attach`. | ||||
| * | docs(millet): update install target to millet-ls #3903 | jxu | 2025-06-11 | 1 | -2/+2 |
| | | |||||
| * | fix(helm_ls,yamlls): support custom filetype for helm-ls #3893 | qvalentin | 2025-06-07 | 2 | -2/+2 |
| | | |||||
| * | feat(bicep): add `bicep-params` filetype #3886 | Damien Pontifex | 2025-06-04 | 1 | -1/+1 |
| | | | | | | - Support for .bicepparam files Resolves #3885 | ||||
| * | fix(fish_lsp): various improvements #3869 | Sola | 2025-05-26 | 1 | -2/+4 |
| | | | | | Apply suggestions brought up by the `fish_lsp` author: https://github.com/mason-org/mason-registry/pull/8609#issuecomment-2904347943 | ||||
| * | feat(golangci_lint_ls): add support for v1 #3865 | Alex Efros | 2025-05-22 | 1 | -0/+18 |
| | | |||||
| * | refactor: generalize insert_package_json() #3833 | Justin M. Keyes | 2025-05-10 | 1 | -28/+16 |
| | | |||||
