ZIm/crates/vim/src
Michael Sloan 6aba3950d2
Improve keymap json schema (#23044)
Also:

* Adds `impl_internal_actions!` for deriving the `Action` trait without
registering.

* Removes some deserializers that immediately fail in favor of
`#[serde(skip)]` on fields where they were used. This also omits them
from the schema.

Release Notes:

- Keymap settings file now has more JSON schema information to inform
`json-language-server` completions and info, particularly for actions
that take input.
2025-01-13 02:34:35 +00:00
..
digraph Add Vim digraphs (#14887) 2024-07-28 22:44:32 -06:00
normal Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
test Implement Helix Support (WIP) (#19175) 2024-12-03 23:19:52 -07:00
change_list.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
command.rs Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
digraph.rs Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
helix.rs vim: Add delete action to HelixNormal mode (#21544) 2024-12-06 14:05:41 -07:00
indent.rs Add AutoIndent action and '=' vim operator (#21427) 2024-12-02 15:00:04 -08:00
insert.rs Revert "vim: Don't dismiss inline completion when switching to normal mode (#22075)" (#22131) 2024-12-17 09:24:33 +01:00
mode_indicator.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
motion.rs Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
normal.rs vim: Add Separator and RemoveIndent in Join Lines, fix gJ use space join (#22496) 2025-01-07 17:04:49 +00:00
object.rs Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
replace.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
rewrap.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
state.rs Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
surrounds.rs Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
test.rs vim: Add sneak motion (#22793) 2025-01-10 07:07:32 +00:00
vim.rs Improve keymap json schema (#23044) 2025-01-13 02:34:35 +00:00
visual.rs vim: Fix VisualYankLine (#22416) 2025-01-07 00:15:19 +00:00