Awesome Neovim Setup From Scratch - Full Guide

preview_player
Показать описание
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.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

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

JetDev
Автор

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

andychess
Автор

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

jenmanzella
Автор

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.

carlflint
Автор

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.

SeafoodFriedRice
Автор

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

mr_airport
Автор

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.

andrewiglinski
Автор

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 !

kushagraverma
Автор

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!

StrikerEureka
Автор

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

ErastusK
Автор

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.

bennyreisen
Автор

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 `

Hope it helps someone : D

jcen_
Автор

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😎

MrHaykav
Автор

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? <3 <3 <3

wei
Автор

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

zosoutsav
Автор

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

kjl
Автор

Amazing! Step by step, what i wanted!

context
Автор

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

radioguru
Автор

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

itskrox-johnochuro
Автор

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

ari_archer