Understanding Neovim #2 - Plugins, Colorschemes

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

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

  • @TimoWelde
    @TimoWelde 10 месяцев назад +51

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

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

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

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

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

  • @j1d7s
    @j1d7s 6 месяцев назад +11

    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.

  • @vaisakhkm783
    @vaisakhkm783 10 месяцев назад +14

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

    • @vhyrro
      @vhyrro  10 месяцев назад +7

      Yeah I'm doing perfectly fine now thanks :D

    • @vaisakhkm783
      @vaisakhkm783 10 месяцев назад +3

      @@vhyrro :)

  • @farzadmf
    @farzadmf 10 месяцев назад +15

    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  10 месяцев назад +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! :)

  • @DEVASHISH_RAJ
    @DEVASHISH_RAJ 8 месяцев назад +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

  • @mr.incognito4640
    @mr.incognito4640 Месяц назад +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..

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

    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 5 месяцев назад +1

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

  • @sapphie132
    @sapphie132 8 месяцев назад +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.

  • @VinitKhandagle
    @VinitKhandagle 8 месяцев назад +4

    This is by far the best explanation of lazyvim.

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars 10 месяцев назад +4

    absolutely wonderful, thank you :)

  • @myth0genesis
    @myth0genesis 9 месяцев назад +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 9 месяцев назад +2

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

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

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

  • @doomgao3571
    @doomgao3571 7 месяцев назад +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 7 месяцев назад +1

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

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

    Great video!

  • @ways.
    @ways. 15 дней назад

    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

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

    You are the best tutor bro. Thank you!

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

    teach me senpai

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

    Mind blown!

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

    top notch

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

    keep it up man

  • @adensmith8553
    @adensmith8553 10 месяцев назад +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..

  • @yiannis_p
    @yiannis_p 9 месяцев назад +2

    Best vim videos on RUclips! Thank you so much!

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

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

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

    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!

  • @pawelovski
    @pawelovski 10 месяцев назад +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.

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

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

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

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

  • @ryancloud-r9c
    @ryancloud-r9c 8 месяцев назад +1

    You are Awesome

  • @dabzilla05
    @dabzilla05 9 месяцев назад +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

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

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

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

    Wonderful guide. I've learned so much!

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

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

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

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

  • @VsevolodTetervak
    @VsevolodTetervak 9 месяцев назад +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.

  • @antoniosarusic5833
    @antoniosarusic5833 9 месяцев назад +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!!!!

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

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

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

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

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

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

  • @최강재-y9c
    @최강재-y9c 9 месяцев назад +1

    After I watched this, I became Folke.

  • @l_ngpham
    @l_ngpham 10 месяцев назад +1

    Thanks for making these videos. Excited for part 3.

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

    Another great tutorial, i'm learning so much.

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

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

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

    This is such a great explanation. Learning tons.

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

    Such a good video. Loving this serie.

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

    Thanks!

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

    I love you

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

    The best neovim videos out there!!

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

    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 4 месяца назад +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 👏🏻

  • @CraftPit
    @CraftPit 10 месяцев назад +1

    kanagawa rules! i'm using the "dragon" variant for some time already, because it's more dimmed. But "wave" is beautiful - no question.