Code like a GOD with Neovim AutoComplete and Snippets!

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


Lets get Snippets and Auto Completion working in Neovim! Editors like VSCode have auto-completion and Snippets built in whereas vim and neovim do not. This tutorial will go over how to add auto completion and snippets to neovim with only a few packages written in lua.
Рекомендации по теме
Комментарии
Автор

Had an absolute headache trying to configure LSP, Autocomplete and snippets for nvim, nothing was working until I found these vids to guide me through.
Thanks man

JimmyBobble
Автор

all your neovim/tmux videos have been great and extremely helpful (never intimidating and a great pace). In addition, the line "and OMG oh look at that, oh isn't this amazing". That was quite hilarious. I think you might be the modern day Bob Ross lol

bryanchulander
Автор

Your videos have been really helpful ! So many plugins got me confused as to what is doing what, but your focused videos have made it very clear !

riebeck
Автор

Found your vids from looking at various nvim vids. Got to say, your content is very consistent and high quality. Looking forward to seeing more. Will sub.

f
Автор

Great video. I've been using the same bunch of plugins for the last year or so. Getting snippets to auto expand on tab is definitely a little trickier though!

peteryates
Автор

just got to the end of these nvim rabbit hole and i had to hit the sub button man thank you!!!!

switchjohn
Автор

I was using nvim-compe, now i switched to nvim-cmp as in your video. Is crazy good! Thanks!

eduardopina
Автор

OMG man you're doing a really good job, you make Nvim looks really easy for real, new sub!

andelsonnicolaslopezysabel
Автор

Amazing content as always, can we get an autoformat tutorial sir?

ApexPredatox
Автор

Great Job with these videos ! Now I just got to put my dementia aside and remember all my key bindings lol . I need a cheat sheet for my cheat sheet .

ChristophVonBagel
Автор

I started using lsp zero the othe day. It handles most of the setup steps, asks you if you want to auto install language servers upon opening files, etc. I just had to add it to my config and I was done. It is quite nice.

mosthed
Автор

Thank you for this series of neovim config videos! I've learned so much.

blocSonic
Автор

I was ready to cast all good manners aside and run bare naked on the street because i was damn frustated. But then i saw this video. And hell man. You fixed my issue.
Somehow i didnt had the completion window. Which was driving me nuts. But thanks to the on_attach thing i saw at 2:30 hope was rising in my mind. Thank you. You just let me sleep well and not run naked around in my city and most likely get arrested for that. Because i dont think "i got an unexpected nvim behavior" is a valid excuse. Thank you

tollpatsch
Автор

Thank you very much, these (3 ?) videos were very useful for me (I used vi, vim and now neovim for a while but without any plugin for coding, syntax, lsp or completion).

samueldiker
Автор

Thanks! I really needed a more in depth understanding of lsp configuration

davidrose-franklin
Автор

Sweet!!!! Please cover debugging with neovim. I will love for you to make something on that.

blessdarah
Автор

Thanks again for this video! Would love to see how to set-up NeoVim for easily debugging code!

fatboyslimshady
Автор

Amazing and thank you so much for the series. I've spent all day configured my Nvim and it's now awsome. <3
So i hope in the next video you can help us with Tabs.
I want to open the tabs with tree and stay there even i opened a new tab.
Wish you the best!

ThuanPham-qbzg
Автор

I am personally using LunarVim - config, preconfigured to have all of the features necessary to develop in modern world.

mble
Автор

Theres one thing I would like to hear your opinion on: why not use VSCode with Vim plugin? I am new to Vim world trying to learn it and all benefits/drawbacks comparing to modern editors, so in lack of experience I see this as trying to make Neovim look and feel more like VSCode. What am I missing?

mirkoigumnovic