zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.45k stars 3.12k forks source link

Extract `VimModeSetting` to its own crate #21019

Closed maxdeviant closed 12 hours ago

maxdeviant commented 12 hours ago

This PR extracts the VimModeSetting out of the vim crate and into its own vim_mode_setting crate.

A number of crates were depending on the entirety of the vim crate just to reference VimModeSetting, which was not ideal.

Release Notes: