6 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
Dmytro Meleshko
0112e1f779
fix: some on_attach callbacks may act on the wrong buffer #3916
Problem:
If a server is attached to a non-current buffer by
`vim.lsp.buf_attach_client`, then the Language Server-related
commands may be created in the current (wrong) buffer.

Solution:
Always use the `bufnr` arg provided to `on_attach`.
2025-06-20 06:07:25 -07:00
Dimitris Dimitropoulos
b2b0ac24f6
feat(tinymist): workspace commands #3639 2025-04-08 05:45:42 -07:00
dundargoc
12d163c5c2 refactor: deprecate util.find_git_ancestor
Work on https://github.com/neovim/nvim-lspconfig/issues/2079.
2024-12-14 17:24:12 +01:00
Yaksis
e35fd81524
fix(tinymist): fallback to single file in some case (#3501)
When the `root_dir` is null, tinymist should still runs to give a
baseline usage.
2024-12-12 16:35:00 +08: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