aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* docs: update configs.mdHEADmastergithub-actions[bot]3 days2-4/+4
| | | | skip-checks: true
* fix(tailwindcss_ls): add experimental.configFile to support Tailwind v4 #4222KhaNguyen3 days1-0/+37
|
* docs: update generated annotationsgithub-actions[bot]3 days1-0/+10
| | | | skip-checks: true
* ci: disable gen-annotations in forks #4366Justin M. Keyes3 days1-1/+3
| | | | | | | | | | Problem: gen-annotations runs on PRs. Solution: - Check the org + repo name. - Trigger on "master" branch only. related: d7c25c54406af9483edeab7e783d01f80e4f05e5 #4357
* docs: update configs.mdgithub-actions[bot]3 days2-14/+14
| | | | skip-checks: true
* docs: document `vim.pack` as preferred installation method #4364skewb1k3 days1-6/+6
| | | | | | | * docs: document `vim.pack` as preferred installation method Nvim 0.12 is not nightly anymore. * docs: replace deprecated `set_log_level` with `vim.lsp.log.set_level`
* fix(biome): set lower priority for config files as root #4363Igor Lacerda6 days1-5/+4
|
* fix(ci): avoid yucky "chore" typeJustin M. Keyes7 days1-1/+1
|
* docs: update configs.mdgithub-actions[bot]7 days2-12/+463
| | | | skip-checks: true
* fix(ci): "attempt to index field version" #4361Justin M. Keyes7 days1-2/+3
| | | | | | | | | Problem: ci failure after previous change: scripts/docgen.lua:249: attempt to index field 'version' (a function value) Solution: fix AI slop nooooo 😭 forgive me 🦞
* docs: update configs.mdgithub-actions[bot]7 days2-463/+12
| | | | skip-checks: true
* fix(ci): noisy version changes in generated docs #4360Justin M. Keyes7 days1-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | Problem: The docgen script makes unwanted noise changes like this: diff --git a/doc/configs.md b/doc/configs.md index 25e2bc71d1..d8822ef0f4 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -2481,11 +2481,11 @@ Default config: { editorInfo = { name = "Neovim", - version = "0.12.0-dev+gc9e961994b" + version = "0.12.0-dev+g925e9e8722" }, editorPluginInfo = { name = "Neovim", - version = "0.12.0-dev+gc9e961994b" + version = "0.12.0-dev+g925e9e8722" } } ``` Solution: During doc generation, patch vim.version to be less noisy.
* docs: update configs.mdgithub-actions[bot]7 days2-20/+24
| | | | skip-checks: true
* fix(ci): retry generator jobs #4359Justin M. Keyes7 days2-2/+16
| | | | | | | | | | | | | | | | Problem: docgen fails if gen-annotations pushes before it: [master c2804a4] docs: update configs.md skip-checks: true 2 files changed, 24 insertions(+), 20 deletions(-) To https://github.com/neovim/nvim-lspconfig ! [rejected] master -> master (fetch first) error: failed to push some refs to 'https://github.com/neovim/nvim-lspconfig' hint: Updates were rejected because the remote contains work that you do not hint: have locally. This is usually caused by another repository pushing to Solution: If push fails, rebase and retry. The two workflows touch disjoint files so the rebase should alway resolve.
* chore: update generated annotationsgithub-actions[bot]7 days1-26/+109
| | | | skip-checks: true
* fix(roslyn_ls): handle roslyn.client.fixAllCodeAction command #4358Minh Khoi Do7 days1-17/+59
|
* docs: update configs.mdgithub-actions[bot]8 days2-57/+39
| | | | skip-checks: true
* feat(stylelint)!: migrate to stylelint-language-server #4351HyBer8 days3-28/+66
| | | | stylelint now has an official LS: [@stylelint/language-server](https://github.com/stylelint/vscode-stylelint/tree/main/packages/language-server)
* docs: update configs.mdgithub-actions[bot]9 days2-0/+58
| | | | skip-checks: true
* feat: add `vimdoc_ls` config #4347Barrett Ruth9 days1-0/+18
| | | | | | | Problem: no LSP config exists for vimdoc (vim help) files. Solution: add config for `vimdoc-language-server`, a language server providing formatting, diagnostics, document symbols, and go-to-definition for vimdoc files.
* docs: update configs.mdgithub-actions[bot]9 days2-14/+14
| | | | skip-checks: true
* ci: disable docgen in forks #4357Justin M. Keyes9 days1-0/+1
| | | | | | | | Problem: docgen runs on PRs: https://github.com/neovim/nvim-lspconfig/pull/4351#issuecomment-4114995138 Solution: Check the org + repo name.
* chore: update generated annotationsgithub-actions[bot]9 days5-69/+35
| | | | skip-checks: true
* fix(biome): root markers #4356Arne Christian Beer9 days1-0/+2
| | | | | | | | The current biome project root logic uses JS package manager lockfiles to get the project root in mono repos. If one is not using any JS (wasm) and raw CSS, that doesn't work out. In those cases, only a biome.json exists as a marker on where the frontend's project root inside the mono repo may be located.
* docs: update configs.mdgithub-actions[bot]2026-03-202-14/+14
| | | | skip-checks: true
* fix: prevent file leak in `root_markers_with_field()` #4355stargazer2026-03-201-1/+3
|
* docs: update configs.mdgithub-actions[bot]2026-03-192-22/+16
| | | | skip-checks: true
* fix(rosyln_ls): use default offset encoding (utf-16) instead of utf-8 (#4354)陆离2026-03-191-1/+0
| | | | | | | | | Setting `offset_encoding` to `utf-8` is causing problem. See discussion at https://github.com/neovim/neovim/discussions/38375. According to LSP specification 3.17, when `positionEncoding` is not specified in server capability, it's value should be assumed to be `utf-16`, see https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#serverCapabilities. roslyn_ls does not response `positionEncoding` in initialize result (version `5.4.0-2.26162.5+e11fbc2bc8292680a92d731e5d9a6c7ee229262d`). One can verify this by setting LSP log level to debug, and read LSP log. So, setting `offset_encoding` in default config is a mistake.
* chore: update generated annotationsgithub-actions[bot]2026-03-191-6/+0
| | | | skip-checks: true
* fix(metals): build.gradle.kts root marker #4353wvlab2026-03-191-1/+1
|
* docs: update configs.mdgithub-actions[bot]2026-03-172-4/+4
| | | | skip-checks: true
* fix(nextflow_ls): update cmd #4349Toni Hermoso Pulido2026-03-171-2/+2
|
* docs: update configs.mdgithub-actions[bot]2026-03-172-16/+20
| | | | skip-checks: true
* fix(roslyn_ls): add handler for roslyn.client.nestedCodeAction command #4350Minh Khoi Do2026-03-171-0/+69
| | | | | | | | | | | | | | | | | | | | Problem: Roslyn code actions can return nested actions using the `roslyn.client.nestedCodeAction` command. Neovim currently shows a warning when using call to action with nested actions, because no handler exists for this command: ``` Language server roslyn_ls does not support command roslyn.client.nestedCodeAction This command may require a client extension. ``` Solution: Implement a command handler that: - resolves code actions using `codeAction/resolve` - supports Roslyn's `NestedCodeActions` property - recursively handles nested actions - presents multiple nested actions via `vim.ui.select` - applies the final workspace edit or command
* docs: update configs.mdgithub-actions[bot]2026-03-172-0/+54
| | | | skip-checks: true
* feat(tsgo): enable inlay hints #4348Igor Lacerda2026-03-162-1/+20
|
* docs: update configs.mdgithub-actions[bot]2026-03-162-14/+20
| | | | skip-checks: true
* fix(roslyn_ls): navigation in macos decompiled files #4342Luke Elrod2026-03-161-0/+6
|
* docs: update configs.mdgithub-actions[bot]2026-03-152-14/+72
| | | | skip-checks: true
* feat: stan_ls #4346Andrew Mascioli2026-03-151-0/+13
|
* docs: update configs.mdgithub-actions[bot]2026-03-142-14/+68
| | | | skip-checks: true
* Merge #4344 from igorlfs/svelte-inlay-hintsJustin M. Keyes2026-03-144-6/+21
|\ | | | | feat(svelte): enable inlay hints
| * chore: update generated annotationsgithub-actions[bot]2026-03-143-6/+6
| | | | | | | | skip-checks: true
| * feat(svelte): enable inlay hintsIgor2026-03-131-0/+15
|/
* docs: json schema for "settings" #4343Justin M. Keyes2026-03-131-0/+15
|
* docs: readmeJustin M. Keyes2026-03-131-36/+36
|
* docs: update configs.mdgithub-actions[bot]2026-03-132-14/+14
| | | | skip-checks: true
* Merge #4306 generate annotations for Lua typesJustin M. Keyes2026-03-1394-2/+20805
|\
| * docs: apply auto-generated annotations to LSP configsYi Ming2026-03-1326-1/+26
| |
| * chore: update generated annotationsgithub-actions[bot]2026-03-1361-0/+20038
| | | | | | | | skip-checks: true