From 0 to IDE in NEOVIM from scratch | FREE COURSE // EP 1

  Рет қаралды 295,774

typecraft

typecraft

Күн бұрын

x.com/typecraft_dev
🚨🚨🚨 DISCLAIMER 🚨🚨🚨
I incorrectly refer to lua tables as "tuples" in this video. For some reason my brain was stuck on the word "tuple". But really an object inside curly braces is called a "table" in lua. thanks!
🚨🚨 END DISCLAIMER 🚨🚨
neovim config for this episode: github.com/cpow/neovim-for-newbs
This is a course aimed at getting you from 0 to IDE in neovim, with a modern and awesome lua configuration from scratch. This is episode one of the "neovim for newbs" course. At the end of this video, you'll have your first init.lua file, a plugin manager, and a few plugins to get you started.
Subscribe to watch more!
chapters:
0:00 - intro
2:00 - installing neovim on mac os
2:50 - create our init.lua file
6:31 - install lazy.vim our package manager
9:00 - colorscheme (catppuccin)
11:35 - telescope.nvim
15:00 - Treesitter. what is it, how does it work?
18:49 - wrapping it up.

Пікірлер: 432
@DmitryShpika
@DmitryShpika 6 ай бұрын
This is the first nvim setup video where I actually understand what's going on. Thank you 😊
@typecraft_dev
@typecraft_dev 6 ай бұрын
Happy to hear that! My goal was to make it understandable
@von.changfeng
@von.changfeng 4 ай бұрын
hahah, true
@muonx9649
@muonx9649 3 ай бұрын
this is so true 🤣
@exismys
@exismys Ай бұрын
exactly, others are just - do this, do that, and then boom.
@the-other-sunny
@the-other-sunny 6 ай бұрын
Been learning Vim for a week, and so far it's been such a blast. Love the keybindings. I went with NvChad to reduce the necessity for configs, and this series couldn't come at a more perfect time ! Thank you =)
@ethandoescompsci
@ethandoescompsci 4 ай бұрын
Just wanted to say that I'm so thankful for your explanations on everything. I am new to neovim and every other configuration video does not go into nearly as much detail. Thank you so much, man!
@BristlyBright
@BristlyBright 3 ай бұрын
I LOVE that this video is in a more calm tempo, and you can follow mistakes happening. That really helps understanding this on a better level. Thank you!
@typecraft_dev
@typecraft_dev 3 ай бұрын
Glad it was helpful!
@apefu
@apefu 6 ай бұрын
This was a fabulous introduction. I've been using neovim for a while, but this walk through really helped me better understand what everything is. My lua file is now quite a bit smaller and I am a lot happier! :)
@typecraft_dev
@typecraft_dev 6 ай бұрын
Nice!!!
@kylekim5861
@kylekim5861 6 ай бұрын
Excellent video. You do a great job of breaking down each tool and config so we can expand upon it! Keep up the great work
@IainSimmons
@IainSimmons 6 ай бұрын
I've been thinking about moving away from LazyVim and customising my config a but more to my liking, this is the perfect push! Looking forward to the rest of the episodes! Hopefully I'll have something ready over the holiday break
@AndreTiconaRollano
@AndreTiconaRollano 6 ай бұрын
The abstract syntax tree explanation was fantastic. Wish I had something like that when I was learning to configure neovim.
@typecraft_dev
@typecraft_dev 6 ай бұрын
Thank you!
@Mraeth8n
@Mraeth8n 5 ай бұрын
I really loved the video; it was super helpful! I just started playing around with Neovim a few days ago, and it was all so confusing. But your explanation was so clear that now when I check out the lua.init file (I now get why it's called "lua.init" and why it's supposed to be in the ~/config/nvim folder), I understand most of it. Thanks a bunch! Excited for the upcoming episodes in the series!
@marcus-toy
@marcus-toy Ай бұрын
Hey man, you are really good in making such a complicated subject easy. Was blindly following others' config and then I bumped into your videos. Now I have a better grasp of the entire thing. Thanks a lot!!
@insanitygamer_vibing
@insanitygamer_vibing 6 ай бұрын
Oh this is a fresh tutorial! Sweet! I will watch eagerly for updates
@user-mp9um5qj3u
@user-mp9um5qj3u 5 ай бұрын
I am loving this series because you are also telling why and how and now i understand what i am doing instead of just copying and pasting.
@realgreencookie
@realgreencookie 3 ай бұрын
Outstanding! As a longtime vim user (almost chose eMacs 20 years year) I am super happy to find your channel. Wonderful explanations! I wish I had something similar back in the day. Cheers and I’ll be coming back for more!
@ihatesun
@ihatesun 6 ай бұрын
I'm using VSCode + Vim but with this I'll be able to make the switch. Really needed someone to make configuration look simple. Thank you!
@kazegarasu4704
@kazegarasu4704 3 ай бұрын
I really hope there's more courses like this which shows instant result in what we are learning . Most of the time i can't visualize the thing i learn and what its true purpose are . Great video. Need more of your videos !
@barelycodingtoday
@barelycodingtoday 7 күн бұрын
Great series! Awesome engagement with the end user and you can fully understand the entire time. SUBBED!
@nvk
@nvk 6 ай бұрын
Thanks for this! I found your explanations informative easy to follow. Looking forward to part 2
@Raubritterr222
@Raubritterr222 6 ай бұрын
Love it! thank you for walking us through and explaining every line in detail, best Neovim course on YT!
@typecraft_dev
@typecraft_dev 6 ай бұрын
Thank you!
@user-jh7rn6kd3q
@user-jh7rn6kd3q 6 ай бұрын
This is exactly what I needed. Looking forward to the next episodes !!
@typecraft_dev
@typecraft_dev 6 ай бұрын
Thanks!!
@zuruuppop
@zuruuppop 6 ай бұрын
requirements : 1. ripgrep 2. neovim 0.9.0 or newer 3. fd 4. c compiler (gcc and g++)
@user-iv6zj3br3r
@user-iv6zj3br3r 5 ай бұрын
Amazing content, i really needed this. To understand what is happening in all the files, and so good explanation. Keep it going my man!
@filippzakharov1378
@filippzakharov1378 6 ай бұрын
Great tutorial, looking forward to see next episode!😄
@tjdgmlchl6305
@tjdgmlchl6305 6 ай бұрын
Hi, I just discovered your channel. Thank you for this amazing tutorial. The ecosystem is overwhelming to make the jump from vim inside vscode to a neovim that behaves like an ide. Now only do I understand HOW better but WHY. I’m forever grateful and I can’t wait for future episodes!
@aus10d
@aus10d 6 ай бұрын
Thank you for making this video. Look forward to the next ones in the series
@faustozampa
@faustozampa 4 ай бұрын
Dude i am beyond grateful for this. You are an awesome content creator, keep going dude!
@garyzhang1781
@garyzhang1781 6 ай бұрын
Amazing video! Keep it up! Can't wait to watch episode 2!
@typecraft_dev
@typecraft_dev 6 ай бұрын
Thanks!
@j1nMatt
@j1nMatt 2 ай бұрын
Thanks man for taking the time to explain what each config and plugins do. All other tutorials out there is trying to a speedrun as if everyone already knows what all those configs and plugins are!
@pontushenrikssn
@pontushenrikssn 6 ай бұрын
This is exactly what I needed! Thank you so much, you are so underrated!
@exismys
@exismys Ай бұрын
This is by far the best nvim setup video. Thank you so much.
@KonstantWalker
@KonstantWalker 6 ай бұрын
Thank you so much for this series, absolute godsent!
@NicoHeinrich
@NicoHeinrich 6 ай бұрын
Loved it, looking forward to the next episode! Especially the basics of „talking to vim“ have been interesting.
@sgwong513
@sgwong513 4 ай бұрын
one of the best video on how to setup neovim. so easy to follow and it works.
@khunvirak102
@khunvirak102 4 ай бұрын
this is by far the best video for setting up Neovim and so enjoyable!!
@ThePaulMcBride
@ThePaulMcBride 3 ай бұрын
It's worth mentioning that you need to have ripgrep installed if you want to use the find grep command
@MrTashkov
@MrTashkov 3 ай бұрын
Yep, I was just about to write the same comment.
@lifeLoges
@lifeLoges Ай бұрын
to install in windowes choco install ripgrep
@JReuben111
@JReuben111 22 күн бұрын
that was great !!!!!!!!!!! jumping into the next episode - really fantastic learning experience. THank you !
@DKRSpeedline
@DKRSpeedline 6 ай бұрын
I would like to say a big "THANK YOU" to you. This is a great video. I'm working as a programmer and from my perspective, I do not have the right understanding what is actually happening when using Eclipse and all other tools provided by my company. So I started a side project with C++ and I'm using NEOVIM so far. Everything that has to be done is done manually or by scripts written by myself. This isn't as productive as it could be for now, but it feels good to know what happening at all time. This workflow helps me to develop a far more in-depth understanding of what I am doing. So, I enjoy your setup, and I'm already excited for episode two.
@typecraft_dev
@typecraft_dev 6 ай бұрын
Awesome glad to hear it!
@stefano7718
@stefano7718 5 ай бұрын
Awesome videos! I've always wanted to get into vim as an IDE, but there is a jungle outside. Now I have a clear path, thank you!
@schwja04
@schwja04 6 ай бұрын
Great video! One suggestion to add to your notes: for live grep to work, ripgrep is required. I wouldn't have known where to look if you had not provided so many great links. Thank you very much.
@beanarine3974
@beanarine3974 5 ай бұрын
For anyone who also has this issue (like I did) another way to find the right place to look is to run ":checkhealth telescope" after installing. This works with other packages as well.
@fabriciopa
@fabriciopa 3 ай бұрын
thank you very much bro
@nonchalantgarage
@nonchalantgarage 3 ай бұрын
Love the structure, pace, and teaching style of your videos. I was determined to learn neovim over the weekend and I found myself just copying other youtuber's dotfiles and not really understanding how things were working under the hood. I decided to start over with your tutorial and do things slowly to learn from the feedback loop for each plugin added. Thanks for taking the time to make this series.
@typecraft_dev
@typecraft_dev 3 ай бұрын
Glad to help!
@maniksingh92
@maniksingh92 6 ай бұрын
this is quality content. it seems like you've started your channel over a year ago, but it will blow up in popularity anytime soon
@typecraft_dev
@typecraft_dev 6 ай бұрын
Here’s hoping 🤞
@TheFranklawrence
@TheFranklawrence 3 ай бұрын
Amazing explanation and pace . Keep up the awesome work
@PetrenkoAndrii
@PetrenkoAndrii 6 ай бұрын
Amazing as always! You gave me the best tool for IT work, thank you!
@shehanreshin
@shehanreshin Ай бұрын
This is the only video that I came across with a clear explanation on creating a config for beginners
@RationalDissonances
@RationalDissonances 5 ай бұрын
finally a good Neovim tutorial, Thanks for the content, it's really amazing!
@YuLi-ot6go
@YuLi-ot6go 6 ай бұрын
A very well paced video with great explanations. Learned a lot from this! Thank you!
@typecraft_dev
@typecraft_dev 6 ай бұрын
Thanks!
@GBFU2016
@GBFU2016 5 ай бұрын
Finally! Someone who can explain this clearly !
@typecraft_dev
@typecraft_dev 5 ай бұрын
Amazing
@electrolyteorb
@electrolyteorb 2 ай бұрын
You just cannot imagine how overwhelmed i was when first learning, this video is the only one that i can understand
@Kamil_Ocean
@Kamil_Ocean 3 ай бұрын
Awesome and helpful content, amazing voice and speech, and remarkable music in the background! Thanks a lot, man! It's just great content to watch and study! Please, don't stop =)
@typecraft_dev
@typecraft_dev 3 ай бұрын
Loved reading this thank you!
@NPCNo-xm2li
@NPCNo-xm2li Ай бұрын
This was so unbelievably pleasant and easy to follow q-q thank you so much
@murillomr7
@murillomr7 5 ай бұрын
That is what I was looking for...thank you for the easy and understandable approach in this video, help me a lot.
@user-ze3bc8hw3y
@user-ze3bc8hw3y 6 ай бұрын
Great starting point, very good explanation of all the moving parts that you need to get started 💪👍✅
@typecraft_dev
@typecraft_dev 6 ай бұрын
Thank you! I'm excited to bring out the next episode
@dan4pr
@dan4pr 17 күн бұрын
This is freaking awesome! Thanks for sharing!
@ascourter
@ascourter 6 ай бұрын
Nice video! Love the new setup!
@typecraft_dev
@typecraft_dev 6 ай бұрын
hey thanks!
@nelsonfleig5024
@nelsonfleig5024 Ай бұрын
You are doing the Lord's work. Learned so much new in the first 10 min already!
@sagarchilivery6112
@sagarchilivery6112 6 ай бұрын
Loved it, we need more content like this!!!!
@opmil
@opmil 6 ай бұрын
eagerly waiting for future episodes. 👍👍👍
@shawjak3
@shawjak3 6 ай бұрын
Thanks for this man, my goal is to have a dope neovim setup that I fully understand and wrote from scratch. I have played around with LazyVim and LunarVim but I don't understand how to change keymaps and all that. I use vim every day inside vscode and can't imagine ever getting away from it. Looking forward to more episodes!
@_kitoy
@_kitoy 6 ай бұрын
Very comprehensive video, thank you!
@knowledgedose1956
@knowledgedose1956 6 ай бұрын
big huge thank you for such professional and quality content. absolute hero 🎉😊
@Dr.Schwarz
@Dr.Schwarz 5 ай бұрын
Thank you for all hard work and amazing tutorial !
@user-ti9mv9hb3g
@user-ti9mv9hb3g 5 ай бұрын
Thanks for tutorial. I was using Vim but this modular configuration is great!
@Crimjonn
@Crimjonn 6 ай бұрын
Bro... Thank you so much. I was struggling to setup nvim since I'm still new to it. Every tutorial I've seen before are either too complicated or they don't explain anything, just straight up puts random codes in the editor (random for me at least). Again, thank you!!
@KarthiKeyan-vk9ui
@KarthiKeyan-vk9ui 6 ай бұрын
Finally, I found my Vim Guru!! Simple and easy to understand explanation.
@yourlinuxguy
@yourlinuxguy 3 ай бұрын
Wao, What a video it is. Man this is the best video, I've seen explaining about nvim configs like in this easy to digest manner, every other video felt so dens. Couldn't keep up as a beginner to nvim. Thanks
@typecraft_dev
@typecraft_dev 3 ай бұрын
Glad it helped!
@AshishShakya-te6sm
@AshishShakya-te6sm 6 ай бұрын
this is what I was waiting for, thank you :)
@adrianopallavicino906
@adrianopallavicino906 5 ай бұрын
Thank you. I think the best explained video about Neovim. Well done!
@devma
@devma 6 ай бұрын
Thank you, this looks very promising. I can't wait for the next parts of your tutorial. I've always struggled with neovim, but finally, I can become 'hackerman' 😁
@typecraft_dev
@typecraft_dev 6 ай бұрын
😀
@fabianmallmann4834
@fabianmallmann4834 2 ай бұрын
God, finally an nvim setup video I can understand! Thank you oh so much good sir!
@diedie111590
@diedie111590 5 ай бұрын
Thank you, like many others, I found this to be a very well detailed and informative guide to configuring nVim. I have successfully configured nVim for a 50+ user system that will be used to teach C++.
@aguabas6303
@aguabas6303 16 күн бұрын
Your videos are amazing. Thank you for your contributions
@subraths1279
@subraths1279 6 ай бұрын
cant wait for more. Thank you
@shawnmiguel
@shawnmiguel 6 ай бұрын
Very informative thank you very much. One suggestion I could make would be to include links to the specific github repository mentioned, obviously I can google them but it would rule if I could just open all of them at once from the description of the video
@jariocmjunior
@jariocmjunior Ай бұрын
Thank you. The most important is not see the things works but know how it works.
@reza.kargar
@reza.kargar 3 ай бұрын
Thanks for great step by step explanation!
@d3buggr
@d3buggr 6 ай бұрын
This is a great video! Tree sitter has always been a doosy for me and thos was great but I think I might need to configure it more for my programming use cases..
@pgattic
@pgattic 6 ай бұрын
Excellent tutorial! If telescope's grep command isn't working for anyone here, make sure you have the system package "ripgrep" installed on your os :)
@typecraft_dev
@typecraft_dev 6 ай бұрын
yes! I forgot I already had that installed great callout
@thestickmahn2446
@thestickmahn2446 6 ай бұрын
^^^^^^^^^^^^ THIS
@Dr_Osipov
@Dr_Osipov 5 ай бұрын
Oh God, Thank U
@Gammelsmxlf
@Gammelsmxlf 4 ай бұрын
Thanks!
@muhamadrafipamungkas4465
@muhamadrafipamungkas4465 4 ай бұрын
Thanksss
@RootsterAnon
@RootsterAnon 6 ай бұрын
AstroNvim!!! :D Great Nvim setup, full development environment.
@pH7Programming
@pH7Programming 4 ай бұрын
Absolutely love it. Your videos are excellent 👌
@muneebusmani670
@muneebusmani670 6 ай бұрын
great video ! waiting for ep 2
@zaftnotameni
@zaftnotameni Ай бұрын
10/10 for leaving the little mistakes here and there in the final video
@VANTYCSolutions
@VANTYCSolutions 6 ай бұрын
I love NeoVim, please make episode for Java configuration, it is very hard to me to make it work for Lombok and UnitTesting I would switch from IntelliJ if those features could work properly on NeoVim.
@Vichukano
@Vichukano 6 ай бұрын
Vote for this comment
@DanielZapata-jv4ux
@DanielZapata-jv4ux 6 ай бұрын
Hey, so I want to save you some time because I’ve been wondering the same thing and shopping around on forums, Reddit, KZbin, etc. there is just no way unless you’re going to spend an absurd amount of time to get even remotely the same functionality as IntelliJ. Trust me, I’ve tried. And even if you wanted to just use it for Java, it’s still not even good enough in my opinion, especially when you have something like IntelliJ to compare it to. Don’t let what I’m saying stop you, but I think it’s gonna have to take some kind of change in technology or maybe the advancement of AI or something because for right now it just takes way too much work configuration and having to deal with a lot of annoyances to use Neovim and proper Java development.
@ravikumarjha6926
@ravikumarjha6926 6 ай бұрын
For Java, you should stick to intellij, trust me … you will spend more time getting small things working in nvim than actually doing your work .
@VANTYCSolutions
@VANTYCSolutions 6 ай бұрын
@@ravikumarjha6926 thank you for your advice, actually I use Intellij, but i'm some cases I switch to Neovim sometimes simply because I like it more, also the use of terminal commands instead of a GUI keeps my mind agile. I use Intellij only for Java, like Linux user and frontend developer or kubernetes all my work has to do with terminal, tmux and vim/neovim.
@LeviNotik
@LeviNotik 6 ай бұрын
​@@DanielZapata-jv4uxcame here to say this. You're 100% correct. Save yourself the time and don't try. You can get LSP and basic stuff working, but you are not going to recreate IntelliJ. Personally, I don't find that's the end of the world. Not having certain things has a way of making you reassess whether you really need it. In some cases, you just reached for stuff because it was there. Or, there's some other workflow you can adjust to that accomplishes the same thing. I have IntelliJ installed and open it occasionally for Kotlin stuff, though in my case it's more for completely proprietary stuff that IntelliJ provides, such as generating OpenAPI spec for a given Ktor application.
@marctalcott5613
@marctalcott5613 29 күн бұрын
Great video series. Thank you!
@user-lj4ov4et2c
@user-lj4ov4et2c 5 ай бұрын
Wow.. ive been trying to migrate to neovim and everything out there is not good. This is by far the best intro I have seen and I actually have a neovim setup now. Thanks!
@typecraft_dev
@typecraft_dev 5 ай бұрын
Hey there! 🌟 I'm super thrilled to hear that our neovim guide hit the spot for you! Migrating to neovim can feel like jumping into a pool of cool, but slightly intimidating tech-water. Glad we could turn that into a smooth swim for you. 🏊‍♂️💻 If you've got any more questions or need tips on fine-tuning your setup, feel free to drop them here.
@RohitJuyal-kj2lp
@RohitJuyal-kj2lp 22 күн бұрын
Thanks sir. Though I used some other codes but I was finally able to understand what lua is.
@LorenzoBettini
@LorenzoBettini 6 ай бұрын
Very well explained! Great video!
@typecraft_dev
@typecraft_dev 6 ай бұрын
Thanks!
@erase_ego
@erase_ego 6 ай бұрын
This video helped me start using Neovim. First time I installed nvim I was confused and simply uninstalled it and continued using vim. Also appreciate the style of the presenter which is unlike some rambling nvim videos out there.
@typecraft_dev
@typecraft_dev 6 ай бұрын
Thanks!
@thebuggser2752
@thebuggser2752 4 ай бұрын
Excellent presentation of what I consider to be a pretty complicated application.
@dharmeshsharma
@dharmeshsharma 5 ай бұрын
Thanks. This kind of explanation I have been looking for so long I tried Neovim many times, installed tired configured and waist lots of times, again and again, coz it attracted me to use and do programing in this kind of editor. thanks a lot, Finally I understood what and where need to configure. 👌👌👌👌👌👌🙏🙏🙏🙏
@typecraft_dev
@typecraft_dev 5 ай бұрын
Glad to hear that you found the series helpful. Neovim can be a bit of a challenge to get configured just right, but once you do, it's a powerful tool. Keep at it!
@csnazell
@csnazell 3 ай бұрын
I'm migrating my classic vim setup over to neovim & lua and this series has been very useful. Thanks!. One slight wrinkle I've run across is that nvim-treesitter has a hard dependency on a c / c++ compiler being present otherwise it vomits error messages when it starts. In my case I'm using an immutable linux with containerised developer environments so there's no dev tooling in the host system. Consequently I've skipped nvim-treesitter.
@AFGautonompunk
@AFGautonompunk 3 ай бұрын
great tutorial for beginners! thanks for creating & sharing
@typecraft_dev
@typecraft_dev 3 ай бұрын
Glad you liked it!
@reandov
@reandov 6 ай бұрын
Hi! I'm beginner with Neovim and your video helped me a lot! I'll be watching your next videos for sure, can't miss it :) I have just a suggestion, you might want to use some sort of an app to show your keystrokes, this actually helps a lot, but just if you want!
@typecraft_dev
@typecraft_dev 6 ай бұрын
You’re not the first to suggest this so I’ll definitely look into it thanks!
@ibrahimcious
@ibrahimcious 6 ай бұрын
This is exactly the tutorial I needed!
@VOID_0x171
@VOID_0x171 24 күн бұрын
Thank you, thank you, thank you, literally it's the first video where i could actually understand 😅
@robertbeene2949
@robertbeene2949 5 ай бұрын
Coming from VS Code, the switch to Neovim was awfully confusing - this series helped me switch. Can't wait for debuggers -- and maybe how to use Github Copilot or other AI tools? 🙏 Also, I joined the Typecraft Gang! Glad to be here.
@typecraft_dev
@typecraft_dev 5 ай бұрын
Amen. Brother
@AllVid
@AllVid 5 ай бұрын
the best setup tutorial out there.
@jarezgobe765
@jarezgobe765 2 ай бұрын
You the G, with this I shall start my journey
@matthieutricoire3079
@matthieutricoire3079 6 ай бұрын
Amazing, thank s to you, i will may be understand how to setup a config. Please we need more asap
@aroop818
@aroop818 3 ай бұрын
Thank you for this wonderful tutorial!
@typecraft_dev
@typecraft_dev 3 ай бұрын
Glad you enjoyed it!
@blazestorm54
@blazestorm54 6 ай бұрын
This is what I’ve been looking for! Awesome video. Do we have an ETA for part 2? I cant wait.
@typecraft_dev
@typecraft_dev 6 ай бұрын
Working hard on part2!
@ercntreras
@ercntreras 4 ай бұрын
Thank you man, you brought a nice help
A BEAUTIFUL neovim config with Lazy | FREE COURSE // EP 2
18:18
typecraft
Рет қаралды 104 М.
LSP in Neovim. Thanks to BILL GATES?! | FREE COURSE // EP 3
17:51
Final muy inesperado 🥹
00:48
Juan De Dios Pantoja
Рет қаралды 17 МЛН
IS THIS REAL FOOD OR NOT?🤔 PIKACHU AND SONIC CONFUSE THE CAT! 😺🍫
00:41
Which one of them is cooler?😎 @potapova_blog
00:45
Filaretiki
Рет қаралды 10 МЛН
Must-have gadget for every toilet! 🤩 #gadget
00:27
GiGaZoom
Рет қаралды 7 МЛН
The Only Video You Need to Get Started with Neovim
34:00
TJ DeVries
Рет қаралды 260 М.
Why I Cant Stand IDE's After Using VIM | Prime Reacts
17:51
ThePrimeTime
Рет қаралды 266 М.
The BEST way to learn vim without configuration
2:08
typecraft talks
Рет қаралды 1,3 М.
How do THESE guys use Linux? - Linux for Newbs EP 0
10:06
typecraft
Рет қаралды 147 М.
0 to LSP : Neovim RC From Scratch
30:47
ThePrimeagen
Рет қаралды 1,2 МЛН
My Forever Dev Workflow
16:02
typecraft
Рет қаралды 67 М.
Autocomplete and Snippets in Neovim | FREE COURSE // EP 5
17:07
7 Amazing CLI Tools You Need To Try
18:10
Josean Martinez
Рет қаралды 232 М.
So You Think You Know Git - FOSDEM 2024
47:00
GitButler
Рет қаралды 996 М.
Vim As Your Editor - Introduction
12:24
ThePrimeagen
Рет қаралды 803 М.
How To Unlock Your iphone With Your Voice
0:34
요루퐁 yorupong
Рет қаралды 25 МЛН
Ждёшь обновление IOS 18? #ios #ios18 #айоэс #apple #iphone #айфон
0:57
После ввода кода - протирайте панель
0:18