Тёмный

Awesome Neovim Setup From Scratch - Full Guide 

NeuralNine
Подписаться 366 тыс.
Просмотров 599 тыс.
50% 1

Today we will go through the full setup of the Neovim editor including an advanced config. We will use the WSL on Windows for that.
Config File: github.com/Neu...
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine...
💻 The Algorithm Bible Book: www.neuralnine...
👕 Programming Merch: www.neuralnine...
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine...
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/Neu...
🎙 Discord: / discord
🎵 Outro Music From: www.bensound.com/

Опубликовано:

 

6 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 352   
@andrewiglinski148
@andrewiglinski148 2 года назад
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 года назад
Happy to hear that! ^^
@jeevaalok1467
@jeevaalok1467 Год назад
@@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 Год назад
That's just the youtube AI watching you. Completely normal
@SeafoodFriedRice
@SeafoodFriedRice 2 года назад
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 Год назад
omg coc i love it, i love coc
@ThePhantomCoder
@ThePhantomCoder Год назад
@@PragandSens come on man
@kurihama4629
@kurihama4629 Год назад
i like coc-anaconda more
@jeevaalok1467
@jeevaalok1467 Год назад
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?
@trjblq
@trjblq 6 месяцев назад
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!
@Yupppi
@Yupppi 9 месяцев назад
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.
@StrikerEureka85
@StrikerEureka85 2 года назад
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!
@jmula1963
@jmula1963 2 года назад
i still dont get why to use neovim over webstorm or vscode? cuz its more minimal ?
@StrikerEureka85
@StrikerEureka85 2 года назад
@@jmula1963 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
@JetDev22
@JetDev22 2 года назад
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 года назад
This tutorial is clear and very thorough. Well done! I really like the upgrade from vim to neovim so far.
@mouhamed2692
@mouhamed2692 7 месяцев назад
as a beginner shuold i start whith vim or go to neovim derectly?
@jcen_
@jcen_ 2 года назад
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 года назад
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 Год назад
you are a life saver
@dwipaal-farisi4107
@dwipaal-farisi4107 Год назад
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 2 месяца назад
thx bro
@Capacitance240
@Capacitance240 2 месяца назад
Thank you!
@bennyreisen3733
@bennyreisen3733 2 года назад
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.
@carlflint8296
@carlflint8296 2 года назад
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.
@andychess
@andychess 2 года назад
Fantastic video. I'm just transitioning from vim to neovim, so this was perfect. Thank you:-).
@srinivasib1774
@srinivasib1774 2 года назад
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 2 года назад
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 2 года назад
@@BrunoArrais1 there is neovim lsp install (?) that use autocomplete server same as vscode, so may be no problem
@hyblm
@hyblm 2 года назад
@@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 2 года назад
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 2 года назад
@@francescojamesfanti973 ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-5r6yzFEXajQ.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
@beast2808
@beast2808 4 месяца назад
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
@ari_archer
@ari_archer 2 года назад
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 года назад
@@roronoazoro-lh1jz you don't exit out
@roronoazoro-lh1jz
@roronoazoro-lh1jz 2 года назад
@@paradoxial4246 then from :w
@harrygenderson6847
@harrygenderson6847 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 года назад
In newer versions, just typing :so will source the current file
@mr_airport7330
@mr_airport7330 2 года назад
Great nvim video! That would be epic to see more content like this in the future
@racky2
@racky2 Год назад
2:55 "Pick Ubuntu, if you want to." Eminem's been real quiet lately.
@ErastusK
@ErastusK Год назад
Worked perfectly, thank you! Didn’t have much luck going the Lua route other tutorial we’re using.
@kushagraverma7855
@kushagraverma7855 2 года назад
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 !
@MartyBuchaus
@MartyBuchaus 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.
@matheusc.5416
@matheusc.5416 8 месяцев назад
Nice video! 520k views but only 7.5k likes is a crime. This video deserves much more thumbs up!!
@CuriousScribbles
@CuriousScribbles 2 года назад
*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 года назад
thanks bud!!!!!! worked!
@CuriousScribbles
@CuriousScribbles 2 года назад
@@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
@sohelalamrana
@sohelalamrana 2 года назад
I followed your instructions and installed on Windows.. seamless, Excellent .
@vekmogo
@vekmogo 10 месяцев назад
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
@부브브
@부브브 8 месяцев назад
Thanks to your video, I could start to begin neovim life way easily! Thank you for kind explanation!
@wei7360
@wei7360 2 года назад
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?
@athuldas6494
@athuldas6494 2 года назад
Yeah please do more videos on nvim and its relevant plugins.... this is the first video that explained stuff in a more digestible way😂
@MrHaykav
@MrHaykav 2 года назад
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😎
@yourlinuxguy
@yourlinuxguy Год назад
That white bar penetrating the brain Icon is Really Sick, LOL ;).
@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)
@diegomora997
@diegomora997 Год назад
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 Год назад
I still didn't get it. Help me out with this.
@_garicas
@_garicas Год назад
All I have to say is that this video was perfect to me. Thanks for sharing your knowledge.
@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
@bruhmaster4207
@bruhmaster4207 2 года назад
Even after installing the plugins for some reason I didn’t have a plugged folder.. how do install coc now?
@ilkovyaroslav7286
@ilkovyaroslav7286 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
@johnjames4324
@johnjames4324 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
@lordchupreme5306
@lordchupreme5306 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?
@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
@charieri
@charieri Год назад
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.
@kurshadqaya1684
@kurshadqaya1684 2 года назад
I want to see contents related to nvim. Thank you very much. You are the reason I returned to vim again.
@parabolaaa
@parabolaaa Год назад
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 6 месяцев назад
Same here too. Please have you been able to solve it?
@radioguru52
@radioguru52 2 года назад
Subscribed. The world needs more people like you. Thanks!
@ThePhantomCoder
@ThePhantomCoder Год назад
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.
@user-ir2fu4cx6p
@user-ir2fu4cx6p 2 года назад
The plugin folder for me were '~/.local/share/nvim/plugged' totally different from all tutorials .
@vishweshrajurkar4150
@vishweshrajurkar4150 2 года назад
Thanks, mine was there too.
@irontecindustry9027
@irontecindustry9027 2 года назад
yeah make vim tutorial. And please suggest your views on dual boot .YOUR VIDEO ARE GREAT TO WATCH AND USEFUL
@context177
@context177 2 года назад
Amazing! Step by step, what i wanted!
@aryasatya4957
@aryasatya4957 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
@JoseGarcia-qq6sk
@JoseGarcia-qq6sk Год назад
Believe or not I am using this config today to get my simple NVim config working
@prabhjotsingh3172
@prabhjotsingh3172 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!!!!
@josephlebrun8040
@josephlebrun8040 Год назад
Where did the plugged folder come from? I don't have it did I install something wrong?
@dragongamer2774
@dragongamer2774 3 месяца назад
yup i had the same problem but later i found out the plugins were saved in /.local/share/nvim/plugged
@itskrox-johnochuro
@itskrox-johnochuro 2 года назад
that was an amazing tutorial. I learned a lot about NeoVim today.
@victorklimov5254
@victorklimov5254 2 года назад
Hint: If you type :so % you would not have to close and open nvim again
@atharvpatil3106
@atharvpatil3106 Год назад
how to you hit the ctrl and esc key so fast
@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
@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?
@minhnhatle1198
@minhnhatle1198 2 года назад
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.
@nzqxt
@nzqxt Год назад
i dont have the "plugged" folder, can you help me ?
@dragongamer2774
@dragongamer2774 3 месяца назад
its in the /.local/share/nvim
@withoutpetunia
@withoutpetunia 2 месяца назад
awesome video - it worked like a charm :) still searching autocomplete for HCL tho 😭😭😭
@333sskskxjzsskxk
@333sskskxjzsskxk 10 месяцев назад
First time i've heard about the nerd font installation on a diffrent video, i've thought of it as a joke
@cbraspen
@cbraspen 2 года назад
For Python programmers: imap :w:!clear;python % in int.vim
@baburamchaudhary159
@baburamchaudhary159 2 месяца назад
Fantastic! Can we do such customization in vi or vim as well?
@som4971
@som4971 Год назад
I dont have the coc.nvim file nor the plugged directory.
@vidalvegasmanchado2540
@vidalvegasmanchado2540 Год назад
thanks for all the help. I was in the swamp
@adarshgupta8215
@adarshgupta8215 2 года назад
Doing it in windows was a bit... But thanks to you, it worked :)
@albert4392
@albert4392 Год назад
Thank you so much for sharing the knowledge!
@suffear
@suffear 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.
@charlesk5138
@charlesk5138 2 года назад
would you consider doing this video for a lua config setup as well?
@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 ^^
@Echiduna
@Echiduna Год назад
Amazing video, thank you for generous sharing!
@gonzalooviedo5435
@gonzalooviedo5435 Год назад
all talking about lsp but is hard as hell, this installation is 10 times more easy to do
@ThisIsMMI
@ThisIsMMI 2 года назад
When I follow the same steps, I can't get plugged directory. Why?
@astitva5002
@astitva5002 2 года назад
same issue
@DevarshiAggarwal
@DevarshiAggarwal 2 года назад
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 года назад
@@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.
@AbdullahALSHRIQI
@AbdullahALSHRIQI 10 месяцев назад
i run PlugInstall in my user it work but if i run PlugInstall in Sudo nvim E492 no a editor command
@brunovuckovic3795
@brunovuckovic3795 Год назад
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 Год назад
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?
@_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?
@complextheory9529
@complextheory9529 9 месяцев назад
Hello its seems the python interpreter is loading but the autocomplete is not working for me. I installed jedi and the coc plugin.
@amirsharfu1448
@amirsharfu1448 Год назад
Thank you so muc for clear and very through explanation. Could you tell me how can i find out Coc for either Systemverilog/Verilog???
@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?
@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 ?
@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?
@vk0x564b
@vk0x564b Год назад
yarn install --ignore-engines 20:56
@beast2808
@beast2808 4 месяца назад
Thanks man!
@zalonics5177
@zalonics5177 2 года назад
How did you get the "Plugged" Directory?
@dragongamer2774
@dragongamer2774 3 месяца назад
its in the /.local/share/nvim
@spoofer9113
@spoofer9113 2 года назад
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.
@user-xu3so2ug1f
@user-xu3so2ug1f Год назад
some users might need to run pip install neovim if the terminal doesn't work because some python problems
@stdthanhnguyen753
@stdthanhnguyen753 Год назад
Good guidance, valuable advises, thanks.
@saiyajin_kakarrot
@saiyajin_kakarrot Год назад
A very clean tutorial.
@vinaysidawadkar3511
@vinaysidawadkar3511 Год назад
as u shown inside nvim folder u r getting all folders but in my machine those folders are not creating....help me
@Noam_Biard
@Noam_Biard Год назад
Just thank you, you are helping me so much
@tomas5970
@tomas5970 2 года назад
what?? i was just trying to set up nvim last night and gave up, epic
@DucNguyen-bm2pl
@DucNguyen-bm2pl 2 года назад
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 3 месяца назад
probably bcs u may have done it in the wrong directory u can check in .local/share/nvim/plugged
@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 ?
@cyberknight339
@cyberknight339 2 года назад
hey I am having trouble with the terminal...when I run it, it says vim-terminal ERROR: Python interface cannot be loaded .... but I have python installed both the python2 and python3..can anyone help me please
@TranLamYoutube
@TranLamYoutube 11 месяцев назад
How can I make suggestions appear when typing 'NERD'?"
@orgiophant93
@orgiophant93 2 года назад
Debian packages tend to be out of date. You should install Neovim with flatpak by running *sudo flatpak install flathub io.neovim.nvim* instead. But that being said, you don't even need to use the WSL to install Neovim on Windows. You can install an up-to-date Neovim on Windows using winget, scoop, or chocolatey by running *winget install Neovim.Neovim* or *choco install neovim* or *scoop bucket add extras; scoop install vcredist2022; scoop install neovim* and it works just fine.
@UdaySingh-im4hd
@UdaySingh-im4hd Год назад
yarn build gave me ==> 00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'
@vrajsavani
@vrajsavani Год назад
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?
@jiteshkumarsahoo2830
@jiteshkumarsahoo2830 Год назад
I'm having problems using the dev icons. The icons are not loafing at all. What should I do?
@anicecat
@anicecat Год назад
I can't enter new UNIX username when i type anything and enter just one result: "The specified network name is no longer available."
@makonduchiyesu7021
@makonduchiyesu7021 Год назад
I have followed all the steps but when I type ":PlugInstall" it is telling me that no plugin to install, why?
@rinatvaliullov3247
@rinatvaliullov3247 2 года назад
What about updating neovim? Why we install neovim but didn't not add ppa:neovim-ppa/stable?
@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
Далее
Как быстро освоить Vim / Neovim?
23:31
Turn VIM into a full featured IDE with only one command
11:55
Will A Guitar Boat Hold My Weight?
00:20
Просмотров 40 млн
I forced EVERYONE to use Linux
22:59
Просмотров 516 тыс.
The Only Video You Need to Get Started with Neovim
34:00
You Should Use A Neovim Distro If You Are New
10:42
Просмотров 159 тыс.
I tried 10 code editors
10:28
Просмотров 3 млн
Why I Cant Stand IDE's After Using VIM | Prime Reacts
17:51
100+ Linux Things you Need to Know
12:23
Просмотров 1 млн
Vim Tutorial for Beginners
1:14:29
Просмотров 724 тыс.
0 to LSP : Neovim RC From Scratch
30:47
Просмотров 1,3 млн