kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

Feedback on README new user dark hole

Open AddictArts opened this issue 1 year ago • 2 comments

Thank you so much for doing this and it is so helpful. I am initially on Windows and will use on Linux as well. Windows worked out of the box as shown.

This sentence though, so early in the process is dangerous.

Use :Lazy to view current plugin status.

If this is done the new user will be lost and frustrated with questions like,:

  1. How do I exit that since it is overwhelming and I want to get back to the tutorial?
  2. ? has no mention of how to exit, crazy!
  3. It suggests or implies Ctrl-C as useful and nvim is killed or doesn't like it, suggests :qa and viola no more tutor or editing or anything.
  4. Hidden in there is :q I guess as the secret quit, but that is a guess.

This is an amazing effort and tool and so appreciated. I personally don't think the user should be hinted to press the red button, because they will.

Bonus suggestion: The video shows a :qa and then nvim and then :e $MYVIMRC, that is useful and missing.

I'd consider making a PR for README update if desired. Thanks again.

AddictArts avatar Mar 14 '24 18:03 AddictArts

Ya, if you have some thoughts about where the README could be updated for very new users, that would be super helpful!! We can iterate on some of the language changes there if you're interested. Thanks :)

tjdevries avatar Mar 15 '24 14:03 tjdevries

@AddictArts - What about simply telling the user to use ? within Lazy to familiarize themselves with commands, and then q to exit?

feoh avatar Mar 21 '24 21:03 feoh

The issue was ? doesn't actually mention how to quit the floating pane / lazy. Now that is a Lazy issue, right under Help before <C-c> it should say "q" to dismiss this pane. @feoh @tjdevries thanks for asking and I appreciate the responses and the kickstart.

I am very new to Neovim and really enjoying it. What you added is perfect. It really is a strange oversight by Lazy which is not this projects issue. Thanks agian and back to working my way through the init.lua.

AddictArts avatar Mar 28 '24 15:03 AddictArts