Egregoros

Signal feed

Timeline

Post

Remote status

Context

5
>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.

@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

Replies

0

Fetching replies…