| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: update generated annotationsHEADmaster | github-actions[bot] | 105 min. | 1 | -1/+1 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 105 min. | 2 | -0/+56 |
| | | | | | skip-checks: true | ||||
| * | feat: shuck language server #4417 | George Harker | 105 min. | 1 | -0/+17 |
| | | | | | | | shuck is a lightning fast shell linter and language server written in Rust. It supports bash, zsh, posix, and mksh dialects. https://github.com/ewhauser/shuck | ||||
| * | docs: update configs.md | github-actions[bot] | 14 hours | 2 | -16/+20 |
| | | | | | skip-checks: true | ||||
| * | feat: update oxfmt, oxlint to detect vite plus #4395 | VI0L3TF0X | 14 hours | 3 | -5/+27 |
| | | | | | | | | | 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] | 2 days | 2 | -0/+26 |
| | | | | | skip-checks: true | ||||
| * | feat(zizmor): attach to action.yaml #4430 | Fionn | 2 days | 1 | -1/+1 |
| | | | | | | | | Problem: Only matching `action.yml` Solution: Match `action.yaml` also. | ||||
| * | docs: fix broken helptag #4429 | Justin M. Keyes | 4 days | 1 | -1/+1 |
| | | |||||
| * | docs: update configs.md | github-actions[bot] | 4 days | 2 | -0/+70 |
| | | | | | skip-checks: true | ||||
| * | docs(emmylua_ls): fix docstring #4428 | Justin M. Keyes | 4 days | 1 | -1/+1 |
| | | |||||
| * | docs: update generated annotations | github-actions[bot] | 4 days | 1 | -0/+23 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 4 days | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | feat(harper_ls): add tex filetype #4427 | Gabriel Dahia | 4 days | 1 | -0/+1 |
| | | |||||
| * | docs(emmylua_ls): fix config example #4426 | Matei Stroia | 4 days | 1 | -11/+13 |
| | | |||||
| * | docs: update generated annotations | github-actions[bot] | 5 days | 1 | -2/+0 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 5 days | 2 | -0/+50 |
| | | | | | skip-checks: true | ||||
| * | feat: hare-lsp #4425 | Hugo | 5 days | 1 | -0/+13 |
| | | |||||
| * | docs: update configs.md | github-actions[bot] | 6 days | 2 | -18/+38 |
| | | | | | skip-checks: true | ||||
| * | feat: improve emmylua_ls #4423 | Justin M. Keyes | 6 days | 2 | -14/+63 |
| | | | | | | | | | Problem: `emmylua_ls` is emerging as the preferred Lua LS for Neovim, but the config provided by nvim-lspconfig is almost useless. Solution: Update the config to provide hints similar to that of `lua_ls`. | ||||
| * | docs: update configs.md | github-actions[bot] | 6 days | 2 | -0/+128 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 6 days | 3 | -30/+287 |
| | | | | | skip-checks: true | ||||
| * | feat(dexter): dexter LSP for large Elixir codebases #4421 | Ursache Codrut-Stefan | 6 days | 1 | -0/+55 |
| | | |||||
| * | docs: update generated annotations | github-actions[bot] | 11 days | 1 | -1/+1 |
| | | | | | skip-checks: true | ||||
| * | Merge pull request #4419 from neovim/fixbugs | Justin M. Keyes | 11 days | 3 | -1/+5 |
| |\ | | | | | fix: logic bugs found by AI | ||||
| | * | fix: logic bugs found by AI | Justin M. Keyes | 11 days | 2 | -1/+2 |
| | | | | | | | | | | | 1. `plugin/lspconfig.lua`: LspRestart timer was never closed after firing, leaking a libuv handle on every invocation. 2. `lsp/muon.lua`: Formatting cmd (a list) with %s, producing table: 0x... instead of the command. | ||||
| | * | docs: AGENTS.md | Justin M. Keyes | 11 days | 1 | -0/+3 |
| |/ | |||||
| * | docs: update configs.md | github-actions[bot] | 11 days | 2 | -0/+60 |
| | | | | | skip-checks: true | ||||
| * | docs: update generated annotations | github-actions[bot] | 11 days | 4 | -6/+12 |
| | | | | | skip-checks: true | ||||
| * | feat: panache language server (#4418)v2.9.0 | Johan Larsson | 11 days | 1 | -0/+18 |
| | | | | | | | | | Panache is a language server (formatter, and linter) for Markdown, Quarto, and R Markdown. It's built in Rust and uses a lossless CST parser. It supports integrating external formatters and linters. It's packaged at crates.io, NPM, PyPi, and as a VSIX extension at VS Code Marketplace and Open VSX. Binaries are provided directly from the GitHub repo. | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-30 | 1 | -0/+5583 |
| | | | | | skip-checks: true | ||||
| * | feat(annotations): add gopls schema #4413 | leoperegrino | 2026-04-30 | 1 | -0/+1 |
| | | | | Add golang/vscode-go package.json to generate types for gopls | ||||
| * | docs: update configs.md | github-actions[bot] | 2026-04-30 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | fix(kotlin_lsp): update cmd to `intellij-server` #4412 | Sindre Moen | 2026-04-29 | 1 | -1/+1 |
| | | | | | per https://github.com/Kotlin/kotlin-lsp/commit/75ddb7586e0170ed93912b0be5d67e0a45769ee6 , the new name of the launcher is `intellij-server`, not `kotlin-lsp`. | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-29 | 1 | -5/+8 |
| | | | | | skip-checks: true | ||||
| * | fix(nixd): prefix schema key by "nixd." #4410 | leoperegrino | 2026-04-29 | 1 | -1/+8 |
| | | |||||
| * | docs: update configs.md | github-actions[bot] | 2026-04-29 | 2 | -4/+4 |
| | | | | | skip-checks: true | ||||
| * | fix(esbonio): update cmd for esbonio v2 #4409 | janheini | 2026-04-29 | 1 | -2/+2 |
| | | | | | | | Esbonio v2 can no longer be started with the top-level esbonio command. Switch to 'esbonio.server' which is compatible with v1 and v2. See: https://github.com/swyddfa/esbonio/pull/1098 | ||||
| * | fix(ast_grep, ruby_lsp): check name in reuse_client #4408 | Sam Wight | 2026-04-28 | 2 | -2/+2 |
| | | |||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-27 | 1 | -41/+48 |
| | | | | | skip-checks: true | ||||
| * | fix(zls): update zls config schema #4405 | Techatrix | 2026-04-27 | 1 | -1/+16 |
| | | |||||
| * | docs: update configs.md | github-actions[bot] | 2026-04-27 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | fix(spade_ls): default binary name #4404 | Ethan Uppal | 2026-04-27 | 1 | -1/+1 |
| | | |||||
| * | docs: update configs.md | github-actions[bot] | 2026-04-27 | 2 | -0/+60 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2026-04-27 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | feat: spade_ls #4403 | jam1garner | 2026-04-27 | 1 | -0/+18 |
| | | |||||
| * | docs: update expert repo #4402 | Mitchell Hanberg | 2026-04-27 | 1 | -1/+1 |
| | | | | The repo moved from elixir-lang to expert-lsp (https://github.com/expert-lsp/expert) | ||||
| * | docs: update generated annotations | github-actions[bot] | 2026-04-26 | 10 | -6/+1388 |
| | | | | | skip-checks: true | ||||
| * | feat: add more schemas #4401 | leoperegrino | 2026-04-26 | 1 | -1/+9 |
| | | | | Expand the current schema index with new ones and fix the nickel_ls one. | ||||
| * | ci: bump leafo/gh-actions-lua from 12 to 13 (#4400) | dependabot[bot] | 2026-04-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 12 to 13. - [Release notes](https://github.com/leafo/gh-actions-lua/releases) - [Commits](https://github.com/leafo/gh-actions-lua/compare/v12...v13) --- updated-dependencies: - dependency-name: leafo/gh-actions-lua dependency-version: '13' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | docs: update configs.md | github-actions[bot] | 2026-04-23 | 2 | -0/+74 |
| | | | | | skip-checks: true | ||||
