Add enable vim mode checkbox to welcome screen

This commit is contained in:
Joseph T. Lyons 2023-10-08 20:07:59 -04:00
parent 9f32a6e209
commit 4b2c24dd8c
4 changed files with 27 additions and 2 deletions

View file

@ -25,6 +25,7 @@ theme_selector = { path = "../theme_selector" }
util = { path = "../util" }
picker = { path = "../picker" }
workspace = { path = "../workspace" }
vim = { path = "../vim" }
anyhow.workspace = true
log.workspace = true