Understanding Neovim #1 - Installation

Поділитися
Вставка
  • Опубліковано 29 вер 2024

КОМЕНТАРІ • 71

  • @vhyrro
    @vhyrro  10 місяців тому +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 10 місяців тому +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

  • @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).

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

  • @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)

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars 10 місяців тому +4

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

  • @bagfleet
    @bagfleet 10 місяців тому +1

    Let’s goo!

  • @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 😎.

  • @CraftPit
    @CraftPit 10 місяців тому

    really good! looking forward for the next part :)

  • @blackace72
    @blackace72 10 місяців тому +33

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

  • @ways.
    @ways. 14 днів тому +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.

  • @ro0t115
    @ro0t115 9 місяців тому +2

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

  • @FlyingCable98
    @FlyingCable98 10 місяців тому +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 2 дні тому

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

  • @zouLworm
    @zouLworm Місяць тому

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

  • @ml_serenity
    @ml_serenity 7 днів тому

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

  • @Ultr4noob
    @Ultr4noob 9 місяців тому

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

  • @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

  • @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?

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

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

  • @genderender
    @genderender 9 місяців тому

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

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

  • @vjameli
    @vjameli 7 місяців тому +1

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

  • @spencerschoeneman6788
    @spencerschoeneman6788 10 місяців тому +3

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

  • @slim_mike
    @slim_mike 3 місяці тому

    Thank you very much! excited to continue on this series

  • @bagfleet
    @bagfleet 10 місяців тому +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!

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

  • @kolefell
    @kolefell 8 місяців тому

    thank you , subscribed !

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

  • @乾淨核能
    @乾淨核能 5 місяців тому

    what terminal are you using?

  • @nicflower55
    @nicflower55 10 місяців тому +1

    this is pure gold, thank you so much

  • @YBWang-pi9qq
    @YBWang-pi9qq 3 місяці тому +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.

  • @lovikim1637
    @lovikim1637 Місяць тому

    Best tutorial ever!

  • @HamidKarzai
    @HamidKarzai 9 місяців тому

    thanks i'm following along

  • @evakuator8118
    @evakuator8118 9 місяців тому

    Veggie tales supremacy

  • @joelear4617
    @joelear4617 10 місяців тому +1

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

  • @maiafae4807
    @maiafae4807 6 місяців тому

    Thank you kind sir. ❤

  • @itsmmdoha
    @itsmmdoha 9 місяців тому

    Found a Gold mine, good for me!

  • @pieteroverbeek1341
    @pieteroverbeek1341 8 місяців тому

    Great series, thanks!

  • @jonatasmoraes141
    @jonatasmoraes141 8 місяців тому

    Great vídeo.

  • @МішаняБ
    @МішаняБ 10 місяців тому

    🎉

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

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

  • @xyzxyz6095
    @xyzxyz6095 5 місяців тому

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

  • @taghitaxi9775
    @taghitaxi9775 8 місяців тому

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

  • @JoePerkins666
    @JoePerkins666 10 місяців тому

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

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

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

  • @RohitKumar-ku2lq
    @RohitKumar-ku2lq 8 місяців тому

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

  • @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

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

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

  • @jm77_josemanuel
    @jm77_josemanuel 9 місяців тому

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

  • @devabdul
    @devabdul 10 місяців тому

    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.

  • @l_ngpham
    @l_ngpham 10 місяців тому

    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

  • @petsod
    @petsod 9 місяців тому

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

  • @devabdul
    @devabdul 10 місяців тому

    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.

  • @antoniosarusic5833
    @antoniosarusic5833 9 місяців тому

    This is absolutely amazing!!!!!

  • @nightcrawler2561
    @nightcrawler2561 8 місяців тому

    I so much needed this. Thanks a lot ❤

  • @h4pz
    @h4pz 10 місяців тому

    Really awesome series!

  • @eli1882
    @eli1882 9 місяців тому

    Vhyrro ❤❤