10 Commits

Author SHA1 Message Date
Justin M. Keyes
abf6d190f2
docs: add deprecation notice to lua/lspconfig/configs #4189 2025-11-15 13:32:05 -08:00
Alexis Tacnet
9c6bbb5d11
fix: improve typescript server path search for ts-dependent lsp #3795 2025-04-28 05:11:00 -07:00
krovuxdev
e5bf88e5ea
fix(astro,volar): correct 'typescript/lib' path for TypeScript LSP initialization (#3585)
* fix(astro): correct path to locate typescript/lib in Neovim

* fix(volar): correct path to locate typescript/lib in Neovim
2025-01-26 18:12:42 +08:00
dundargoc
513f4f0bde fix: fix incorrect root finding 2025-01-22 16:28:20 +01:00
dundargoc
45c5095097 refactor: deprecate util.path.join
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
2024-12-21 16:10:35 +01:00
Fabien
cef5a113b1
docs(volar): fix dead links and remove outdated content (#3498)
* docs(volar): refine Typescript SDK path lookup process

* docs(volar): fix dead links and improve clarity
2024-12-10 13:10:53 +08:00
b8b725659f
fix(volar & astro): remove duplicate node_modules (#3497)
fix #3496
2024-12-09 17:19:04 +08: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
dundargoc
2a11b98741 refactor: deprecate util.path.exists
Use `vim.uv.fs_stat` instead.

Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
2024-11-27 14:56:17 +01: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