Awesome Neovim Setup From Scratch - Full Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 363

  • @trjblq
    @trjblq 10 หลายเดือนก่อน +13

    Neovim is the equivalent of reverse parking your car when you don't need to, and I'm that person who will just because I can. Thanks for your helpful video!

  • @SeafoodFriedRice
    @SeafoodFriedRice 2 ปีที่แล้ว +135

    18:25 Conquer of Completion (coc) plugin isn't limited to only Neovim, you can use it in regular Vim also.
    22:15 coc-python is deprecated, coc-pyright is the recommended plugin to use.

    • @PragandSens
      @PragandSens 2 ปีที่แล้ว +25

      omg coc i love it, i love coc

    • @ThePhantomCoder
      @ThePhantomCoder 2 ปีที่แล้ว +9

      @@PragandSens come on man

    • @kurihama4629
      @kurihama4629 2 ปีที่แล้ว +4

      i like coc-anaconda more

    • @jeevaalok1467
      @jeevaalok1467 2 ปีที่แล้ว

      can someone explain me how to edit the greeted message when I run the nvim command please ?

    • @leftandright.x
      @leftandright.x ปีที่แล้ว

      What does deprecated means?

  • @andrewiglinski148
    @andrewiglinski148 2 ปีที่แล้ว +74

    Dude I have to say I know this is old... but I've been a node developer for like 6 years, have never heard of you until two weeks ago and now since I got assigned to some python work you've been on repeat for like 80% of my day.

    • @NeuralNine
      @NeuralNine  2 ปีที่แล้ว +12

      Happy to hear that! ^^

    • @jeevaalok1467
      @jeevaalok1467 2 ปีที่แล้ว

      @@NeuralNine can you please explain to me how to edit the greeted message on the screen when I run the **nvim** command?
      I came to know that the greeted message is in the runtime folder of the neovim . in that folder it's in the "default.vim" file .
      so can you please help me out with this ?

    • @vikingthedude
      @vikingthedude ปีที่แล้ว +1

      That's just the youtube AI watching you. Completely normal

  • @JetDev22
    @JetDev22 3 ปีที่แล้ว +13

    Thank you so very much! This tutorial cleared so many queations I Had after attempting to set neovim up from scratch just by using google and official documents. Great Work

  • @jenmanzella1948
    @jenmanzella1948 2 ปีที่แล้ว +38

    This tutorial is clear and very thorough. Well done! I really like the upgrade from vim to neovim so far.

    • @mouhamed2692
      @mouhamed2692 ปีที่แล้ว

      as a beginner shuold i start whith vim or go to neovim derectly?

  • @StrikerEureka85
    @StrikerEureka85 3 ปีที่แล้ว +16

    this is the most beginner-friendly neovim setup video I've found. and I've watched a whole bunch of them. this was the easiest to understand. thanks so much for this!

    • @blankcheckguy69
      @blankcheckguy69 3 ปีที่แล้ว +1

      i still dont get why to use neovim over webstorm or vscode?
      cuz its more minimal ?

    • @StrikerEureka85
      @StrikerEureka85 3 ปีที่แล้ว +2

      @@blankcheckguy69 because it lacks a UI it's faster but also once you get the hang of the Vim commands, you can code 10x faster

    • @roronoazoro-lh1jz
      @roronoazoro-lh1jz 2 ปีที่แล้ว

      cause why use text editor and ide when you can use single one,what people generally say is it saves their wrist pain

  • @andychess
    @andychess 2 ปีที่แล้ว +12

    Fantastic video. I'm just transitioning from vim to neovim, so this was perfect. Thank you:-).

  • @carlflint8296
    @carlflint8296 3 ปีที่แล้ว +8

    FYI with WSL2 you can export your system to a tar file that can be then imported on the same machine or other machines. So dumping a distro to start fresh isn't totally detrimental if you make a backup prior.

  • @mr_airport7330
    @mr_airport7330 3 ปีที่แล้ว +5

    Great nvim video! That would be epic to see more content like this in the future

  • @jcen_
    @jcen_ 2 ปีที่แล้ว +49

    I had a weird situation where I didn't have the nvim/plugged directory.
    I fixed it by adding path to `call plug#begin()` making it into `call plug#begin('~/.config/nvim/plugged') `
    Hope it helps someone : D

    • @regioxys9450
      @regioxys9450 2 ปีที่แล้ว +2

      you saved my life i spent the last hour trying to figure out why i was getting a bunch of errors despite following the tutorial perfectly.

    • @developercontact490
      @developercontact490 2 ปีที่แล้ว

      you are a life saver

    • @dwipaal-farisi4107
      @dwipaal-farisi4107 ปีที่แล้ว +1

      if u didn't use the above command, the /plugged directory would be in ur /.local/nvim/plugged. So yeah, make sure to add the above command to get the same result as the video

    • @potbeater8441
      @potbeater8441 7 หลายเดือนก่อน

      thx bro

    • @Capacitance240
      @Capacitance240 6 หลายเดือนก่อน

      Thank you!

  • @bennyreisen3733
    @bennyreisen3733 3 ปีที่แล้ว +5

    thanks for sharing your config and explaining in detail how the vim-plug works. One thing that drives me crazy is you saving, close and reopen vim every time you adjusted your config. just exit insert mode by hitting ESC key and write :source % which will source the current file and voila.

  • @sohelalamrana
    @sohelalamrana 2 ปีที่แล้ว +2

    I followed your instructions and installed on Windows.. seamless, Excellent .

  • @ErastusK
    @ErastusK ปีที่แล้ว

    Worked perfectly, thank you! Didn’t have much luck going the Lua route other tutorial we’re using.

  • @beast2808
    @beast2808 8 หลายเดือนก่อน +1

    If you guys are facing issues with yarn install and yarn build this is what worked for me:
    yarn build --ignore-engines
    then use:
    yarn run
    then when prompted for option use:
    build --ignore-engines

  • @kushagraverma7855
    @kushagraverma7855 3 ปีที่แล้ว +1

    can't thank you enough. I was new to vim / nvim world, coming from Intelli ecosystem.
    I had skimmed through several video on setting up nvim, but this was the one that helped to set all the things without surprises !

  • @Yupppi
    @Yupppi ปีที่แล้ว +1

    I loved the comment "Asking all the time doesn't make you a better programmer", instead reading 10s of posts about other people asking the same or almost the same but having not working solutions does.

  • @racky2
    @racky2 ปีที่แล้ว +1

    2:55 "Pick Ubuntu, if you want to."
    Eminem's been real quiet lately.

    • @pvcube66
      @pvcube66 3 หลายเดือนก่อน

      Lol

  • @lordchupreme5306
    @lordchupreme5306 3 ปีที่แล้ว +2

    Help. Yarn build @ 25:15 is failing in my system saying "no command build". I tried several things. Should i have a script in package.json for the build or what am i missing?

  • @srinivasib1774
    @srinivasib1774 3 ปีที่แล้ว +107

    Heyy, great video as always! But, I would suggest you to update your Neovim setup as it is quite outdated. You can upgrade to native LSP and also use Lua for configuration instead of viml. I would suggest you to do it cuz Lua makes Neovim a lot lot faster than before. Also, there are a lot of new plugins in Lua which are much faster than their viml counterparts.

    • @BrunoArrais1
      @BrunoArrais1 3 ปีที่แล้ว +5

      Hey there! Could you tell me if this Lua configuration and native LSP is stable enough for new nvim users? I was using vim extension on VScode but I wanna try to use neovim as IDE and I'm confused about these new features

    • @chibanghoang5876
      @chibanghoang5876 3 ปีที่แล้ว

      @@BrunoArrais1 there is neovim lsp install (?) that use autocomplete server same as vscode, so may be no problem

    • @hyblm
      @hyblm 3 ปีที่แล้ว +10

      @@BrunoArrais1 try giving lunarvim a try. It's neovim already setup with all the plugins you need. So you'll be able to use all the IDE like functionality right away. You might still want to make your own config later, but it's a great start if you just want to get a feel for what neovim can be like. Feel free to ask any more questions

    • @francescojamesfanti973
      @francescojamesfanti973 3 ปีที่แล้ว +1

      can you write me some tips to do so, i would like to start coding python in nvim (i used vscode so far). But i dunno where to start to have a good config. I just learnt some macros of vim and installed jedi

    • @woofiewill
      @woofiewill 3 ปีที่แล้ว

      @@francescojamesfanti973 th-cam.com/video/5r6yzFEXajQ/w-d-xo.html
      Watching this video will give you a lot of great info and walkthrough of how to use Vim in a useful way. This is not for Neovim specifically, but the information will transfer. And keep in mind that you should definitely train a little bit on some of the core Vim key bindings for navigating and editing before you stress about getting all your fancy plugins set up

  • @zosoutsav
    @zosoutsav 2 ปีที่แล้ว

    Love you man. I love you bro spend to days trying to configure finally so clean and neat work by you i could even do it on my macpro. Legend

  • @matheus_olliric
    @matheus_olliric ปีที่แล้ว

    Nice video! 520k views but only 7.5k likes is a crime.
    This video deserves much more thumbs up!!

  • @부브브
    @부브브 ปีที่แล้ว

    Thanks to your video, I could start to begin neovim life way easily!
    Thank you for kind explanation!

  • @radioguru52
    @radioguru52 2 ปีที่แล้ว

    Subscribed. The world needs more people like you. Thanks!

  • @context177
    @context177 3 ปีที่แล้ว +2

    Amazing! Step by step, what i wanted!

  • @MrHaykav
    @MrHaykav 3 ปีที่แล้ว

    Thank you very much BRO, your video is not just sequence of step of copy paste but with explanations and in a good manner. Now it's clear how to run plugins😎

  • @ari_archer
    @ari_archer 3 ปีที่แล้ว +66

    You can just type `:source %` instead of writing and exiting

    • @roronoazoro-lh1jz
      @roronoazoro-lh1jz 2 ปีที่แล้ว

      @Todd Nosferatu how does it differ from ':wq'

    • @paradoxial4246
      @paradoxial4246 2 ปีที่แล้ว +2

      @@roronoazoro-lh1jz you don't exit out

    • @roronoazoro-lh1jz
      @roronoazoro-lh1jz 2 ปีที่แล้ว

      @@paradoxial4246 then from :w

    • @harrygenderson6847
      @harrygenderson6847 2 ปีที่แล้ว +2

      @@roronoazoro-lh1jz It sources the current file, meaning you must first :w then :so%. If you just :w, it'll edit the config file but it won't then apply those config changes to the current session. If you just :so%, then the changes you've just made haven't been saved yet and won't be applied. You can also just source the current buffer without saving if you use :so.

    • @paulzupan3732
      @paulzupan3732 2 ปีที่แล้ว +4

      In newer versions, just typing :so will source the current file

  • @wei7360
    @wei7360 2 ปีที่แล้ว +3

    thank you man i have gone thru so much headache trying to setup. You are the only one that had clear instructions. Can you do a video on LSPs please?

  • @_garicas
    @_garicas 2 ปีที่แล้ว

    All I have to say is that this video was perfect to me. Thanks for sharing your knowledge.

  • @badral-balushi5911
    @badral-balushi5911 ปีที่แล้ว

    😍😍😍😍😍 the second time it all worked (the first time I was trying to solve the issues before watching what you are doing)

  • @yourlinuxguy
    @yourlinuxguy 2 ปีที่แล้ว

    That white bar penetrating the brain Icon is Really Sick, LOL ;).

  • @itskrox-johnochuro
    @itskrox-johnochuro 2 ปีที่แล้ว

    that was an amazing tutorial. I learned a lot about NeoVim today.

  • @kurshadqaya1684
    @kurshadqaya1684 3 ปีที่แล้ว

    I want to see contents related to nvim. Thank you very much. You are the reason I returned to vim again.

  • @vekmogo
    @vekmogo ปีที่แล้ว +2

    amazing tutorial, super simple! i use nvim for quick scripting, not looking forward to replace my jetbrains ide when it comes to java/golang nor vscode for python, but nvim kind of motivates me to learn lua/ruby

  • @suffear
    @suffear 2 ปีที่แล้ว +2

    @ 20:30 i had to search a bit for the plugged folder cause it"s not where it is in the tutorial.
    So i added "call plug#begin('~/.config/nvim/plugged')" the dir to the init and installed the pluggins again.

  • @MartyBuchaus
    @MartyBuchaus 2 ปีที่แล้ว +2

    Started to watch then you stated running this in WSL. Which is so backwards, Run windows in a VM on a linux hardware install. So much more secure and easier.

  • @LNMLucasMasiero
    @LNMLucasMasiero 2 ปีที่แล้ว

    thanks you so much! I've found this a really good tutorial, I could understand the way how VIM work with folders and the 'plug vim'. Now its more clear on how to also config the vim init. Thank u Thank u

  • @xalieri33ru
    @xalieri33ru ปีที่แล้ว +1

    Huge Thanks for videos man, they are so helpful. Took some time to recognize how to copy/paste in neovim and i got some additional errors. Hope i'll use neovim for writing code instead of vscode and continue understanding linux.

  • @parabolaaa
    @parabolaaa ปีที่แล้ว +3

    i dont have the plugged directory or the coc.nvim directory, and i dont know why, could you please provide me with information?

    • @habeebbabasulaiman7214
      @habeebbabasulaiman7214 10 หลายเดือนก่อน

      Same here too. Please have you been able to solve it?

  • @minhnhatle1198
    @minhnhatle1198 2 ปีที่แล้ว +1

    at 20:36 in my computer i can't see the folder named "pluged" anybody has an issue like me, please comment below if you know how to solve it

    • @otokon
      @otokon 2 ปีที่แล้ว

      sudo find . -name 'plugged'
      This command will find for you.

  • @kawasutanku
    @kawasutanku 3 ปีที่แล้ว +2

    this would have been super useful when I was working on a python project for work about a year ago going to book mark this and setup my vim for a more functional vim ide

  • @karthiksreenivasan
    @karthiksreenivasan 4 หลายเดือนก่อน

    I thank you from the bottom of my heart.

  • @DucNguyen-bm2pl
    @DucNguyen-bm2pl 2 ปีที่แล้ว +3

    21:23 I've done 'yarn build' and see the index.js file installed but init.vim keeps saying the build/index.js is not found.

    • @dragongamer2774
      @dragongamer2774 7 หลายเดือนก่อน

      probably bcs u may have done it in the wrong directory u can check in .local/share/nvim/plugged

  • @Echiduna
    @Echiduna ปีที่แล้ว

    Amazing video, thank you for generous sharing!

  • @albert4392
    @albert4392 2 ปีที่แล้ว

    Thank you so much for sharing the knowledge!

  • @athuldas6494
    @athuldas6494 3 ปีที่แล้ว +7

    Yeah please do more videos on nvim and its relevant plugins.... this is the first video that explained stuff in a more digestible way😂

  • @bruhmaster4207
    @bruhmaster4207 2 ปีที่แล้ว +3

    Even after installing the plugins for some reason I didn’t have a plugged folder.. how do install coc now?

    • @ilkovyaroslav7286
      @ilkovyaroslav7286 2 ปีที่แล้ว +2

      Not sure if this is still relevant, but: I encountered the same problem, most probably you use a mac os. I, myself, found a plugged directory in ~/.local/share/nvim/ ( .local is hidden dir, so it appears after "ls -a" command )
      Hope, that it was helpful

    • @ravipatel_776
      @ravipatel_776 2 ปีที่แล้ว

      @@ilkovyaroslav7286 I use Ubuntu and had same problem

    • @ravipatel_776
      @ravipatel_776 2 ปีที่แล้ว

      @@ilkovyaroslav7286 Alright thank you bro I found the plugged folder.

    • @ravipatel_776
      @ravipatel_776 2 ปีที่แล้ว

      So what you have to do is go inside .local/share/nvim/plugged, a totally different path. First, open a terminal, do ls -a then do cd .local then do cd share then do ls then do cd plugged/ there you go

    • @ta9sas
      @ta9sas 2 ปีที่แล้ว

      @@ilkovyaroslav7286 Thank you, It worked for me

  • @josephlebrun8040
    @josephlebrun8040 2 ปีที่แล้ว +2

    Where did the plugged folder come from? I don't have it did I install something wrong?

    • @dragongamer2774
      @dragongamer2774 7 หลายเดือนก่อน

      yup i had the same problem but later i found out the plugins were saved in /.local/share/nvim/plugged

  • @charlesk5138
    @charlesk5138 3 ปีที่แล้ว +2

    would you consider doing this video for a lua config setup as well?

  • @prabhjotsingh3172
    @prabhjotsingh3172 2 ปีที่แล้ว +2

    how did you get the auto complete for the vim commands?
    did i miss it in the video or it's supposed to be like that from the start?
    because i have to type all the commands exactly it's not showing autocomplete or anything for there.
    like the autocomplete for text is working fine, but it's not showing up for the commands
    Anyway, Thanks so much for the video, it was really helpful!!
    Edit: Figured it out, i just had to press tab lol

  • @evascroll
    @evascroll 2 ปีที่แล้ว

    thanks for the video,it help me a lot confg my tab ultra s8 using termux(no root)(ubuntu 22.04)was not easy and not the same steps but i did it, im new in the world of programing and is not easy for true beginers but is easy to fallow most of the process! i like how you motivate to search for anwser and fix error instead of make a step by step for everything!!! old carpenter,cabinmet maker,contruction, my only time trying computer was with linux madrake 7.0 that i still have the cds!! lucky i like to read, never is to late to learn!!!!

  • @aryasatya4957
    @aryasatya4957 2 ปีที่แล้ว +2

    Bro, when I run yarn build I got a error "error couldn't find a package.json file in "
    Can you tell me how to fix it ?
    Thank you

  • @vidalvegasmanchado2540
    @vidalvegasmanchado2540 ปีที่แล้ว

    thanks for all the help. I was in the swamp

  • @saiyajin_broly
    @saiyajin_broly 2 ปีที่แล้ว

    A very clean tutorial.

  • @ThePhantomCoder
    @ThePhantomCoder 2 ปีที่แล้ว

    Great video. Would have been nice if you briefly explained basic vim things, like it took me a second to realise I had to go into insert mode and stuff.

  • @Noam_Biard
    @Noam_Biard 2 ปีที่แล้ว

    Just thank you, you are helping me so much

  • @stdthanhnguyen753
    @stdthanhnguyen753 ปีที่แล้ว

    Good guidance, valuable advises, thanks.

  • @VictorSilvaDev
    @VictorSilvaDev 2 ปีที่แล้ว

    Wow Bro, this vídeo will help me a Lot. I've been searching for a way to setup vim editor because i want to learn code on Terminal instead of a IDE like Vscode. Thank you

  • @irontecindustry9027
    @irontecindustry9027 3 ปีที่แล้ว +2

    yeah make vim tutorial. And please suggest your views on dual boot
    .YOUR VIDEO ARE GREAT TO WATCH AND USEFUL

  • @JoseGarcia-qq6sk
    @JoseGarcia-qq6sk ปีที่แล้ว

    Believe or not I am using this config today to get my simple NVim config working

  • @nzqxt
    @nzqxt 2 ปีที่แล้ว +2

    i dont have the "plugged" folder, can you help me ?

    • @dragongamer2774
      @dragongamer2774 7 หลายเดือนก่อน

      its in the /.local/share/nvim

  • @zalonics5177
    @zalonics5177 2 ปีที่แล้ว +3

    How did you get the "Plugged" Directory?

    • @dragongamer2774
      @dragongamer2774 7 หลายเดือนก่อน

      its in the /.local/share/nvim

  • @baburamchaudhary159
    @baburamchaudhary159 6 หลายเดือนก่อน

    Fantastic! Can we do such customization in vi or vim as well?

  • @tonmoymojumder25
    @tonmoymojumder25 2 ปีที่แล้ว

    Awesome tutorial bro

  • @6eJlblu_KpoJluk
    @6eJlblu_KpoJluk 10 หลายเดือนก่อน

    thank you dude! its so helpful!

  • @anandxs
    @anandxs ปีที่แล้ว

    Great video! Very useful

  • @adarshgupta8215
    @adarshgupta8215 2 ปีที่แล้ว

    Doing it in windows was a bit... But thanks to you, it worked :)

  • @atharvpatil3106
    @atharvpatil3106 ปีที่แล้ว +1

    how to you hit the ctrl and esc key so fast

  • @farzanehrabiei8251
    @farzanehrabiei8251 2 ปีที่แล้ว

    Hi, great video, I have a question about creating a new grammar in nvim-tree-sitter, Do you have any experience about it?

  • @ngamsomset
    @ngamsomset 2 ปีที่แล้ว

    with coc, how did you select the suggestion words? without the config file setup, the enter key or any other key won't work. Or does it got the default key to select the word?

  • @som4971
    @som4971 ปีที่แล้ว +2

    I dont have the coc.nvim file nor the plugged directory.

  • @suffear
    @suffear ปีที่แล้ว

    I had some difficulty locating it on Windows. If I had checked in the explorer or used `ls` for once, I would have noticed the 'nvim-data' folder alongside the 'nvim' folder. This 'nvim-data' folder contains the 'plugged' folder where you run yarn. But instead, I spent about 2 hours searching everywhere else... I couldn't find any references online about where to find the 'plugged' folder on Windows, or i did not search good enough i guess ^^

  • @markandrow4010
    @markandrow4010 ปีที่แล้ว

    Hi, great video as all others, thank you.

  • @rul1175
    @rul1175 3 หลายเดือนก่อน

    Good job man 👍

  • @withoutpetunia
    @withoutpetunia 6 หลายเดือนก่อน

    awesome video - it worked like a charm :) still searching autocomplete for HCL tho 😭😭😭

  • @oneofthesixbillion
    @oneofthesixbillion 2 ปีที่แล้ว

    Thanks, I got my first nvim set up with vim-plug, vim-airline and somehow I even got coc.vim working! I'm on debian so I appreciated that you didn't do a windows only tutorial.

    • @bruhmaster4207
      @bruhmaster4207 2 ปีที่แล้ว

      When he got to the plugged folder it wasn't there for me. Where is it?

  • @_zelatrix
    @_zelatrix 2 ปีที่แล้ว

    I've installed a NerdFont on Windows but it doesn't show up in the font options for WSL terminal like it's meant to. How do I make it show up so that I have the icons?

  • @brunovuckovic3795
    @brunovuckovic3795 2 ปีที่แล้ว

    Ok, so I have been doing everything as you, but for some reason :PlugInstall command does not work. Also while manually typing in :set number, no words have been hihglited. Can you please help me with that?

  • @anuragindora2042
    @anuragindora2042 2 ปีที่แล้ว

    I'm setup neovim for python programming but when I type esc :something (NERDTrer.. So on) when didn't show any list. Then what am I do?

  • @amirsharfu1448
    @amirsharfu1448 2 ปีที่แล้ว

    Thank you so muc for clear and very through explanation. Could you tell me how can i find out Coc for either Systemverilog/Verilog???

  • @f.bell.9761
    @f.bell.9761 2 ปีที่แล้ว

    Thanks for this useful sharing !!

  • @delle2011
    @delle2011 2 ปีที่แล้ว

    Great, great video, thx a lot, e.g. I have to use use 'sudo yarn install' on raspberry. How can I know when to use and when not ?

  • @ThisIsMMI
    @ThisIsMMI 3 ปีที่แล้ว +2

    When I follow the same steps, I can't get plugged directory. Why?

    • @astitva5002
      @astitva5002 3 ปีที่แล้ว

      same issue

    • @DevarshiAggarwal
      @DevarshiAggarwal 2 ปีที่แล้ว +3

      replace `call plug#begin()` with `call plug#begin('~/.config/nvim/plugged')` I did a `:PlugClean` before `:PlugInstall`. Make sure node and yarn are on there latest stable versions.

    • @prinzkiwi8207
      @prinzkiwi8207 2 ปีที่แล้ว

      @@DevarshiAggarwal but if i do that it'll say 'Error detected while processing /home/user/.config/nvim/init.vim: line 34: E185: Cannot find color scheme 'jellybeans' '

    • @redspotaquashrimps
      @redspotaquashrimps 2 ปีที่แล้ว +1

      @@DevarshiAggarwal Thanks a lot! Cause I was pulling my hair off. After rewatched this video and wondering how does he get the plugged installed. :)

    • @DevarshiAggarwal
      @DevarshiAggarwal 2 ปีที่แล้ว

      @@prinzkiwi8207 You can install the jellybeans color scheme from their github repo. OR remove the line where it's initializing the scheme and add it later on.

  • @Godalming123
    @Godalming123 2 ปีที่แล้ว

    How do you get those icons in nerdtree I have installed fira code nerdfont and nvim-web-devicons and the icons are working in feline

  • @AndikaMcenroe85
    @AndikaMcenroe85 2 ปีที่แล้ว

    This is cool, but somehow separator vertical lines seems not displayed correctly, even though i have jetbrains mono medium Nerd Font is set, have any suggestions ?

  • @diegomora997
    @diegomora997 2 ปีที่แล้ว +1

    I don't know why you didin't include it, but in the is important the begin("~/.config/nvim/plugged"), I struggled finding out what was my problem lol, anyway thiis still the best video I could found.

    • @PritamSoni
      @PritamSoni 2 ปีที่แล้ว

      I still didn't get it. Help me out with this.

  • @jiteshkumarsahoo2830
    @jiteshkumarsahoo2830 2 ปีที่แล้ว

    I'm having problems using the dev icons. The icons are not loafing at all. What should I do?

  • @rinatvaliullov3247
    @rinatvaliullov3247 2 ปีที่แล้ว

    What about updating neovim?
    Why we install neovim but didn't not add ppa:neovim-ppa/stable?

  • @complextheory101
    @complextheory101 ปีที่แล้ว

    Hello its seems the python interpreter is loading but the autocomplete is not working for me. I installed jedi and the coc plugin.

  • @vitormicillo1
    @vitormicillo1 3 ปีที่แล้ว

    A "Jedi Language" amazing

  • @shanurmilon5433
    @shanurmilon5433 3 ปีที่แล้ว +1

    Can't find plugged file under nvim file. Help😢😢😢😢😢😢😢😢😢😢😢😢😢😢

    • @meierenergized4573
      @meierenergized4573 3 ปีที่แล้ว

      have you found a solution?=

    • @shanurmilon5433
      @shanurmilon5433 3 ปีที่แล้ว +1

      @@meierenergized4573 Yeah bro. Basically in plug#begin() we have to give the path of the directory where the plugs will be installed.

  • @vk0x564b
    @vk0x564b ปีที่แล้ว +1

    yarn install --ignore-engines 20:56

    • @beast2808
      @beast2808 8 หลายเดือนก่อน

      Thanks man!

  • @CuriousScribbles
    @CuriousScribbles 2 ปีที่แล้ว +1

    *Locating Plugged Folder on Windows Install*
    Here is what worked for me...
    1. > cd /home
    2. > ls - folder you see should be your username -
    3. > cd WhateverYourUserName
    4. > cd .local (don't forget the . )
    5. > cd share
    6. > cd nvim
    7. > cd plugged
    Hope this helps :)

    • @ronarmengol1677
      @ronarmengol1677 2 ปีที่แล้ว +2

      thanks bud!!!!!! worked!

    • @CuriousScribbles
      @CuriousScribbles 2 ปีที่แล้ว +1

      @@ronarmengol1677 Glad it helped bro. Sucks to get this far only to get stuck :)

    • @user-he4ef9br7z
      @user-he4ef9br7z 2 ปีที่แล้ว

      Or just
      > cd ~/.local/share/nvim/plugged

  • @damianmeneses4382
    @damianmeneses4382 3 ปีที่แล้ว

    great video, thanks! help me a lot

  • @nihirzala
    @nihirzala 11 หลายเดือนก่อน

    Hi im using ubuntu & setup this neovim but when im isntall coc nvim plug in I faced the same issue as you mentioned in the video but here is the catch I dont have any Plugg folder so what i have to do now?

    • @oroshi858
      @oroshi858 11 หลายเดือนก่อน +1

      i'v the same problem, did you find out?

    • @dragongamer2774
      @dragongamer2774 7 หลายเดือนก่อน

      @@oroshi858 yup its is located in /.local/share/nvim , by default

  • @مقاطعمترجمة-ش8ث
    @مقاطعمترجمة-ش8ث 2 ปีที่แล้ว +7

    The plugin folder for me were '~/.local/share/nvim/plugged' totally different from all tutorials .

  • @joseorlando7647
    @joseorlando7647 2 ปีที่แล้ว

    Great tutorial!

  • @cbbcbb6803
    @cbbcbb6803 2 ปีที่แล้ว

    Did I miss something? Does NeoVim startup with input mode as the default?

  • @spoofer9113
    @spoofer9113 2 ปีที่แล้ว +1

    20:34 my coc.nvim folder was elsewhere so I find it using this command
    find ~ -type d -name "coc.nvim" -print
    and then gone to that folder and installed yarn.

  • @vinaysidawadkar3511
    @vinaysidawadkar3511 ปีที่แล้ว

    as u shown inside nvim folder u r getting all folders but in my machine those folders are not creating....help me

  • @vrajsavani
    @vrajsavani 2 ปีที่แล้ว

    You have no idea how much this helped, thanks a lot. But i have one question. My code auto completion doesnt work, i installed everything and it still wont worl (im on Windows Powershell btw), do you know something that i may have missed?