| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: replace vim.loop with vim.uv #3703v2.0.0 | Chris Bandy | 2025-04-10 | 2 | -2/+2 |
| | | | | | | | The former is deprecated in neovim 0.10. Remove the check added in 9b89ba5f158f73779cd58d0bb2783dfb40b28b0e. See: https://github.com/neovim/neovim/blob/v0.10.0/runtime/doc/deprecated.txt#L55 | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-04-09 | 2 | -4/+4 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-04-08 | 2 | -2/+18 |
| | | | | | skip-checks: true | ||||
| * | fix(openedge_ls): update configuration #3623 | Gilles Querret | 2025-04-07 | 2 | -12/+36 |
| | | | | | | * Changed Jar file name * New 'debug' attribute * Send 'init_options' object to language server | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-04-06 | 2 | -0/+66 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-04-06 | 2 | -0/+58 |
| | | | | | skip-checks: true | ||||
| * | docs: cleanup #3696 | Justin M. Keyes | 2025-04-05 | 1 | -270/+40 |
| | | | | | | | Begin referencing `vim.lsp.config()` in some places. Most of the docs can be fully removed after completing the migration to `vim.lsp.config()`. | ||||
| * | refactor: deprecate add_hook_before/after #3695 | Justin M. Keyes | 2025-04-05 | 1 | -22/+0 |
| | | | | | These are special-purpose functions that should never have been "public". | ||||
| * | docs: update configs.mdv1.8.0 | github-actions[bot] | 2025-04-05 | 2 | -0/+50 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-04-05 | 2 | -2/+8 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-04-05 | 2 | -4/+4 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-04-04 | 2 | -4/+4 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-04-02 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-04-02 | 2 | -2/+6 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-04-02 | 2 | -2863/+2506 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-04-02 | 2 | -1436/+1789 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-04-02 | 2 | -2/+12 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-29 | 2 | -6/+6 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-29 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-27 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-27 | 2 | -0/+50 |
| | | | | | skip-checks: true | ||||
| * | feat: alias :LspInfo to `:checkhealth vim.lsp` #3663 | Justin M. Keyes | 2025-03-26 | 1 | -11/+4 |
| | | | | | | | | | | Problem: `:checkhealth lspconfig` has no benefits vs `:checkhealth vim.lsp`. Solution: - on Nvim 0.11+, `:LspInfo` is an alias to `:checkhealth vim.lsp` instead of `:checkhealth lspconfig`. - `lua/lspconfig/health.lua` will be removed in a few months. | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-26 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-26 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-21 | 2 | -10/+8 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-21 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-18 | 2 | -0/+44 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-16 | 2 | -52/+8 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-11 | 2 | -8/+8 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-07 | 2 | -0/+60 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-04 | 2 | -4/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-03 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-03-01 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-02-28 | 2 | -18/+44 |
| | | | | | skip-checks: true | ||||
| * | fix(docgen): root_dir doc shows paths from CI env #3630 | Justin M. Keyes | 2025-02-27 | 2 | -16/+4 |
| | | | | | | | | | | | | | | Problem: When `root_dir` is not defined as a function, the generated docs show the paths resolved in the CI env: root_dir : lua "/home/runner/work/nvim-lspconfig/nvim-lspconfig" Solution: Always show the "gF" message for `root_dir`, even if it is not a function. Fix #3628 | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-02-26 | 2 | -0/+22 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-02-25 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-02-23 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.mdv1.7.0 | github-actions[bot] | 2025-02-22 | 2 | -0/+60 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-02-20 | 2 | -0/+74 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-02-14 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-02-10 | 2 | -4/+14 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-02-09 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-02-08 | 2 | -0/+16 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-02-07 | 2 | -0/+28 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-02-06 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-02-06 | 2 | -0/+50 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-02-03 | 2 | -0/+80 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-01-31 | 2 | -8/+8 |
| | | | | | skip-checks: true | ||||
| * | docs: update configs.md | github-actions[bot] | 2025-01-30 | 2 | -2/+2 |
| | | | | | skip-checks: true | ||||
