this post was submitted on 10 Jul 2023
17 points (100.0% liked)

VIM - Vi IMproved

1039 readers
1 users here now

For Vim enthusiasts and anyone interested in Vim/Neovim!

"VIM is the greatest editor since the stone chisel." - Dr. Jose Unpingco

#HJKL

founded 1 year ago
MODERATORS
 

TJ made a nice video about how to start with neovim and its configuration. I hope that this link is not against the rules since it's about neovim and not about vim .... Personally I find those 2 very very alike and with the features that I need for my daily work, I can use either one of them without noticing any difference.

https://www.youtube.com/watch?v=stqUbv-5u2s

Enjoy !

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 11 months ago (1 children)

That's not just understandable but how could it be any other way?

Heck just Vim itself is layer upon layer of powerful functionality. Now layer in the immense potential of Neovim's Lua based plugin ecosystem and client/server architecture? ๐Ÿคฏ

Give yourself the time to learn. Focus on just the things you need to get the task you're doing RIGHT NOW done, then focus later on things that can level up your knowledge and productivity.

I've been thinking about making Neovim tutorial videos for Youtube. If I did, what kinds of things would be useful to you?

[โ€“] [email protected] 2 points 11 months ago (1 children)

I'm not sure I'm the right person to ask (my learning path has been pretty unconventional) but really basic lua scripting would have helped me. I'm at the beginner stage where too many things don't make sense, but I just keep attacking from different angles and now some things are starting to click. It just takes time.

[โ€“] [email protected] 2 points 10 months ago

Oh I totally agree. The Lua idioms can be confusing and the documentation ecosystem is currently in a place where if you already know Lua well it's incredibly helpful, but bridging the gap for beginners is a challenge - one worth embracing!