Understanding Neovim #1 - Installation

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

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

  • @vhyrro
    @vhyrro  11 месяцев назад +17

    Apologies if there are any thumps or hisses in the audio, my audio setup was *not* built for the raspy voice I have when I'm ill haha
    Also a correction about the "unnamedplus" register at 18:37, it seems that any register that isn't one of the a-z "named" registers is considered "unnamed" by Neovim so that explains that. Hope you enjoy the video!

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

      It should be "osclipboard", make more sense.

  • @theherk
    @theherk 10 месяцев назад +47

    I predict this series will become the defacto gold standard for learning neovim videos just as SystemCrafter’s videos did for emacs. Keep it up dude. All your videos are superb.

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

      tysm

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

    QUICK TIP: you dont always have to exit and reopen vim every single time, you can simply do ":source" to reload the config.
    > I'm not sure if this is mentioned anywhere in the video or maybe in the future tutorials, so im just dropping this here in case anyone finds it helpful.

  • @blackace72
    @blackace72 10 месяцев назад +33

    I'm a simple man: I see a Neovim tutorial, I hit Like

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

    I THINK MY SUFFERING IS GOING TO END SOON.....

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

    Keen for this series :) Might be a good idea to show a live key input thing on the screen somewhere.

  • @l30n.marin3r0
    @l30n.marin3r0 3 дня назад

    Why would we use that clipboard instead of the g.clipboard?
    What even is the g.clipboard?

  • @ml_serenity
    @ml_serenity 8 дней назад

    Excellent explanations. It's a pleasure listening to you.

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

    with ":reg" you should be able to copy the result of ":echo ("config")".

  • @mohitkumar-jv2bx
    @mohitkumar-jv2bx 10 месяцев назад +2

    Hey Vhyrro. Just wanted to Thank you for the neorg plugin. Absolutely great work there
    And even though i am daily user for Neovim for over 2 years now. I am gonna follow your series. I am sure i will get good value from them.

  • @Ultr4noob
    @Ultr4noob 9 месяцев назад

    Awesome video.
    Though I wouldn't recommend changing scrolloff for new users.

  • @GoogleUser-uv9bo
    @GoogleUser-uv9bo 4 месяца назад

    "If I assume you are going to write any program or programming in neovim!"
    Nah! I will just configure it untill I get satisfied, or look cool 😎.

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

    Some file type does not support space indention, etc. makefile.
    i suppose u should have different rules for different file type, isn't it?

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

    What! You're using the mouse? Heresy! To the stake and flames! 🙂

  • @jizhang2407
    @jizhang2407 9 месяцев назад

    Thanks for sharing. I like the part that "the government doesn't want you to know about...".

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

    Thanks for the tutorial in detailed format.
    Just wish there was no background music

  • @PalashBackup
    @PalashBackup Месяц назад +1

    I can't say thank you enough for this video. It starts from the very basic and builds up. Most importantly, it helps us to figure things out on our own. Equivalent to writing proofs vs just memorizing mathematical formulas. Much appreciated.

  • @dionusios05
    @dionusios05 9 месяцев назад

    Found a note about the Vim editor in the Codepen settings:
    Key Bindings
    I've been using Vim about 2 years now, mostly because I can`t figure out how to exit it

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

    Hey! Will the following videos on nvim setup be out soon? If not, do you have a documentation available for me to refer to? I really liked your approach to showing the setup and would like to know more to setup my config.

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

    Did I hear a "tchau" at the end? Hahahahhaah
    That's lovely 😂

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

    Great vid! I’ve been using neovim for a couple of years now, still this was very informative and entertaining! Looking forward to more!

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

    I am very excited for this series. Thank you for helping us to understand Neovim better!

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

    This is the honestly the best tutorial on neovim I have seen. The way you explained every option made it very simple and easy to understand, thank you very much!

  • @genderender
    @genderender 9 месяцев назад

    g[jk] move up/down any line, even if it's a line with wrapped text

  • @joydeepbhattacharya3300
    @joydeepbhattacharya3300 2 месяца назад +1

    After copy pasting hundreds of configs from different sources and spending a whole lot of time in Neovim I still didn't know what I was doing and then I found this wonderful playlist. Keep up the good work man!

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

    Thank you very much! excited to continue on this series

  • @YBWang-pi9qq
    @YBWang-pi9qq 4 месяца назад +1

    Such a gifted teacher! You teach the way how to learn, guide the way how to dive deeply, rather than just telling knowledges.
    Love the way you teach. Please make more videos.

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

    this is pure gold, thank you so much

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

    I had to add "vim.opt.shiftwidth = 4" along with "vim.opt.expandtab = true" and "vim.opt.tabstop = 4" to get the 4 spaces for tabs to work. ""vim.opt.shiftwidth = 0" also worked.

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

    This was a really good review. I don't usually comment on videos much cause I lurk but this video helped a lot as it is way better than what I've seen other channels do. I look forward to the rest of the series. Thanks !!!

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

    Dude, this is awesome! Exactly what I needed. Please keep 'em coming!!! ❤❤❤

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

    A simple and straight explanation.
    I really loved how it went so calm and deep in the explanation. Now I'm understanding the whole puzzle (how Lua works to configure and where to tweak things).

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

    thank you , subscribed !

  • @HamidKarzai
    @HamidKarzai 9 месяцев назад

    thanks i'm following along

  • @乾淨核能
    @乾淨核能 5 месяцев назад

    what terminal are you using?

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

    Best tutorial ever!

  • @evakuator8118
    @evakuator8118 9 месяцев назад

    Veggie tales supremacy

  • @maiafae4807
    @maiafae4807 6 месяцев назад

    Thank you kind sir. ❤

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

    This Guy is awesome, finally I found a very useful tutorial on vim. Thank you so much @vhyrro I hope you continue this wonderful tutorial. This is the only tutorial on youtube which explain everything completely. Thanks a million. please also have the video tutorial for your window manager and your terminal configuration as well. I just fnished this video and Im going to watch the next one.

  • @itsmmdoha
    @itsmmdoha 9 месяцев назад

    Found a Gold mine, good for me!

  • @pieteroverbeek1341
    @pieteroverbeek1341 9 месяцев назад

    Great series, thanks!

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

    Let’s goo!

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

    Thank you very much for this explanation. I had started using neovim by copying someone's config, but never understood the basics. This helped me a lot. :help!

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

    Thank you for clarifying NeoViM understanding. Be Blessed and Successful in all your actions. Salutations from France.

  • @JoePerkins666
    @JoePerkins666 10 месяцев назад

    Nice, I'm going to follow this to setup nvim properly in WSL, because my Windows config is a mess.

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

    Since its a good chance people watching this are also new to Linux, the clipboard setting won't work unless you have something like xclip installed. Easy to install via apt or dnf or whatever.
    Great vid, looking forward to the rest.

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

    wooow
    It's amazing how easily you express difficult topics
    thanks

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

    Can't wait to get to the rest of this series. I've been considering migrating to Neovim over this next year, and an in-depth series (that's recently up-to-date) is a huge help! I've already got the motions down thanks to plug-ins for VS, so this should be the final push.
    Even in the most basic setup video already taught me about the options command, hell that's useful for me already!

  • @rbereziuk
    @rbereziuk 9 месяцев назад

    Awesome explanation. Clear and deep to understand how neovim works.
    I like this approach when you do not imitate some config/setup.
    Because when something not predictable happens you just stuck
    Deep understanding is real power :)
    Thanks for video

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

    Great tutorial and explanation. I noticed that in general when starting out with something that is moderately complex, one tends to just follow along at the beginning and copy stuff until problems arise. I feel like watching your explanation saves me from doing just that and instead I can start with a very nice intuition. Just subscribed as well!

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

    Great vídeo.

  • @RohitKumar-ku2lq
    @RohitKumar-ku2lq 8 месяцев назад

    amazing brother!! its easy, useful and most importantly needed.

  • @l_ngpham
    @l_ngpham 11 месяцев назад

    Thank you for making this video, this is invaluable for a beginner like me. Looking forward to more videos.

  • @Swifter101
    @Swifter101 9 месяцев назад

    i have neoivm and configured it abit using kickstart config currently.
    this is the first neovim tutorial i have seen that starts in the right place I even learned something scroll off set is something i will use .
    I look forward the rest of the series

  • @devabdul
    @devabdul 11 месяцев назад

    after complete this series, i Wil be pro, and stop using other's distros, i will make my own ❤

  • @phantombeing3015
    @phantombeing3015 9 месяцев назад

    Dude, you are life saver. I needed that modifying options so much.

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

    Excellent video. I've learnt a lot. Very good explanations.

  • @МішаняБ
    @МішаняБ 10 месяцев назад

    🎉

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

    Fantastic guide, looking forward to the learn more from the other episodes!

  • @devabdul
    @devabdul 11 месяцев назад

    Finally update in channel. Happy to see you again ❤
    Very useful video

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

    Please continue this series. Don't stop. I have liked all the videos.

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

    thank you, this was very informative and looking forward to the newer videos(please be consistent 🥲)
    also, loved the meme references :)

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

    I so much needed this. Thanks a lot ❤

  • @antoniosarusic5833
    @antoniosarusic5833 9 месяцев назад

    This is absolutely amazing!!!!!

  • @h4pz
    @h4pz 10 месяцев назад

    Really awesome series!

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

    Even as someone who has been using neovim for a while, this was a great watch! It's good to have this kind of material- beginner friendly but also in depth.
    (I must confess, I am heavily anticipating your next bout of neorg videos)

  • @eli1882
    @eli1882 9 месяцев назад

    Vhyrro ❤❤

  • @CraftPit
    @CraftPit 11 месяцев назад

    really good! looking forward for the next part :)