Absolutely outstanding! The clarity of your video episodes is unparalleled. Your meticulous attention to detail shines through every frame, making it an absolute pleasure to watch. Keep up the fantastic work! A master class!
Thank you for going into the details and explaining how things work to clarify that there's no magic happening; I think it's super useful. One issue I personally have (and I hope you can touch on it at somet point) is to know where to "find" things: for example, I know there's something to do "blah" in Lua, should I look in vim.api, was it in vim.fn, oh maybe in vim.loop, etc. (for example, you can do `:h system()`, but to actually call it in Lua, you need to do vim.fn.system()` Or options for example, is it vim.opt, vim.bo, etc.? Long story short, where to find the Lua equivalent (and how to use it) of an existing vim feature And ... please keep the videos coming 🙂
In the more than a year I've been using Neovim, this is the clearest, most helpful series of videos I've encountered. Suddenly a lot of previously fuzzy concepts are making perfect sense. You have a knack for this. Thank you for the work you've put into all of this.
Thanks for going over the little details like how to set these foundational options vyrrho. Its one thing to say "this is how you set options and look them up". Its another thing entirely to go over the practical effects of many of these options, and even explain the why behind certain mechanics like visual selection. Even as a neovim/neorg regular i learned allot
Please keep doing these and keep them as packed with details and exampltions of the how things works just like you have been doing. There a tons of videos on RUclips about nvim features and plugins very few that cover how nvim really works. Thank you..
You have a skill for explaining things in a very clear manner, i think you should cover not just customizing vim but also more topics related to the computer science field, and im telling you this right now that very soon people will appreciate this skill of yours very much. You're so talented and capable for making tutorials than anyone else
Hi vhyrro, thank you so much for making these tutorials! I just started to use neovim yesterday, and your videos are a blessing for a beginner like me. Please keep the series going and have a great day, cheers.
Thank you very much! Always wanted to try vim but was always stuck because I failed to understand how configuration works. You explain everything perfectly and now I finally understand what colleague's config does and how to change it.
I have been using neovim for over a year now and just learned about visualedit mode from this video! You fixed visualblock mode for me! I use it a lot but working with lines that don't exactly match is a PAIN!
Absolutely second this. I've watched a bit of Josean Martinez's neovim setup videos and they're very good, but the time taken here and the depth of the explanations is fantastic at demystifying what is happening 👏🏻
I always wanted to understand all of this but somehow I was never able to "crack" it. But you helped me understand a lot of the stuff i couldn't really figure out!!!!
i just typed ":source" instead of wq and then opening init.lua again and if worked , i typed it out of blue remembering that's how what i do whenever i make changes in .zshrc file
I met a weird weird bug, is that after i followed the full step setting kanagawa to wave, the colorscheme is still lotus. I restarted nvim and still the same, weird. It's like exact same code can't get me there, and after attempting to reinstall the colorscheme, the lazy.nvim just bites the dust, nothing is popping.
Wait, what? I basically knew all the video's content (barring a few options I'll have to try), but I wouldn't consider myself a knowledgeable neovim user. Certainly no better than average.
I thought that the `require("lazy")` line would execute `~/local/share/nvim/lazy/lazy.nvim/lua/lazy/init.lua`, but when I add `print('hello')` to that file and restart nvim, it doesn't seem to get loaded.
I really love how you always explain things deeply and not just wave things away as „magic“
Oh yeah and at the same time not even expecting previous knowledge!
exactly!! perfect vid for beginner who wants to learn about nvim
Thanks for the great series! I am quite well versed configuring Neovim, but I have already picked up some new things in your first two videos.
Absolutely outstanding! The clarity of your video episodes is unparalleled. Your meticulous attention to detail shines through every frame, making it an absolute pleasure to watch. Keep up the fantastic work! A master class!
Yeah, it is truly good for learning. Thanks a lot.
This is by far the best explanation of lazyvim.
Best pedagogical approach to learning computer tooling I've ever come across. Thank you for the outstanding work.
Thank you for going into the details and explaining how things work to clarify that there's no magic happening; I think it's super useful.
One issue I personally have (and I hope you can touch on it at somet point) is to know where to "find" things: for example, I know there's something to do "blah" in Lua, should I look in vim.api, was it in vim.fn, oh maybe in vim.loop, etc. (for example, you can do `:h system()`, but to actually call it in Lua, you need to do vim.fn.system()`
Or options for example, is it vim.opt, vim.bo, etc.?
Long story short, where to find the Lua equivalent (and how to use it) of an existing vim feature
And ... please keep the videos coming 🙂
I also plan on getting into the details of vim.opt/vim.bo/vim.o/vim.wo and so on for sure, thanks for the kind words! :)
In the more than a year I've been using Neovim, this is the clearest, most helpful series of videos I've encountered. Suddenly a lot of previously fuzzy concepts are making perfect sense. You have a knack for this. Thank you for the work you've put into all of this.
Super thanks! This just might be the best youtube tutorial/introduction for nvim out there. Great work!
This is series is amazing! It goes in the depth neovim deserves in order to educate users.
The best explanation available in the net. Thanks a lot.
this needs more love, best nvim intro series♥
You are the best tutor bro. Thank you!
Wow the lazyvim explanation is amazing! Thank you for that.
Thanks for going over the little details like how to set these foundational options vyrrho.
Its one thing to say "this is how you set options and look them up". Its another thing entirely to go over the practical effects of many of these options, and even explain the why behind certain mechanics like visual selection.
Even as a neovim/neorg regular i learned allot
I absolutely love the way you make interactions between components clear to me. Awesome video!
Best vim videos on RUclips! Thank you so much!
Please continue making videos dude, you have talent! I finally understood so much more
Please keep doing these and keep them as packed with details and exampltions of the how things works just like you have been doing. There a tons of videos on RUclips about nvim features and plugins very few that cover how nvim really works. Thank you..
Watched several videos on youtube....but this one seems the absolute goldmine .... you got 1 new subs btw 💫
The most useful and informative neovim videos. Thank you
You have a skill for explaining things in a very clear manner, i think you should cover not just customizing vim but also more topics related to the computer science field, and im telling you this right now that very soon people will appreciate this skill of yours very much. You're so talented and capable for making tutorials than anyone else
It might be worth pointing out that in some terminals CTRL + V won't work because that shortcut is reserved for Paste.
Just learned the workaround for this is an alternate keybinding for Visual Block mode: CTRL + Q.
absolutely wonderful, thank you :)
This is extremely helpful! Every nvim user should watch this.
Hi Vhyrro... hope you are healthy....
Yeah I'm doing perfectly fine now thanks :D
@@vhyrro :)
Hi vhyrro, thank you so much for making these tutorials! I just started to use neovim yesterday, and your videos are a blessing for a beginner like me. Please keep the series going and have a great day, cheers.
Absolutely amazing! Extremely easy to understand and very well explained. Just subscribed!
Mind blown!
Thank you very much!
Always wanted to try vim but was always stuck because I failed to understand how configuration works. You explain everything perfectly and now I finally understand what colleague's config does and how to change it.
I have been using neovim for over a year now and just learned about visualedit mode from this video! You fixed visualblock mode for me! I use it a lot but working with lines that don't exactly match is a PAIN!
Such a good video. Loving this serie.
This is such a great explanation. Learning tons.
Thanks for making these videos. Excited for part 3.
This is amazing and rich in value video. Really appreciated it and can't wait to watch the third part if any.
I wish I have seen this 2 weeks earlier, I learned all of this the hard way! while those 2 videos explain it less than an hour. great work!
This was very clear and easy to understand for a noob like me 😅
Thanks a lot ❤
you're doing an incredible job with these videos, by far the best tutorial I've found on here, you're a very good teacher, thank you.
Absolutely second this. I've watched a bit of Josean Martinez's neovim setup videos and they're very good, but the time taken here and the depth of the explanations is fantastic at demystifying what is happening 👏🏻
Another great tutorial, i'm learning so much.
The best neovim videos out there!!
keep it up man
Thanks!
Thank you so much! I'm really liking the pacing and explanations on these videos. Good stuff!
Absolutely fantastic. Thank you so much, I wish I would have had this when learning. So awesome.
Great video!
top notch
this is good stuff. thank you for sharing all this content
Wonderful guide. I've learned so much!
I always wanted to understand all of this but somehow I was never able to "crack" it. But you helped me understand a lot of the stuff i couldn't really figure out!!!!
thank you, its super useful
Bro you're my saviour ... I wanna just kiss you right now... I can't explain how much you're helping me rn... just upload evey month if possible..
i just typed ":source" instead of wq and then opening init.lua again and if worked , i typed it out of blue remembering that's how what i do whenever i make changes in .zshrc file
I love you
I met a weird weird bug, is that after i followed the full step setting kanagawa to wave, the colorscheme is still lotus. I restarted nvim and still the same, weird. It's like exact same code can't get me there, and after attempting to reinstall the colorscheme, the lazy.nvim just bites the dust, nothing is popping.
alright mate, found the problem. Gotta unset the vim.o.background, add vim.o.background='' to the init.lua will make it happen.
Continue, pls!
After I watched this, I became Folke.
Turcotte Road
teach me senpai
Wait, what? I basically knew all the video's content (barring a few options I'll have to try), but I wouldn't consider myself a knowledgeable neovim user. Certainly no better than average.
You are Awesome
I thought that the `require("lazy")` line would execute `~/local/share/nvim/lazy/lazy.nvim/lua/lazy/init.lua`, but when I add `print('hello')` to that file and restart nvim, it doesn't seem to get loaded.
Nvermind. I had to look at use the ":messages" command, and now I see that `lazy.nvim/lua/lazy/init.lua` is indeed being executed.
Thanks!