ZIm/crates/vim/src
Kirill Bulatov 944a1f8fb0
Send lsp_types::InitializeParams with Zed version (#7216)
Based on the great work in
https://github.com/zed-industries/zed/pull/7130 , now sends this data

```
[crates/lsp/src/lsp.rs:588] ClientInfo { name: name.to_string(), version: Some(version.to_string()) } = ClientInfo {
    name: "Zed Dev",
    version: Some(
        "0.122.0",
    ),
}
```

with every LSP server initialization.

Release Notes:

- Added Zed name and version to LSP InitializeParams requests
2024-02-01 18:39:28 +02:00
..
normal Support "dtx" vim key combination when "x" is immediately to the right of the cursor (#6830) 2024-01-28 19:46:14 -07:00
test Send lsp_types::InitializeParams with Zed version (#7216) 2024-02-01 18:39:28 +02:00
command.rs Fix panic when typing umlauts in command palette using Vim mode 2024-01-26 10:57:14 +01:00
editor_events.rs text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00
insert.rs Editor docs (#4097) 2024-01-18 00:48:37 +01:00
mode_indicator.rs Use try_global() 2024-01-18 01:33:30 -05:00
motion.rs vim: Support counts for H and L motions (#7149) 2024-01-31 11:50:08 -07:00
normal.rs Add support for u and U in vim visual mode 2024-01-28 15:13:09 -05:00
object.rs Start work on API docs for the language crate (#3981) 2024-01-19 10:04:45 -08:00
state.rs Remove 2 suffix for vim, diagnostics, go_to_line, theme_selector, command_palette, file_finder 2024-01-03 10:42:49 -08:00
test.rs Update all links point to community 2024-01-24 15:11:17 -05:00
utils.rs Merge branch 'main' into language-api-docs 2024-01-18 15:06:45 -08:00
vim.rs gpui: Add Global marker trait (#7095) 2024-01-30 14:08:20 -05:00
visual.rs Update all links point to community 2024-01-24 15:11:17 -05:00