| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: update configs.mdv2.1.0 | github-actions[bot] | 2025-04-26 | 2 | -0/+12 |
| * | feat(ts_ls): add _typescript.rename handler #3779 | Thomas Dy | 2025-04-26 | 1 | -0/+15 |
| * | fix(roslyn_ls): use absolute paths when open `.sln` and `.csproj` files (#3777) | Alexej Kowalew | 2025-04-26 | 1 | -4/+4 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-25 | 1 | -344/+344 |
| * | fix(docgen.lua): obsolete enable snippet | Justin M. Keyes | 2025-04-25 | 1 | -1/+1 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-25 | 2 | -0/+208 |
| * | feat(roslyn_ls): add initial config as `vim.lsp.config` #3753 | Alexej Kowalew | 2025-04-25 | 1 | -0/+186 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-25 | 2 | -0/+72 |
| * | feat: gnls #3773 | Nick Yamane | 2025-04-25 | 1 | -0/+19 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-23 | 2 | -10/+10 |
| * | refactor: deprecate util.validate_bufnr() | Justin M. Keyes | 2025-04-23 | 5 | -22/+21 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-23 | 2 | -6/+6 |
| * | Merge #3767 deprecations | Justin M. Keyes | 2025-04-23 | 5 | -116/+121 |
| |\ | |||||
| | * | refactor: deprecate util.path.search_ancestors() | Justin M. Keyes | 2025-04-23 | 5 | -30/+30 |
| | * | refactor: deprecate util functions | Justin M. Keyes | 2025-04-23 | 2 | -86/+91 |
| |/ | |||||
| * | docs: update configs.md | github-actions[bot] | 2025-04-23 | 2 | -2/+14 |
| * | docs(rpmspec): updated `cmd` and `description` #3756 | Kris | 2025-04-23 | 2 | -2/+14 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-23 | 2 | -0/+2 |
| * | fix(unocss): workspace_required=true #3764 | ergou | 2025-04-23 | 1 | -0/+1 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-23 | 2 | -10/+4 |
| * | fix(tailwindcss): improve root dir detection for tailwind v4 #3765 | Maksim Terpilovskii | 2025-04-23 | 1 | -10/+16 |
| * | ci(lint): deprecate util.path.is_descendant() on Nvim 0.11+ #3766 | Justin M. Keyes | 2025-04-23 | 6 | -9/+19 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-22 | 2 | -2/+2 |
| * | fix(docgen.lua): omnisharp "--hostPID" arg always changes #3763 | Justin M. Keyes | 2025-04-22 | 1 | -58/+85 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-22 | 2 | -4/+2 |
| * | fix(mdx_analyzer): remove invalid field and update brief (#3760) | glepnir | 2025-04-22 | 1 | -3/+2 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-22 | 2 | -22/+34 |
| * | ci(lint): check `@brief` docstring placement #3762 | Justin M. Keyes | 2025-04-22 | 17 | -66/+89 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-22 | 2 | -2/+2 |
| * | docs(sqls): fix install instructions #3758 | George | 2025-04-22 | 4 | -4/+4 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-22 | 2 | -2/+80 |
| * | feat(mdx_analyzer): add vim.lsp.config support (#3757) | Muntasir Mahmud | 2025-04-22 | 1 | -0/+25 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-21 | 2 | -8/+8 |
| * | ci(lint): use client:exec_cmd() #3755 | Justin M. Keyes | 2025-04-21 | 9 | -85/+87 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-21 | 2 | -8/+8 |
| * | Merge #3754 lint: enforce "Lsp" prefix | Justin M. Keyes | 2025-04-21 | 16 | -77/+88 |
| |\ | |||||
| | * | fix: use "Lsp" prefix for config-defined commands | Justin M. Keyes | 2025-04-21 | 13 | -51/+38 |
| | * | ci(lint): enforce "Lsp" command name prefix | Justin M. Keyes | 2025-04-21 | 3 | -26/+50 |
| |/ | |||||
| * | docs: update configs.md | github-actions[bot] | 2025-04-21 | 2 | -2/+190 |
| * | feat(eslint): add vim.lsp.config support #3731 | Carnavale | 2025-04-21 | 1 | -0/+182 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-21 | 2 | -22/+32 |
| * | docs(atlas): atlas-rule filetype #3749 | Tran Minh Luan | 2025-04-21 | 1 | -10/+15 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-21 | 2 | -2/+56 |
| * | feat: PL/I ls #3684 | Vit Gottwald | 2025-04-21 | 1 | -0/+10 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-21 | 2 | -2/+112 |
| * | feat(tailwind): add `vim.lsp.config` support | Sasha | 2025-04-21 | 1 | -0/+116 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-21 | 2 | -2/+2 |
| * | docs: misc | Justin M. Keyes | 2025-04-21 | 1 | -12/+6 |
| * | docs: update configs.md | github-actions[bot] | 2025-04-21 | 2 | -2/+2 |
| * | docs: discussions | Justin M. Keyes | 2025-04-21 | 1 | -0/+1 |
