How to Configure Neovim to make it Amazing -- complete tutorial

preview_player
Показать описание

Hey everyone! In this video I want to show you how I configure my neovim to make it amazing! I consider this better than VSCode.

This video goes over a lot:
* lua as a language and some of its features for neovim
* making your configuration modular using lua's `require` syntax
* installing plugins with packer to make vim better than vscode
* configuring plugins in a nice modular way.

Hope you like it, subscribe!

Chapters:
0:00 - intro to video
0:35 - neovim and lua
2:10 - modularize your config
3:00 - Packer package manager
4:10 - colorscheme, powerline, nvimtree plugins
5:05 - plugin_config directory and modular configs for packages
6:55 - treesitter for syntax, telescope for fuzzy find
8:50 - wrapping up!
Рекомендации по теме
Комментарии
Автор

Amazing! You have done a really good job. I'm just switching from old vimscript to lua and this put me on the right way in just few minutes.

mathdothings
Автор

Great tutorial. One comment I have, is add a couple second delay between when you finish edit in one config and beginning edit of next config to give us mere mortals a chance to pause and catch up :)

gunnerjoe
Автор

lsp-zero is one of the greatest thing for neovim beginers, a very easiest way to setup lsp, cmp and mason

thecastiel
Автор

As a beginner who already spend hours wandering through the nvim configuration jungle, this video helped me the most!

max
Автор

Amazing! Very clear, direct to the point and easy to follow! Thanks!

alfredoneto
Автор

Super cool tutorial Chris 👏🏻👏🏻👏🏻 I’m considering moving from VSCode to NV and I found it super useful … so, thanks 😀😀😀

gravstar
Автор

Thank you so much for this! This video helped to bring me down a deep, deep Neovim rabbit hole, and I LOVE IT! :D

rxbn
Автор

Exactly what i need to get started, Thanks Sir.

MuhammadUsama-mbre
Автор

Awsome, I have been struggling with documentation and VIM. This video saves me a lot of time. Cheers.

Nkrodamus
Автор

love your videos, you're turning me into a neovim lover

itswazowski
Автор

It was really helpful, thanks for the effort this video and thanks for all videos. Please continue, I'm enjoying watching.

eser-sahin
Автор

Brooo... I spent hours watching uselessa videos, then I found this short video.... what a regret
Amazing
🥳🎉

sheltonfrancisco-dev
Автор

Guys you need installing nerd font to do dev-icons works!

igorgoncalves
Автор

Thanks! found this super helpful - used as a base to get going.

mikemjharris
Автор

After several hours of stepping through the video frame by frame with several commands being missed because you have a rabid and crazed lust for speeding up the video while you do the voiceover I think I'm finally at about 60% of the functionality you've described... thanks? I think?? maybe???

stevep
Автор

Okay, I shall give nvim another try. Wanna those aesthetics and speed.

vnshngpnt
Автор

Thank you for such a helpful and detailed video! Will definitely use it for my first Neovim setup. By the way, what terminal app do you use or would recommend for macOS?

vittoriuz
Автор

vimscript is a simple scripting language, you can define functions and bind them to keys, or set options like you do in bash.

laughingvampire
Автор

Telescope needs to be updated to 0.1.4, or it will not work.

pedroluzio
Автор

Nice job man. You did good with this one.

djcardwellai