11 Commits

Author SHA1 Message Date
Barrett Ruth
fdfd9c2769
fix: drop invalid filetypes from legacy configs #4327
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.
2026-02-27 05:11:28 -05:00
Justin M. Keyes
abf6d190f2
docs: add deprecation notice to lua/lspconfig/configs #4189 2025-11-15 13:32:05 -08:00
Chris Bandy
4ea9083b6d
refactor: replace vim.loop with vim.uv #3703
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
2025-04-10 15:48:31 -07:00
Tulio Brunoro
d95655822d
fix(angularls): trim leading characters from version #3610 2025-02-09 15:40:03 -08:00
Yavorski
f98fa715ac
fix(angularls): on_new_config uses wrong executable on Windows #3597 2025-02-01 12:22:27 -08:00
Ahmad bin Marakkar
e6ea632895
fix(angularls): handle nil #3594
Problem:
Warning message while opening a directory without node_modules.

Solution:
Handle nil.
2025-01-29 08:06:30 -08:00
Tulio Brunoro
9962e25a23
fix(angularls): pass --angularCoreVersion for backwards compatibility #3592 2025-01-28 08:25:27 -08:00
dundargoc
513f4f0bde fix: fix incorrect root finding 2025-01-22 16:28:20 +01:00
dundargoc
19626a3a44 refactor: deprecate util.find_node_modules_ancestor
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
2024-12-08 18:32:42 +01:00
Justin M. Keyes
e61da1eae5
refactor(docs): drop redundant default_config #3397
Problem:
default_config duplicated in `docs` items.

Solution:
delete it. docgen autogenerates this now.
2024-10-24 09:27:23 -07:00
Justin M. Keyes
bedb2a0df1
refactor: rename "server_configurations" => "configs" #3330
Problem:
The name `server_configurations` is extremely verbose and irritatingly
formal and dogmatic. This overlong name is a constant nuisance when
reading, writing, and coding.

It's also not even correct: these configurations are just as much
"client" configurations as they are "server" configurations.

Solution:
- Rename to a shorter name.
- Leave placeholder files for any old URLs that link to the old
  location.
2024-10-01 05:39:12 -07:00