Understanding Neovim #2 - Plugins, Colorschemes

Поделиться
HTML-код
  • Опубликовано: 18 янв 2025

Комментарии • 76

  • @TimoWelde
    @TimoWelde Год назад +59

    I really love how you always explain things deeply and not just wave things away as „magic“

    • @TimoWelde
      @TimoWelde Год назад +3

      Oh yeah and at the same time not even expecting previous knowledge!

    • @nilo034
      @nilo034 Год назад +2

      exactly!! perfect vid for beginner who wants to learn about nvim

  • @j1d7s
    @j1d7s 10 месяцев назад +18

    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.

  • @DAVE-GM
    @DAVE-GM 10 месяцев назад +10

    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!

    • @GambuSaur
      @GambuSaur 9 месяцев назад +1

      Yeah, it is truly good for learning. Thanks a lot.

  • @VinitKhandagle
    @VinitKhandagle 11 месяцев назад +5

    This is by far the best explanation of lazyvim.

  • @pierrecassidy583
    @pierrecassidy583 3 месяца назад +1

    Best pedagogical approach to learning computer tooling I've ever come across. Thank you for the outstanding work.

  • @farzadmf
    @farzadmf Год назад +16

    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 🙂

    • @vhyrro
      @vhyrro  Год назад +6

      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! :)

  • @beaumcdermott8742
    @beaumcdermott8742 2 месяца назад

    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.

  • @sukkergris
    @sukkergris 2 месяца назад

    Super thanks! This just might be the best youtube tutorial/introduction for nvim out there. Great work!

  • @iatheman
    @iatheman 10 месяцев назад +2

    This is series is amazing! It goes in the depth neovim deserves in order to educate users.

  • @albertoghirotti2835
    @albertoghirotti2835 8 месяцев назад +2

    The best explanation available in the net. Thanks a lot.

  • @maezrfulldive2770
    @maezrfulldive2770 2 месяца назад

    this needs more love, best nvim intro series♥

  • @srinivasrg5125
    @srinivasrg5125 10 месяцев назад +2

    You are the best tutor bro. Thank you!

  • @joekd1
    @joekd1 11 месяцев назад +2

    Wow the lazyvim explanation is amazing! Thank you for that.

  • @dabzilla05
    @dabzilla05 Год назад +2

    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

  • @FlashTheMusik
    @FlashTheMusik 11 месяцев назад +1

    I absolutely love the way you make interactions between components clear to me. Awesome video!

  • @yiannis_p
    @yiannis_p Год назад +2

    Best vim videos on RUclips! Thank you so much!

  • @brenok
    @brenok 28 дней назад

    Please continue making videos dude, you have talent! I finally understood so much more

  • @adensmith8553
    @adensmith8553 Год назад +3

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

  • @emonreza2378
    @emonreza2378 11 месяцев назад +2

    Watched several videos on youtube....but this one seems the absolute goldmine .... you got 1 new subs btw 💫

  • @aelagha
    @aelagha Месяц назад

    The most useful and informative neovim videos. Thank you

  • @ways.
    @ways. 4 месяца назад

    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

  • @myth0genesis
    @myth0genesis Год назад +2

    It might be worth pointing out that in some terminals CTRL + V won't work because that shortcut is reserved for Paste.

    • @myth0genesis
      @myth0genesis Год назад +2

      Just learned the workaround for this is an alternate keybinding for Visual Block mode: CTRL + Q.

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars Год назад +4

    absolutely wonderful, thank you :)

  • @bagfleet
    @bagfleet Год назад +2

    This is extremely helpful! Every nvim user should watch this.

  • @vaisakh_km
    @vaisakh_km Год назад +15

    Hi Vhyrro... hope you are healthy....

    • @vhyrro
      @vhyrro  Год назад +8

      Yeah I'm doing perfectly fine now thanks :D

    • @vaisakh_km
      @vaisakh_km Год назад +3

      @@vhyrro :)

  • @pawelovski
    @pawelovski Год назад +2

    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.

  • @abdulhamidmerii5538
    @abdulhamidmerii5538 Год назад +1

    Absolutely amazing! Extremely easy to understand and very well explained. Just subscribed!

  • @the_slow_one
    @the_slow_one Год назад +1

    Mind blown!

  • @VsevolodTetervak
    @VsevolodTetervak Год назад +1

    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.

  • @bentomo
    @bentomo 5 месяцев назад

    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!

  • @jm77_josemanuel
    @jm77_josemanuel Год назад +1

    Such a good video. Loving this serie.

  • @michaelalls8230
    @michaelalls8230 Год назад +1

    This is such a great explanation. Learning tons.

  • @l_ngpham
    @l_ngpham Год назад +1

    Thanks for making these videos. Excited for part 3.

  • @bassamsaleh8034
    @bassamsaleh8034 Год назад +2

    This is amazing and rich in value video. Really appreciated it and can't wait to watch the third part if any.

  • @AhmedYasser-xn9ow
    @AhmedYasser-xn9ow 3 месяца назад

    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!

  • @JapaaniBilla
    @JapaaniBilla 11 месяцев назад +1

    This was very clear and easy to understand for a noob like me 😅
    Thanks a lot ❤

  • @TexTalksSometimes
    @TexTalksSometimes 8 месяцев назад

    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.

    • @jimmahgee
      @jimmahgee 8 месяцев назад +1

      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 👏🏻

  • @Petsod
    @Petsod Год назад +1

    Another great tutorial, i'm learning so much.

  • @davidsehnsucht8745
    @davidsehnsucht8745 7 месяцев назад

    The best neovim videos out there!!

  • @ANDROTOP
    @ANDROTOP Год назад +2

    keep it up man

  • @Yuvalspiegel
    @Yuvalspiegel 5 месяцев назад

    Thanks!

  • @realMenta
    @realMenta Год назад +1

    Thank you so much! I'm really liking the pacing and explanations on these videos. Good stuff!

  • @WillEhrendreich
    @WillEhrendreich 3 месяца назад

    Absolutely fantastic. Thank you so much, I wish I would have had this when learning. So awesome.

  • @tiagodejesus456
    @tiagodejesus456 11 месяцев назад +1

    Great video!

  • @toolbelt
    @toolbelt 11 месяцев назад +1

    top notch

  • @bicube7529
    @bicube7529 Год назад +1

    this is good stuff. thank you for sharing all this content

  • @Bobur1777
    @Bobur1777 7 месяцев назад

    Wonderful guide. I've learned so much!

  • @antoniosarusic5833
    @antoniosarusic5833 Год назад +1

    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!!!!

  • @ДенисМаценко-м2р
    @ДенисМаценко-м2р 22 дня назад

    thank you, its super useful

  • @mr.incognito4640
    @mr.incognito4640 5 месяцев назад +1

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

  • @Devashish_raj
    @Devashish_raj 11 месяцев назад +2

    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

  • @1..1..1..1H
    @1..1..1..1H 8 месяцев назад

    I love you

  • @doomgao3571
    @doomgao3571 11 месяцев назад +1

    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.

    • @doomgao3571
      @doomgao3571 11 месяцев назад +1

      alright mate, found the problem. Gotta unset the vim.o.background, add vim.o.background='' to the init.lua will make it happen.

  • @ДенисМаценко-м2р
    @ДенисМаценко-м2р 22 дня назад

    Continue, pls!

  • @최강재-y9c
    @최강재-y9c Год назад +1

    After I watched this, I became Folke.

  • @AdelaideRory-c1q
    @AdelaideRory-c1q 2 месяца назад

    Turcotte Road

  • @seppotaalasmaa3404
    @seppotaalasmaa3404 Год назад +1

    teach me senpai

  • @sapphie132
    @sapphie132 11 месяцев назад +1

    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.

  • @ryancloud-r9c
    @ryancloud-r9c Год назад +1

    You are Awesome

  • @PiIsRational
    @PiIsRational 2 месяца назад

    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.

    • @PiIsRational
      @PiIsRational 2 месяца назад

      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.

  • @ДенисМаценко-м2р
    @ДенисМаценко-м2р 22 дня назад

    Thanks!