aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig
Commit message (Collapse)AuthorAgeFilesLines
* docs: update generated annotationsHEADmastergithub-actions[bot]3 days1-9/+0
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]6 days1-0/+4
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]7 days3-98/+223
| | | | skip-checks: true
* Enable clangd lsp for c.doxygen / cpp.doxygen #4459michaelpeeters-st12 days1-1/+1
| | | | | | | | | | | | | | This fixes #4458. One option to get doxygen highlighting in C / C++ files is to append `.doxygen` to the file type (see `:help doxygen`). This commits add the `c.doxygen` / `cpp.doxygen` filetypes to the list of clangd lsp to be compatible with this approach. Note that vim help also recommend an alternative approach that doesn't change the filetype, which is to define the variable: let g:load_doxygen_syntax=1
* docs: update generated annotationsgithub-actions[bot]2026-06-181-81/+6
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-06-183-2/+11
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-06-124-12/+14
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-06-083-3/+9
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-06-023-7/+7
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-05-283-2/+8
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-05-272-1/+4
| | | | skip-checks: true
* fix(oxc): fix oxlint, oxfmt vite plus config search #4434VI0L3TF0X2026-05-211-5/+23
|
* docs: update generated annotationsgithub-actions[bot]2026-05-203-0/+28
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-05-181-1/+1
| | | | skip-checks: true
* feat: update oxfmt, oxlint to detect vite plus #4395VI0L3TF0X2026-05-181-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 annotationsgithub-actions[bot]2026-05-162-0/+26
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-05-141-0/+23
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-05-141-2/+0
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-05-123-30/+287
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-05-071-1/+1
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-05-074-6/+12
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-04-301-0/+5583
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-04-291-5/+8
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-04-271-41/+48
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-04-2610-6/+1388
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-04-231-0/+2
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-04-211-0/+4
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-04-151-0/+6
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-04-121-0/+17
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-04-103-12/+42
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-04-081-0/+2
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-04-085-0/+52
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-04-051-0/+6
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-04-031-0/+6
| | | | skip-checks: true
* docs: update generated annotationsgithub-actions[bot]2026-03-311-0/+10
| | | | skip-checks: true
* chore: update generated annotationsgithub-actions[bot]2026-03-271-26/+109
| | | | skip-checks: true
* chore: update generated annotationsgithub-actions[bot]2026-03-255-69/+35
| | | | skip-checks: true
* fix: prevent file leak in `root_markers_with_field()` #4355stargazer2026-03-201-1/+3
|
* chore: update generated annotationsgithub-actions[bot]2026-03-191-6/+0
| | | | skip-checks: true
* feat(tsgo): enable inlay hints #4348Igor Lacerda2026-03-161-1/+5
|
* chore: update generated annotationsgithub-actions[bot]2026-03-143-6/+6
| | | | skip-checks: true
* chore: update generated annotationsgithub-actions[bot]2026-03-1361-0/+20038
| | | | skip-checks: true
* fix: drop invalid filetypes from legacy configs #4327Barrett Ruth2026-02-2710-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 #4247Timo Furrer2026-01-271-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 #4219David2025-11-271-1/+1
|
* docs: add deprecation notice to lua/lspconfig/configs #4189Justin M. Keyes2025-11-15360-0/+2521
|
* fix!: remove ocamlls #4118Seiya2025-10-101-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 #4093Pete Coleman2025-09-231-1/+2
|
* refactor!: deprecate old framework/configs, Nvim 0.10 #4077Justin M. Keyes2025-09-171-1/+1
|
* fix(gitlab_ls): root dir ordering #4025Aleš Brelih2025-08-211-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.