Effective Neovim: Instant IDE

  Рет қаралды 835,227

TJ DeVries

TJ DeVries

Күн бұрын

Going from no set up to instant IDE using kickstart.nvim in #nvim.
Check out the repo: github.com/nvi...
PDE Video: • PDE: A different take ...
Twitch
We're always live streamin on twitch!Twitch : / teej_dv
Discord: / discord
Links
Twitch: / teej_dv
Twitter: / teej_dv
Github: github.com/tjd...
Editor
All my videos are edited by Flip. Give him a follow! / flipmediaprod
#coding #neovim #typescript #programming #vim #softwareengineering #codinglife #webdesign #webdevelopment #webdev #javascript #rustlang #rust #twitch #twitchstreamer #programmerhumor #codinghumor #software #softwareengineer #softwaredeveloper #softwaredevelopment

Пікірлер: 1 100
@teej_dv
@teej_dv 9 ай бұрын
I have an updated version of this now! Go check it out! kzbin.info/www/bejne/o2mmYXanbrqpb9E
@ariromerog
@ariromerog 9 ай бұрын
An example of why is best to read comments before watching the video 😆
@skinneymoney
@skinneymoney Жыл бұрын
I think it's worth mentioning that this video is deprecated, as the kickstart file now uses lazyvim and not packer.
@vibrantneon.
@vibrantneon. Жыл бұрын
Yeah, it appears to be using lazyvim now.
@debakarr
@debakarr Жыл бұрын
Still very helpful to understand how things work behind the scenes.
@user-mikesmith
@user-mikesmith Жыл бұрын
Still by far the best intro video I’ve seen
@MunishMummadi
@MunishMummadi Жыл бұрын
Iam a noobie Ur comment saved me🙃
@junesuprise
@junesuprise Жыл бұрын
XD
@anderdrache8504
@anderdrache8504 2 жыл бұрын
Wow, thanks! There were literally 2 reasons why I sticked with VSCode despite wanting to switch to NeoVim for some time: - No difficult setup - Ability to search for commands/shortcuts You simply showed how those work in NeoVim without much, I will definitely switch now! You also earned a new subscriber :D
@teej_dv
@teej_dv 2 жыл бұрын
Thanks :) that's pretty much the goal of the video was to show that those things are possible and you dont need to spend a whole year learning before you could be productive!
@almarn
@almarn 2 жыл бұрын
@@teej_dv Typing speed has nothing to do with productivity for a start. productivity for a team is the same tool for everybody....same process, same software..and nothing else. You have NO number to prove your point. Totally subjective..Same with Emacs dinosaure...
@bew
@bew 2 жыл бұрын
Tj is not talking about typing speed.... He's talking about learning neovim
@teej_dv
@teej_dv 2 жыл бұрын
@@bew haha yeah, I'm very confused about the comment by @almarn. Is my paycheck a sufficient number to prove that it is possible to be productive in nvim (even as a dinosaur)?
@almarn
@almarn 2 жыл бұрын
@@bew It is useless, unproductive at best like Emacs.Learning Emacs Lisp or something else..waste of time...I know both of them. they are relics of the past. Modern GUI with refactoring are not here by chance. Search for example...How to comment multiple lines with vi, vim, neovim or emacs...endless list of packing managers...want to try lsp mode with neovim or emacs...endless list of packages, scripts...and so on... There is also people reinventing the wheel such as Helix, or Kakoune did try both of them, impossible Emacs packaging such as Doom Emacs. Even on the console there is modern editor with almost everything ready such as micro. If you want a modern, sleek, fast editor there is Sublime Text. Learning neovim for fun why not...telling me productivity will increase is pure BS...
@TunWinNaing
@TunWinNaing Жыл бұрын
For myself, 0:00 Intro 1:44 PDE 2:11 setup Neovim as IDE 7:02 explain setup script 12:24 Treesitter 13:14 Language Server Protocol (LSP) 14:57 Summary
@kyleMcBurnett
@kyleMcBurnett 2 ай бұрын
I’ve been looking for a walkthrough like this. Thank you.
@teej_dv
@teej_dv 8 күн бұрын
Dang! Just saw this! Thank you!
@wojciechjasinski3152
@wojciechjasinski3152 Жыл бұрын
I want to say THANK YOU VERY MUCH! I am a historian and work as historian writing and editing texts on a daily basis for many hours. For many years I used MS Word for this job (or LO Writer) and for a long time I thought it was terrible user experience and a true nightmare. I tried to find an alternative to MS Word well this happened later. I wrote my whole MA and doctoral thesis (367 pages total) in MS Word and LO Writer and it was a true horror. In 2020 I joined a programming bootcamp to learn Java language to be able to start working as a programmer. During bootcamp we used IntelliJ Idea and I found it very good for writing and editing code. I finished this bootcamp. First, I used Vim inside VS Code (as addon) with Dendron. I started to use Vim standalone. The beginning was hard because of my old habits. I left VS Code and Dendron because I couldn't do all the job with keyboard. I love the minimalistic user interface of Vim and Neovim and it was for my very important because I often read the medieval manuscripts and work in screen split with a part with the photography of text and same place for text editor and Vim was extremely useful. With time and practice I learned how to use a Vim and set vimrc for my needs. It was very good. And then the news hit me: the introduction of Vimscript9. Then I jumped into Neovim and for some months I kept the init.vim inside Neovim. I wanted to switch to Lua config and Lua plugins but Packer readme page scared my very much. And recently I found Your video and I switched to Neovim with Lua config with Your help! Thank You very much! I still use MS Word (sad to say it is often seen as standard solution in my profession) but only as much as I have to do and I can handle it in such an amount. With Vim and now Neovim I simply feel the joy while writing or editing a text. Also when I copy a Markdown text MS Word with help of Writage MS Word destroys the text layout less then when write a long whole text in it!
@YusufKhan-rp2ui
@YusufKhan-rp2ui Жыл бұрын
Have you looked at Latex or Groff? Here are some videos on those: Thesis writing in vim+latex: kzbin.info/www/bejne/nHa8ZqShnK1mnNE Latex series: kzbin.info/aero/PL-p5XmQHB_JSQvW8_mhBdcwEyxdVX0c1T Special characters in vim: kzbin.info/www/bejne/jYHZp4J7ns55aJo There is also a groff series by the same author.
@wojciechjasinski3152
@wojciechjasinski3152 Жыл бұрын
@@YusufKhan-rp2ui Thank You for Your message! I know that Latex exists. I have tried it in the past. I heard about Groff and visited web page of this project. I have watched some vim YT videos from Luke Smith. I will think about these opportunities.
@YusufKhan-rp2ui
@YusufKhan-rp2ui Жыл бұрын
@@wojciechjasinski3152 With LaTex you'll want to use snippets. TJ demonstrates the use of snippets here: kzbin.info/www/bejne/ep-bYWOoobV8ntE
@cub8280
@cub8280 Жыл бұрын
Jestem pod wrażeniem, że nie tylko programiści, ale też historycy korzystają z naszego ukochanego vima :)
@wojciechjasinski3152
@wojciechjasinski3152 Жыл бұрын
@@cub8280 O tak to naprawdę zmiana niewyobrażalna. Zupełnie inny świat. MS Word to katastrofa. Wszelkie krótkie teksty do ok. 20 stron da się jakoś wizualnie ogarnąć i nic się generalnie nie rozpada. Oczywiście to nie poziom dokumentu LaTeX-owego. Wszelkie dłuższe rzeczy np. książki to kanał. A jeszcze takie rzeczy nie powstają w pojedynkę, ktoś otwiera to u siebie w swoim edytorze najprawdopodobniej innej wersji Worda lub czegoś podobnego i cały wygląd dokumentu dostaje tak w kość, że ojej. Możliwość edytowania korekty istniejącego tekstu poprawa w Neovimie to bajką wszelkie ruchy zaznaczenia no i pluginy typu Hop, gdzie można doskoczyć do wyniku wyszukiwania. Nabyłem już Vimowe odruchy serio. Zresztą co ciekawe jeżeli kopiuję markdownowy plik do Worda przez Writege-a to cechuje się on większą wizualną spójnością niż, jak gdyby napisać go od zera w MS Word. Na szczęście layout spada na wydawców czasopism naukowych i wydawnictw publikujących monografie naukowe i to one muszą zatroszczyć się o finalną stronę wizualną tekstu najpewniej z pomocą jakiegoś InDesigna itp. Do edycji krytycznych starych tekstów istnieje ciekawy program Classical Text Editor, który wyglądem przypomina starego Worda tylko wyśmienicie składa dokumenty finalny PDF typograficznie bardzo poprawnie złamane tylko obsługa pozostawiała wiele do życzenia np. zamknięty format pliku do pracy i część funkcji można było jedynie wyklikać myszką. Uwielbiam to, że Neovim pozwala osiągnąć tak wiele tylko z poziomu klawiatury to takie przyspieszenie. Uff Zachowuję się jak typowy fanboy Vima. Haha! Czasami i nieprogramiści korzystają z Vima lub Neovima. Tak kocham Neovima i uwielbiam go! Praca z tym edytorem to przyjemność dla mnie.
@brattonross
@brattonross 2 жыл бұрын
Thank you TJ for going through the workings of the config! I've been trying out lsp-zero with null-ls recently as a relatively quick way to set up lsp, autocomplete, formatting, etc. However as someone relatively new to neovim I felt like I didn't really understand what was going on under the hood. Your kickstart repository and this video have been incredibly helpful in this regard!
@teej_dv
@teej_dv 2 жыл бұрын
Thanks! That's good to hear cause that's definitely my goal :)
@eddiemuffin201
@eddiemuffin201 Жыл бұрын
​@@teej_dvI am a computer science student and I have been looking for an IDE to work with. I had a two weeks vacation to find one. And you won't believe I've spent all the weeks reading , setting up and deleting neovim. I love the editor but I have zero idea about how to find my way around it. I just watched this video. I am going to set up using this. Kindly come back to help me out with some more basic way to get along. Because the video I have watched, I see people keeping things in different directories. And it's so confusing. Thank you!
@bs_programming7043
@bs_programming7043 2 жыл бұрын
This is really awesome! I feel like this is the perfect amount of scaffolding that achieves a balance of opinions/defaults and the ability to go beyond. Makes me wish I had something like this a few years ago when starting Neovim. So stoked for others to hopefully hop on and get involved with the most loved editor :) Thank you and the contributors for all of the amazing work y'all do!!
@Guilherme-qk9so
@Guilherme-qk9so 2 жыл бұрын
I've been using vim for around 4 or 5 years at this point, and I always watch your videos (and Prime's) thinking I'm just going to "watch, like and comment for the algorithm to help these awesome guys" And there's ALWAYS something that BLOWS MY MIND for me to try out! These videos are awesome, thanks a bunch TJ :)
@jR-tm3ko
@jR-tm3ko 2 жыл бұрын
What an important video this is. Unbelievably clear, concise and informative. You make these daunting subjects appear to be so approachable. I hope you realise the impact you have on this community. thank you!
@Boxing_Gamer
@Boxing_Gamer 11 ай бұрын
They are only daunting because we don't give them the time and attention they need. In our daily life we are faced with much more difficult subjects, when you think about it.
@PhilipDudley3
@PhilipDudley3 2 жыл бұрын
I love the pace of this video and how you explained all the different components. I had kind of whipped something like this together and equated it to Lunar Vim and Space Vim, but I wouldn't call it a distribution either. This is great work!
@Lysquid
@Lysquid Жыл бұрын
Oh man, I started my neovim journey a month before this video, and this sane minimal config was exactly what I was looking for, would have saved me much troubles. Thank you for this, your contributions to the community are incredible !
@andyyiu3987
@andyyiu3987 2 жыл бұрын
Stumbled upon this at 3am here. Been mostly a casual/enthusiast/noob programmer using vscode mostly, but was always curious about people who use vim/nvim as their IDE. Been too lazy to set up and configure myself, so this video and its associated script was great help.
@teej_dv
@teej_dv 2 жыл бұрын
Awesome! Hopefully it can give you a peek to what we love about neovim!
@j1d7s
@j1d7s 2 жыл бұрын
Thank you for all the awesome work you have been doing! It is so cool to being able to configure that many things in just one file and get started with customizing things so easily. I want to move more and more to Neovim since it really helps me getting into the flow when programming. There have been some obstacles to be using it as a full IDE in the past, but the time is ripe now to dump the other IDEs!
@galvaberaitelio
@galvaberaitelio 5 ай бұрын
This was the most valuable howto video. I thoght I wil just leave this vim thing for real nerds. And now... I can make search within my hundreds of text files, I need no more file managers, and... I can actualy use the mighty vim without any other programs... Thank you a lot, man.
@odoenet
@odoenet 2 жыл бұрын
As a long time vim user, I was just comfortable in my vimrc, but spent this week diving into all the neovim lua configs, and it is such a smooth experience. I don't need a ton of different plugins for each lang and the fzf experience is just as good, if not better. I think I'm a convert, thanks!
@teej_dv
@teej_dv 2 жыл бұрын
Awesome! hope you enjoy it and have lots of fun :)
@nicholasmuiseYT
@nicholasmuiseYT Жыл бұрын
Awesome, I needed some sort of an introductory video to configuring Neovim and this did the trick. I spent a bit of time researching what an LSP was, which really helped illuminate how these IDE tools I've been using for years actually work. Seeing the ability to configure Neovim in this way really opened my eyes to what was possible with this. Looking forward to exploring and learning more!
@andredealbuquerque105
@andredealbuquerque105 2 жыл бұрын
Incredible work Teej! I would love to see more usages of quick fix lists. I still dont have an amazing grasp of what / how to use this. But they seem very powerful
@艾曦-e4g
@艾曦-e4g 2 жыл бұрын
I love quick fix list with the help of complier, that is just amazing.
@smjonas8616
@smjonas8616 2 жыл бұрын
One great use case is to to run a command on all files in the quickfix list using cfdo. For example, you could first use Telescope's find_files command to filter a list of files, then press to add them to the quickfix list and afterwards you can run something like :cfdo %s/foo/bar to replace all occurrences of foo with bar (in all files that are in the quickfix list). Don't forget to run :wa to save all files at the end of it :)
@isaacvicente
@isaacvicente 2 жыл бұрын
Setting up my first dotfiles here and your video really helped a lot. There's so much resources out there that I often get overwhelmed. Really appreciate your work, TJ 👊
@amirreza-dev
@amirreza-dev 2 жыл бұрын
This is one of the best neovim tutorial I've ever seen in the Internet. Hands down Straight to the point and super useful Thank you so much for this important video You just made me use neovim without any trouble thanks a lot
@hashtagPoundsign
@hashtagPoundsign Жыл бұрын
Upon a second viewing after I figured out how to exit, I have to say it's a really good video. I've been testing out different setups for nvim, finding what works for me and what doesn't. I really do like it.
@chyldstudios
@chyldstudios 2 жыл бұрын
Awesome job TJ. It's videos like this that will definitely help new users get up to speed on their neovim config.
@DanielF847
@DanielF847 Жыл бұрын
This is great! I appreciate you taking the time to really explain what's happening. Very 'Teach someone to fish' instead of 'give someone a fish'
@gorudonu
@gorudonu 2 жыл бұрын
That's great! Thank you. It would be nice if this config would also had DAP setup because it's not an IDE without debugger :)
@teej_dv
@teej_dv 2 жыл бұрын
That's on the list next!
@cattohappy9263
@cattohappy9263 2 жыл бұрын
Funny enough I watched ThePrimeagen's vimrc from scratch video this morning and now this video is popping out. Btw I really miss TakeTuesday
@KronosaurusRex
@KronosaurusRex 2 жыл бұрын
Me too! TakeTuesday was really nice, hope we have a new one soon. Really miss the intros
@vaisakh_km
@vaisakh_km 2 жыл бұрын
Because just uploaded it yesterday only
@maninalift
@maninalift 2 жыл бұрын
This is great, thanks. This seems like a better starting point than fatter starter kits like nvChad, since it's easier to get your head around everything that is in the config and take ownership of it. A video neovim "IDE - > PDE" that starts where this one leaves off, and doesn't try to go through a huge heap of plugins and options but talks about how to incorporate new things into this config, a reasonable way to strucrure as you first break-out from a single config file. Eg many people seem to basically build their own module system for self-contained definitions of plugin configs, that define the dependencies of each plugin, config, loading, and sometimes associated keybindings in one place. This makes sense for reducing invisible dependencies in configuration but it also feels like a lot.
@thornuridbahir8309
@thornuridbahir8309 2 жыл бұрын
Awesome video, love what you are doing. This actually made me rewrite my old config using this script. One thing that I am missing is DAP, I would love to see some video on debugging.
@teej_dv
@teej_dv 2 жыл бұрын
that's on the list! Seen a lot of people mention it, so I'll make sure to do a vid about it
@trevorstoddart9624
@trevorstoddart9624 2 жыл бұрын
@@teej_dv Love to hear it!
@thornuridbahir8309
@thornuridbahir8309 2 жыл бұрын
@@teej_dv That is great to hear, I am looking forward to it.
@Voltra_
@Voltra_ Жыл бұрын
OK this is actually the single best video for NVIM beginners out there. A few months back I wanted to migrate from vim to nvim and never managed to get anything working. I uninstalled everything, reinstalled nvim properly, followed the instructions, and now I have everything I wanted working. I might try this at work and forget all about my IDEs
@threee1298
@threee1298 Жыл бұрын
This is awesome! Looks like it swapped from using packer to lazy a few days ago, anyone else get the lazy.nvim error "no specs found for module custom.plugins"? Can't find anything online about it 🤔
@threee1298
@threee1298 Жыл бұрын
I'm dumb, there's a line that says if you only copied the 'init.lua' you can comment this line to get rid of the warning, like line 188
@SiddharthReddyThudi
@SiddharthReddyThudi 10 ай бұрын
first i watched this video, my mind exploded, but coming back after like a month, trying to get into nvim, playing with it for 2 days, i got some familiarity with it, this video helped a lot with the set-up, tqsm TJ, really appreciate your work, tq.
@southernraven4713
@southernraven4713 Жыл бұрын
i think this may be outdated, followed instructions to a T and couldn't get the init file to work
@4w0ken
@4w0ken Жыл бұрын
same
@CoClock
@CoClock Жыл бұрын
@@4w0kensame
@filipposchristou441
@filipposchristou441 Жыл бұрын
I just completely rebooted my 5 years old vim configuration. It serves as an excellent fresh start. Thanks a lot!
@RobbieJacobs_Talks
@RobbieJacobs_Talks Жыл бұрын
Hey, the majority of the script is working but I do get an error. Error detected while processing /home/user/.config/nvim/init.lua: No specs found for module custom.plugins All parsers are up-to-date! Not sure how the fix it. Any help would be greatly appreciated
@santiagoarellano2983
@santiagoarellano2983 Жыл бұрын
Had the same issue. If you just copied the init.lua you just have to comment line 189 or something like that (it says there right in the comments)
@debasishraychawdhuri
@debasishraychawdhuri Жыл бұрын
I am a rust developer and this is the first setup that worked out of the box. thank you.
@davidbean6053
@davidbean6053 Жыл бұрын
I can't even 'Simply paste in'
@elektra81516
@elektra81516 5 ай бұрын
Control + Shift + v
@introvertedbot
@introvertedbot Жыл бұрын
Finally, a video which is straight forward, don;t have a lot of fancy things to do, simple and clear explanation of plugins. Thank you so much for this video
@LuccDev
@LuccDev 2 жыл бұрын
Still no practical way to debug... I don't get how I never see this topic addressed. Like, how do you guys debug really ? Just with raw tools like gdb, pdb etc. ? Or you jump straight into vscode ?
@julius7574
@julius7574 2 жыл бұрын
Personally i use gdb in a extra tmux Tab but only because i didnt Setup dap at the time
@LuccDev
@LuccDev 2 жыл бұрын
@@julius7574 I find that even dap isn't convenient, in my opinion. The latest node debugger (the one embedded in vscode) is broken with dap.
@thomasfrans1185
@thomasfrans1185 2 жыл бұрын
He has made a video about this before with BashBunny, using DAP for debugging. I use that approach and it works nicely :) Especially for attaching to other processes, as I use a lot of TUI programs.
@vaisakh_km
@vaisakh_km 2 жыл бұрын
Yes i really wanted to use debug adaptor plugin, but it's resources are really defficult to get both in lvim and nvim
@andrews8733
@andrews8733 2 жыл бұрын
There's a plugin called Vimspector, which I've had success with (at least for debugging python)
@cnicolas
@cnicolas 2 жыл бұрын
I'm always learning new ways to spell words from youtube videos, today it was ENVIORMENT.
@teej_dv
@teej_dv 2 жыл бұрын
oh no no, where did i spell that wrong haha
@Storm.Trooper
@Storm.Trooper Жыл бұрын
Guys, I want to say a huge thans for your kickstart repository for NeoVim. I've been wanting to switch to Vim completely for a long time, but I was too lazy to write a big config, so I made a small one and used it. Now thanks to your repository, I will be able to use the full power of NeoVim! Thank you very much!
@ForeverZer0
@ForeverZer0 Жыл бұрын
Thanks so much for this video, it really helped me "kickstart" my neovim journey, If someone told me a year ago that I would be using vim today, I would have laughed at them, but here I am, using vim thanks to yourself and theprimegen hyping it up non-stop to us. :D
@codetothemoon
@codetothemoon 2 жыл бұрын
Thanks TJ! I had gone all in on doom emacs a few weeks ago, after seeing this I kind of want to switch back…. Well done 😎
@wichtel1805
@wichtel1805 Жыл бұрын
This really helped me. Threw away my first custom config and started anew with kickstart as a foundation. Thanks for the video!
@RoryDavidWatts
@RoryDavidWatts Жыл бұрын
This is really awesome. I tend to use windows + vscode, but spent a few years with vim/nvim. Just switched my laptop back to ubuntu and installed this, and it just feels great. You've done an excellent job, thanks so much.
@gravity_not
@gravity_not Жыл бұрын
Started using Neovim like few days ago, used the kickstarter project, now i am using vscode neovim plugin (to start slower, but i also check in iterm2 what i can do -> what is possible), and i love that in 12 mintues i learned more about super-fast navigation between files, and searching stuff (helped myself with GPT a little bit) than in the last few years. I've been on automation end like trying to add system shortcuts to everything and macros, and bash/zsh commands, but now it's time to dive deeper into managing the code navigation ;) thanks!
@spicywe1ner
@spicywe1ner 11 ай бұрын
great tutorial, as a new Neovim user, i watch this once a month and seem to learn something new everytime. Thank you!
@inertia_dagger
@inertia_dagger Жыл бұрын
I started with this, tweaked it, now dropped it and rewrote from scratch, taking some snippets from kickstart. Thank you!
@anujupadhyay10
@anujupadhyay10 Жыл бұрын
Few weeks back, when I was trying this out it didn't work in in my WSL ubuntu environment (turns out cmake was missing and neovim version was 0.7) and ended up following the Primagean's video. Today I just happened to configure this completely plus make changes according to my liking in Powershell (Windows 10) This is really life changing moment.. thanks a lot for the good work.
@randall.chamberlain
@randall.chamberlain 2 жыл бұрын
Brilliant. I switched to nvim because of telescope, so I thank you for showing me the perfect editor for programming geeks like me.
@n0kodoko143
@n0kodoko143 2 жыл бұрын
This video was great. Excited to continue the plugin series you and bash started. That was VERY helpful!
@teej_dv
@teej_dv 2 жыл бұрын
yeah, bash and I have some stuff planned once the new year starts. we've both been too busy to connect during this part of the year!
@Lukeisun7
@Lukeisun7 Жыл бұрын
this made it so much easier to get into neovim, I have been mostly using it for the past month or two. I forget which nvim "distro" I used before but I the configuration was too confusing for a noob. Kickstart is a lot more digestable, thanks
@tanushmahajan3359
@tanushmahajan3359 Жыл бұрын
I love this. Been a little hesitant to get started with vim and all the videos on here I've found like hour long tutorials which I don't wanna get into. But this this great. Thanks
@francksgenlecroyant
@francksgenlecroyant Жыл бұрын
How could I not subscribe to this channel for such a wonderful introduction to Neovim as a PDE 😂😂, you got me man.
@andrebelmudespaiusco193
@andrebelmudespaiusco193 Жыл бұрын
Been struggling over neovim and installing/deleting new plugins over and over again, for the most of the time using another editor, didn't have that much pacience to stay searching for and configuring everything, this one seems to be something really amazing for a starter. Thank you! You could go through this file and start to modify it or improve it, showing better ideas and what could be added to it.
@EluLawlielt
@EluLawlielt 2 жыл бұрын
TJ thank you so much. I've been looking for something like this for months. You and Prime push me to really improve my perf and become... Blazingly Fast.
@АлександрЛобов-ю6ж
@АлександрЛобов-ю6ж 10 ай бұрын
dammit I should've watched THIS video instead of prime's setup. Very well explained and I just got everything aligned in my head, wow
@durus-io
@durus-io 2 жыл бұрын
I was so happy to see this released, my work laptop broke before going on xmas vacation and I am now setting up my new laptop and decided to try this out and not start of with installing vscode. Wish me luck!
@mechwarrior83
@mechwarrior83 2 жыл бұрын
Not only did you drop some mad knowledge, you did it in a super engaging way. What a great little channel, hope this (channel!) blows up
@fliplucky8813
@fliplucky8813 2 жыл бұрын
This is amazing TJ. I have been using vim motions for quite a while now. I have been going on and off nvim for several times, and currently using lunar vim, because the point were i always get stuck, is the configuration part, selecting plugins, sane defaults etc. This is a great foundation, little time required to implement , and so much work and care put into it A big thank you
@teej_dv
@teej_dv 2 жыл бұрын
thanks :) keep using lunar vim if you like it! you should use what makes you happy and productive!
@fliplucky8813
@fliplucky8813 2 жыл бұрын
@@teej_dv Oh, it isnt that lunarvim is bad. It does a great job for my current usage. But, since it is pretty whole out of the box, it makes me "lazy" ( in my opinion ) to not learn the tool and all its capabilities. Configuring it myself, and building it up gives me a complete understanding of the tools in my possession and more or less "forcing me" to actually know what is inside the package. WIth the kickstart, I can add a new project to my sideprojects. Using lvim for continueing my projects, and nvim kickstart to slowly dive deeper into nvim, and building my own editor. without tripping over the entry barrier of the config from scratch, but starting with a sane default from the perspective of an experienced nvim user.
@vibrantneon.
@vibrantneon. Жыл бұрын
This was super easy and helpful, i started Ubuntu a month or so ago, and this was a breeze! Will set this up when I move to PopOS. Giving awesome WM a try again when I have more time to give it a try. Thanks for the video!
@jayhargis2352
@jayhargis2352 Жыл бұрын
I never comment on anything, ever. TJ you rock and this is fantastic. Thank you
@leonlee9518
@leonlee9518 Жыл бұрын
Thank you made this video , i've been exchange from IDE to neovim for weeks .
@TheLinuxCast
@TheLinuxCast 2 жыл бұрын
Thanks for this video. It was really helpful, and finally got me moved from vimscript to lua for Neovim.
2 жыл бұрын
Hi, I'm TJ DeVries and I've created every single fundamental plugins that you are using today in neovim. Thank you for this video!
@KirillSapelkin
@KirillSapelkin Жыл бұрын
Thanks a lot. I was stuck before you pointed out kickstart. And thanks for this video. Most informative.
@changtimwu
@changtimwu 2 жыл бұрын
I've been a 10-year vim user and started to try neovim two weeks go. This video is really helpful. I ditched all I have tried the two weeks. The default configs in the kickstart script perfectly match everything I need.
@peanutcelery
@peanutcelery Жыл бұрын
Thank you. Configuring nvim was the most difficult for me, but with this the initial config experience will be easier.
@ankitvashisht7350
@ankitvashisht7350 2 жыл бұрын
This is insane. Thanks for the video TJ. As always you're awesome !!
@marcinborkowicz2557
@marcinborkowicz2557 Жыл бұрын
You actually convinced me to start using Neovim. Thanks! Also, Lua seems to be really awesome lang.
@samgould8567
@samgould8567 2 жыл бұрын
I appreciate all that you do for NeoVim and would love to use it, having over a decade of proficiency in a Vim and Tmux workflow. Unfortunately, I had a very negative experience with another core NeoVim maintainer, bad enough where it turned me off from NeoVim forever. In 2017, I picked up Emacs to fill in the gaps in Vim for IDE-like features, and the Emacs community has consistently been the most vibrant, intelligent, and supportive community I’ve ever had the pleasure of interacting with (and being a small part of). With open-source projects that you plan on using for decades of your personal and professional life, the community matters just as much as the features. On a tangential note, the NeoVim community has benefited from ideas taken from other editors, including from Emacs (which-key, undo-tree, and use-package being three big ones), but what I want to know is this: has the NeoVim community ever innovated in such a way as to benefit the wider ecosystem of editors? I’m not talking Vim, I’m talking NeoVim. IMO the NeoVim community is vastly overrated, which is funny, because one of the original reasons for the creation of NeoVim was perceived problems not only with Vim, but the Vim community.
@teej_dv
@teej_dv 2 жыл бұрын
Sorry to hear about your bad experience :/ but I'm happy that you're enjoying emacs! It's a very cool editor. I think nvim has done a lot of work using tree-sitter in innovative ways. In fact, the tree-sitter core team recently reached out to neovim to ask if they could upstream some of the ideas so that more people could benefit from it. I think nvim has also innovated regarding using Lua, and the way it's been integrated in the editor. It was also one of the first terminal based editors to show that it's possible to have things like: 1. builtin LSP support 2. builtin treesitter support 3. and a sane scripting language. Each of these has hide wide & fear reaching effects that may not be immediately visible but I think are great for the software development ecosystem. In additiona, neovim has helped fix bugs and upstream those to vim, as well as to many of the different tree-sitter grammars and lsp implementations around. Hope that helps :) and thanks for watching the video!
@samgould8567
@samgould8567 Жыл бұрын
Thanks for your response!
@sarvjotsingh2232
@sarvjotsingh2232 2 жыл бұрын
Man I just found you out from neovim conf through some random rabbit hole for starting out with neovim, and here you are with this video, even before conf ended 😂😂
@christiansakai
@christiansakai Жыл бұрын
As a beginner in Neovim, but been using barebones Vim for several years. This is the only neovim configuration that I trust after looking at other distributions. Amazing!
@Joefish90
@Joefish90 2 жыл бұрын
I have been using vim for a really long time now but haven't kept up with new plugins or the development around neovim. I followed along the video and just as you said, copy-paste kickstart and you're basically ready to go and completion, fuzzing, etc is actually fast! mindblowing. Thanks for your work :)
@smithshelke2036
@smithshelke2036 2 жыл бұрын
This is the best project so far which will attract more and more people to do productive neovim. Really thank you for the hardwork on this project
@teej_dv
@teej_dv 2 жыл бұрын
my pleasure!
@seethruhead7119
@seethruhead7119 Жыл бұрын
I abandoned neovim when we moved to typescript. I couldn't get completions working nicely, I was on an 8 year old nvim config. I hadn't figured out all the new stuff like LSP, telescope that everyone was using. It was incredibly daunting to completely redo everything from scratch with so many new concepts. This is just what I needed.
@antonvarich4897
@antonvarich4897 Жыл бұрын
Fantastic video! I have been wanting to use neovim to its full potential for quite some time, but did not know where to start. This is really helpful to get going!
@felixvadcard4208
@felixvadcard4208 2 жыл бұрын
For 1 year i wanted to use neovim for my personal project. This did make me do the extra step i was missing. Thank you so much TJ.
@philbrk8750
@philbrk8750 Жыл бұрын
"one last kiss goodbye before you break up with the mouse" - this made me smile more than it should have :D
@jimedwarde7365
@jimedwarde7365 2 жыл бұрын
this was great, thanks. been trying to get to grips with nvim for a while but since watching this a few days ago my nvim experience is 10x blazinger (genuinly :))
@T0bias_Brandt
@T0bias_Brandt Жыл бұрын
Amazing! Thank you so much. I've been wanting to make the switch from vim for years and with this I feel fired up to finally do it.
@vladflore
@vladflore 2 жыл бұрын
This is exactly what I, as a forever (n)vim beginner, have been looking for to give me a gentle push in the right direction. Thanks!!!😊
@teej_dv
@teej_dv 2 жыл бұрын
So glad to help!
@maurogarcia2012
@maurogarcia2012 2 жыл бұрын
Damn TJ, this video is pure gold! I just spent like 2 hours doing all those things manually a few weeks ago :( I'm even considering deleting all my configs and start from scratch with this setup. As always, amazing job. Thanks for everything!
@Gustafonair
@Gustafonair 2 жыл бұрын
Been dragging my old config with me for a while now, this made it super easy to move over to lua, thank you!
@justcorsin
@justcorsin 2 жыл бұрын
Keep up the good work!
@teej_dv
@teej_dv 2 жыл бұрын
Whoa! Thank you!
@vlya1533
@vlya1533 Жыл бұрын
Not sure if that's mentioned in video (maybe I've just not noticed) , it requires neovim >= 0.8. On Ubuntu with default neovim (0.7) from its deb repo, there's an error: "lazy.nvim requires Neovim >= 0.8.0, E5113: ...: module 'telescope' not found:". Then after reinstalling it to a newer one (from snap), it's all right now.
@notgate2624
@notgate2624 2 жыл бұрын
Thank you!! I have dozens of videos saved for setting up neovim and just haven't gotten around to it because of how daunting it was.
@teej_dv
@teej_dv 2 жыл бұрын
I hope you enjoy your journey :)
@gregorywpower
@gregorywpower Жыл бұрын
This is absolutely amazing. I wish I had this is stead of spending a ludicrous amount of time setting up CoC.
@abbashaider7165
@abbashaider7165 Жыл бұрын
Bruh, This is just brilliant, I am out of words. Thankyou sooo very muchhh..!!
@JonesyJSU
@JonesyJSU 2 жыл бұрын
This is a great video that's well edited, and a kickstarter script is exactly what I needed to finally try using nvim for a full project!
@MountainOf
@MountainOf 2 жыл бұрын
Thank you TJ. my old neovim config had stopped working, but with your help I can use neovim again
@LucasCh
@LucasCh Жыл бұрын
superb job
@chillydoog
@chillydoog 2 жыл бұрын
So happy to see these IDE how to videos from nvim top dogs! Nice job Telescopic Johnson!
@teej_dv
@teej_dv 2 жыл бұрын
yayayayayayayayayayayayayayayaya
@adolfo_m
@adolfo_m Жыл бұрын
Thank you for your work on neovim and this helpful entry point for someone just getting started.
@tamasbalint1597
@tamasbalint1597 Жыл бұрын
Thank you. This is a great way to allow people trying Neovim out and just to get a good feel of it. I have been using VSCode mostly, but really want to be productive in the vim land as well.
@somethinlike23
@somethinlike23 2 жыл бұрын
Just started learning neovim/vi this week, this video couldn’t be more perfectly timed! so glad youtube recommended it.
@MrEzheniko
@MrEzheniko 2 жыл бұрын
Great video. Thank you. If only I could see it earlier instead of others. The greatest video about neovim configuration.
@TarunMall
@TarunMall 2 жыл бұрын
After spending months on Vim/NVim configs I eventually gave up and surrendered to using VSCode with NVim plugin. After watching this video I am going to try NVim again now :)
@LBCreateSpace
@LBCreateSpace 4 ай бұрын
Using your videos to get set up with nvim for the first time now 😊
@khps9176
@khps9176 2 жыл бұрын
I switched from VScode to Neovim less than 24 hours ago after "stealing" Primeagen's configuration from his github. I choose to use his setup as it would allow me a quick transfer and give me time to learn the basic commands so that i wouldnt lose productability during the switch. This way i have a very powerful editor that is far above my knowledge, that gives me alot of room to grow. If it werent for either of you, i'd probably never even attempt the switch, so thank you for that! And for anyone else who are on the fence like i was. Take TJ's advice, it will be worth it. And i'm never using VScode again!
@SkullTraill
@SkullTraill 2 жыл бұрын
TJ, Primagen, and chris@machine will forever be GOATed.
@kefahissa
@kefahissa 2 жыл бұрын
Amazing ... 👏 I must say that the power of neovim plus the magic you covered in your video is greatly underrated. Great job!
The Only Video You Need to Get Started with Neovim
34:00
TJ DeVries
Рет қаралды 481 М.
0 to LSP : Neovim RC From Scratch
30:47
ThePrimeagen
Рет қаралды 1,4 МЛН
OCCUPIED #shortssprintbrasil
0:37
Natan por Aí
Рет қаралды 131 МЛН
Жездуха 42-серия
29:26
Million Show
Рет қаралды 2,6 МЛН
Why Vim Experts Do THIS Instead of Using Tabs...
7:55
DevOps Toolbox
Рет қаралды 151 М.
From 0 to IDE in NEOVIM from scratch | FREE COURSE // EP 1
19:48
Neovim настройка | Плагины | LazyVim
29:45
MrTeamlead
Рет қаралды 3,9 М.
Debugging In Neovim (ft BashBunni)
1:02:16
TJ DeVries
Рет қаралды 109 М.
(Neo)Vim Made Me a Better Software Developer
40:27
vim-jp
Рет қаралды 45 М.
Everything You Need To Start Writing Lua
28:15
TJ DeVries
Рет қаралды 44 М.
NVChad - Turn Neovim Into An Awesome IDE
14:48
Mental Outlaw
Рет қаралды 301 М.
How to ACTUALLY switch from VS Code to Neovim
5:09
Joshua Morony
Рет қаралды 279 М.
The Holy Grail of Neovim Note Taking
14:38
DevOps Toolbox
Рет қаралды 359 М.
Arch Linux Experience - Hyprland
39:02
Bog
Рет қаралды 465 М.
OCCUPIED #shortssprintbrasil
0:37
Natan por Aí
Рет қаралды 131 МЛН