NeoVim Installation & Config on Windows

preview_player
Показать описание
In this video, we set up a basic NeoVim config on Windows natively.

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

🌐 Social Media & Contact 🌐

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

anyone who is reading this comment, u don't need wsl to run nvim in windows, just installed through following instructions & then use it in alacritty terminal it will work fast

dontknow
Автор

%localappdata% goes straight to the AppData\Local folder

alexcampbell-black
Автор

You don't need chocolatey, which is a third party app you need to install when you already have winget by default.

PaulSebastianM
Автор

THANK YOU SOOOO MUCH, I WAS STRUGLING HARD BEFORE THIS. Everywhere the .vimrc while was being used but i couldnt find it, this helped me so much, THANK YOU.

wannabeadonis
Автор

So educative channel i've been learning soo much from you ..thanks alot

itsamusthappen
Автор

When you’re using neovim in wsl how do you get it to show the normal neovim colours/theme? For me it is just the default Ubuntu colour scheme

XRavenxMotionsX
Автор

I love all the content of your channel. I'm always learning something new. Kudos!

jrgomez
Автор

If you're missing the "nvim" folder in Local AppData (because the .msi installer didn't automatically create it), create that folder and make the "init.vim" file like in the tutorial.

(you can use ":help config" command to see where NeoVim looks for the config file)

gmodhater
Автор

Thank's Brother, I really like your videos. you're pro.

edrasmendez
Автор

If Plug-vim crashes and gives an error (especially that it can't find the Git executable), make sure you have Git installed and the path to the bin folder is specified in the PATH environment variable. You can verify that Git is running in powershell by typing the git --version command. If it gives you the version, then plug-vim will work. If not, you need to add it there.

Owl_White_Wing
Автор

Hm I’m using VS code on Mac and Windows. Is there an advantage in Neovim that I don’t know?

Brennmeister
Автор

Not sure if you are still looking at comments for this but the command to install vim-plug didnt work

centipedekid
Автор

I don't like the fact things run as admin etc. Is it possible to install all these things on the standalone version instead? I cant find anyone that does and struggle to find a way around it.

Luftbubblan
Автор

how did you get the background in the terminal? It's looking really cool!!!

AnubhavRaj-sszv
Автор

so the only gripe i have is that you mention other videos like your config vid that are related and then you don't leave a link or tag them in chat and you have to do some digging, other than that your material is great and easier to follow than for example the primeagen whom i love his stuff but when you are new is hard to keep up with and i consider myself a very technical guy. and you break down the info in much ore understandable pieces. love your vids just please tag related somewhere more often if you could or give the name of the vid so its less of a guessing game.

steveg
Автор

dude, you missing nerd fonts in terminal on this video. Did you fix this?

mykytao
Автор

Was there anything about hows to change font sizes in NeoVim? Too laizy to watch it all through. 😊

itrendustry
Автор

does your full configuration video cover native windows, and if so what is it called?

michaelmerriott
Автор

Can I customize the configuration with lua? I just want to use the configuration that is already there for my linux

pavelgrigorov
Автор

I added set number, set relativenumber but I don't see the numbers

Kingkong-hf