aboutsummaryrefslogtreecommitdiffstats
path: root/lsp
Commit message (Expand)AuthorAgeFilesLines
* feat(ts_ls): add _typescript.rename handler #3779Thomas Dy2025-04-261-0/+15
* fix(roslyn_ls): use absolute paths when open `.sln` and `.csproj` files (#3777)Alexej Kowalew2025-04-261-4/+4
* feat(roslyn_ls): add initial config as `vim.lsp.config` #3753Alexej Kowalew2025-04-251-0/+186
* feat: gnls #3773Nick Yamane2025-04-251-0/+19
* refactor: deprecate util.validate_bufnr()Justin M. Keyes2025-04-233-8/+0
* refactor: deprecate util.path.search_ancestors()Justin M. Keyes2025-04-233-9/+3
* docs(rpmspec): updated `cmd` and `description` #3756Kris2025-04-231-1/+7
* fix(unocss): workspace_required=true #3764ergou2025-04-231-0/+1
* fix(tailwindcss): improve root dir detection for tailwind v4 #3765Maksim Terpilovskii2025-04-231-10/+16
* ci(lint): deprecate util.path.is_descendant() on Nvim 0.11+ #3766Justin M. Keyes2025-04-235-9/+9
* fix(mdx_analyzer): remove invalid field and update brief (#3760)glepnir2025-04-221-3/+2
* ci(lint): check `@brief` docstring placement #3762Justin M. Keyes2025-04-2216-66/+79
* docs(sqls): fix install instructions #3758George2025-04-221-1/+1
* feat(mdx_analyzer): add vim.lsp.config support (#3757)Muntasir Mahmud2025-04-221-0/+25
* ci(lint): use client:exec_cmd() #3755Justin M. Keyes2025-04-215-67/+39
* fix: use "Lsp" prefix for config-defined commandsJustin M. Keyes2025-04-2112-47/+34
* ci(lint): enforce "Lsp" command name prefixJustin M. Keyes2025-04-212-11/+6
* feat(eslint): add vim.lsp.config support #3731Carnavale2025-04-211-0/+182
* docs(atlas): atlas-rule filetype #3749Tran Minh Luan2025-04-211-10/+15
* feat: PL/I ls #3684Vit Gottwald2025-04-211-0/+10
* feat(tailwind): add `vim.lsp.config` supportSasha2025-04-211-0/+116
* fix(angularls): cannot require() angularls.luaJustin M. Keyes2025-04-181-2/+4
* docs: cleanupJustin M. Keyes2025-04-18335-3393/+3449
* feat: angularls #3746HyBer2025-04-181-0/+87
* feat: add emmylua_ls (#3745)Georgiy Belyanin2025-04-181-0/+23
* feat(volar): add vim.lsp.config support (#3737)Sebastian Lyng Johansen2025-04-171-0/+97
* fix(astro): using vim.fs.jointhpath concat path (#3741)glepnir2025-04-171-1/+1
* feat(astroJS): add vim.lsp.config support (#3738)Tucker Hoog2025-04-171-0/+27
* fix(rust_analyzer): call on_dir() when reusing client #3736Tobias Schmitz2025-04-161-3/+4
* feat(zls): add `vim.lsp.config` support #3733nkhlmn2025-04-161-0/+11
* feat(biome): vim.lsp.config with workspace_required, root_dir #3727Chris Grieser2025-04-151-0/+36
* feat: sqruff #3723Võ Quang Chiến2025-04-151-0/+11
* feat(omnisharp): add `vim.lsp.config` support #3724Alexej Kowalew2025-04-151-0/+81
* fix(gh_actions_ls): workspace_required=true #3722Chris Grieser2025-04-141-1/+3
* Revert "feat(biome): add `vim.lsp.config` support" #3718Chris Grieser2025-04-131-27/+0
* feat(ast_grep): update filetypes #3720Ahmed El Gabri2025-04-131-0/+4
* feat(biome): add `vim.lsp.config` support (#3716)Chris Grieser2025-04-131-0/+27
* feat(gh_actions_ls): add `vim.lsp.config` support #3713Chris Grieser2025-04-131-0/+31
* fix(docs): docgen.lua reads from `lua/*.lua` #3708Justin M. Keyes2025-04-12308-314/+316
* feat(typos-lsp): support pyproject.toml and Cargo.toml #3707Oliver Mannion2025-04-121-1/+1
* feat: migrate to vim.lsp.config #3659Lorenzo Bellina2025-04-12329-0/+7949