this post was submitted on 26 Apr 2024
26 points (96.4% liked)
Neovim
2155 readers
3 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I installed LazyVim a few days ago and like it so far for smaller changes.
Anyways i can't use it for serious work due to missing features or i havent found them yet. I couldnt find out where to find plugins, how to install and configure them, its overwhelming.
I need full, in file, text search for the current directory, multi word editing, move lines up and down. Sure there are key combinations, but they all seems a bit long compared to VS Code.
Is there a slack for noobs like me or a Udemy course?
I wouldn't expect that you could go from zero experience with Neovim/Vim to more efficient than the editor you've been using extensively in less than a month. most of the people that responded here had been using Vim prior to switching. The one that had no prior Vim experience took half a month to get the basics down and be comparable with their prior editor (VScode).
Everything you're after is available, but trying to learn it all at once can be overwhelming as you've been experiencing.
So one step at a time, I suggest that you:
:help
while in Normal mode in Neovim.
The best chat beginner community for Neovim that I know of is in The Odin Project Discord. There's a Neovim thread in the #odin-general channel there. (Bonus, while you're in the Discord you can help out others trying to learn web development.)
The point is to find your own way by learning from others, not to simply mimic others. Although up front, mimicing what others are doing is a good way to get started.
Take your time with all of this, there's no rush.
Wow, thank you for your time and extensive answer. This a huge motivation boost and will definitely help me getting into it.
I am a little late but look into VimBeGood plugin by Primeagen. If you don't have basics down. It's like an old typing game but for learning the basic vim commands.