Egregoros

Signal feed

Timeline

Post

Remote status

Context

3
>mess around with neovim
>do a bit of :Tutor
>install lazyvim distro because the internet tells me to
>follow his one config step he does to get the : bar back at the bottom
>mistype
>CTRL-Z
>it closes
>"uh oh"
>$ nvim
>new one pops up
>How did that go in the tutorial again? leader c f?
> 'no formatter available'
>think I broke something
>use CTRL-Z to close vim. Practical!
>remove config folder
>reinstall lazyvim
>start
>install process does not trigger
>everything is the same
>can't clear my config and start from scratch
>start writing this post
>notice the command was leader f c actually.
>it works
mfw getting my ass kicked by a text editor

@WandererUber gonna drop my 2 cents here: you are trying to learn two things simultaneously which is not ideal: the grammar of vim and how to configure it. imo you should do them one at a time, and really you should not start with any plugins. go through vimtutor like you have and then watch these videos and follow along:

https://www.youtube.com/watch?v=zGArLWTHWRw https://www.youtube.com/watch?v=CLzVPdg0lF8 https://www.youtube.com/watch?v=cSeQY5x-hbo

that will get you the grammar. for the configuration, now the skys your limit, you could use a distro like lazyvim etc. but when something breaks you may not fully understand why/how to fix it. the ideal state is to have your config from scratch imo but a good middle ground is to use starter templates that you can customize like kikstart.vim ( https://www.youtube.com/watch?v=m8C0Cq9Uv9o ) or something more intensive like https://www.youtube.com/playlist?list=PLx2ksyallYzW4WNYHD9xOFrPRYGlntAft

half the customization really depends on what you are writing and finding ergonomic keybindings to make your own life easier.

Replies

7

@WandererUber honestly the speed in vim comes from learning how to compose commands together, which ghe grammar vid should help with. the distro and plugins is incidental and nice to have, so if lazyvim works for you, more power to you

@karna already have one. I am doing :Tutor
why does
2. Type `2w`{normal} to move the cursor two words forward
this command on THIS line
when I repeat 2w2w2w[...] move to:
T of Type
w of 2w
space behind 2w
t of to
t of the
t of two
f of forward

is that because of the stuff that gets hidden by the tutor syntax or do I have some weird bug in the vim install?

I think that must be it but it helped pasting this and typing it to just explain the issue so thanks I guess lol

@WandererUber also you dont need to go trhough all of tutor to understand the first three videos i linked, just enough for basic navigation. the third video is the main one to watch, the other two are icing on the cake