echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
5.18k stars 187 forks source link

Beta-testing 'mini.starter' #14

Closed echasnovski closed 2 years ago

echasnovski commented 2 years ago

Please leave your feedback about new 'mini.starter' module here. Feel free to either add new comment or positively upvote existing one.

Some things that I am interested to find out (besides seemingly omnipresent bugs):

JoseConseco commented 2 years ago

I'm bit late to party but here are my feedback. a) When pressing 'R' I got to 'Recent Files' but I'm not sure why there are weird highlights happening on Sessions: image

b) After pressing unique letter or number - EDIT: ok I just found 'evaluate_single' options. Problem Solved c) would be cool to be able to navigate up or down with jk. Its often first key I press - muscle memory I guess. I have to backspace from it. maybe i will get used to it Overall config is seems bit complicated, but I can live with it. Maybe in future starter could be configured as so:

 'Category/Section name' = 'Telescope',    'indexing' = 'number or letters' = {
  { item_name = ' recent files',  action = 'telescope recent_files',  optional_key_override = 'r'  },
  { item_name = ' recent sessions',  action = 'telescope recent_sessions',  optional_key_override = 'r'  },
  etc.
echasnovski commented 2 years ago

Thanks for using 'mini.starter'! Answers: a) I believe, you are using Neovim nightly. This seems like a consequence of neovim/neovim#17358. I have a fix for that, but I would like to wait for an official resolution of this issue. c) Yeah, I feel you. But they are used for quering items. I added <Alt-j> and <Alt-k> for more familiar navigation.