vim

For discussion on all things (neo)vim.
2020-05-14T07:05:27.099500Z

SpaceVim sets it up for you nicely

Olical 2020-05-14T09:28:24.099900Z

Is this something I can extend if present with Conjure to help you learn the keys? :thinking_face:

Aron 2020-05-15T08:43:30.101400Z

spacemacs like interface always helps the most

2020-05-14T11:02:42.100100Z

discoverability!

dave 2020-05-14T11:43:54.100200Z

I think so! It might conflict with what users have set, though. Maybe you could let users opt into it

2020-05-14T11:44:04.100400Z

There is a way to have nice shortcut descriptions: https://github.com/liuchengxu/vim-which-key#configuration Is there a way to append to a dict in Vim? We could have which-key-conjure plugin?

Olical 2020-05-14T11:56:52.100700Z

Yep, you can easily alter that dictionary with VimScript or Fennel to be honest. You could have the plugin read your Conjure configuration too so the keys are always up to date!

dave 2020-05-14T13:40:05.100900Z

that sounds amazing