How to configure Debuggers in Neovim | FREE COURSE // EP 6

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2024

ความคิดเห็น • 198

  • @ThatBidsh
    @ThatBidsh 9 หลายเดือนก่อน +91

    loving this series so much, they need to just write down everything you said and put it in their docs lol

    • @lemurza5236
      @lemurza5236 9 หลายเดือนก่อน +3

      It wouldnt be a bad idea to include this tutorial somewhere on thier official page

    • @ThatBidsh
      @ThatBidsh 9 หลายเดือนก่อน

      yeah for real! @@lemurza5236
      like a few months ago I tried figuring all this stuff out myself and wound up going back to sublime text because I couldn't even figure out the difference between LazyVim and lazy.nvim or how to translate docs for plug/packer into something lazy could accept. literally couldn't even get the :Lazy command to work without just installing the preconfigured version with all the defaults (LazyVim) but I wasn't really happy with the defaults.
      now, by contrast, I have features in neovim that I didn't even have set up in sublime. I have a really well-organized config that I can modify without fear, I can look at docs for other package managers and translate the code effortlessly into something that works with lazy.nvim (when supported), and on top of that, I FINALLY have proper syntax highlighting and an LSP for svelte files!! which wasn't even covered in this series but it's only *because* of this series that I was able to figure all that stuff out so quickly. I mean I would have eventually come back to it and probably eventually would have figured it out but this series saved me probably a good 6 months to a year of banging my head against millions of google searches and stack overflows and reddit posts lol

    • @j.mendoza4790
      @j.mendoza4790 3 หลายเดือนก่อน

      I just finished this series too, and I couldn't agree more, this series needs to be regarded as some sort of official documentation, its really helpful

  • @TimvanCann
    @TimvanCann 8 หลายเดือนก่อน +19

    Random tip: since you have separate lua files for each plugin, you can just open `:Lazy` and Sync. You don't have to close and reopen vim. Lazy should auto reload all these files when it detects changes.
    That also applies all changes to the plugin and keymaps.

    • @davidgretzschelcommunicati1630
      @davidgretzschelcommunicati1630 6 หลายเดือนก่อน +3

      I'm too lazy to type out :Lazy and just type :La

    • @jjoaoll75
      @jjoaoll75 หลายเดือนก่อน

      %source also works fine, i guess

  • @faustozampa
    @faustozampa 8 หลายเดือนก่อน +26

    Please keep going with this series and update us as with time goes on you change even just a little your config, because this is amazing and you are the best explainer i have ever come across

  • @aarond309
    @aarond309 9 หลายเดือนก่อน +19

    by the way, you’re using dependencies backwards
    if a depends on b, c, and d, then when you load a, you also load b,c and d. if you invert it, so you have b, c, and d which each depend on a, when you load b, c, or d, only a will be loaded.
    this applies in this video specifically to the debuggers. you put the go debugger in the dependencies for nvim-dap, so when you load nvim-dap the go debugger will be loaded, even if you’re trying to debug typescript for example

  • @guilhermetsk
    @guilhermetsk 9 หลายเดือนก่อน +25

    This is the best series for learning to setup neovim. Thanks you and congrats!

    • @typecraft_dev
      @typecraft_dev  9 หลายเดือนก่อน +1

      Glad you think so!

    • @Redyf
      @Redyf 9 หลายเดือนก่อน +1

      I agree, keep up the good work man

  • @TehHayzen
    @TehHayzen 9 หลายเดือนก่อน +12

    Aside from the content that's already very good, I also noticed a lot more work being put into the editing and visual effects throughout this series. I hope you continue down this path because it greatly improves the experience for the viewers

  • @minhthanghoang4058
    @minhthanghoang4058 9 หลายเดือนก่อน +4

    Damn you are a savior. I have tried to config Dap-nvim for weeks but always end up with errors. Thank you for the great series of nvim setup tutorial!!!

  • @dannierockz
    @dannierockz 9 หลายเดือนก่อน +2

    I've been steadily hipping away at my nvim config for almost a year now and this series was so helpful as a comparison! I initially forked my config from LunarVim and have been customizing it. This series was perfect for that! Thank you for creating this!

  • @gabriellira4045
    @gabriellira4045 9 หลายเดือนก่อน +7

    im new to neovim, this series helped me a lot, thanks man, great work

    • @typecraft_dev
      @typecraft_dev  9 หลายเดือนก่อน +1

      Glad I could help!

  • @LinuxEssentials79
    @LinuxEssentials79 3 หลายเดือนก่อน +3

    Way to go Christopher! Well, the whole Neovim series (6 videos) is life changing way of code. Thanks Nerd!!! 😉

  • @marllitonsouza9512
    @marllitonsouza9512 2 วันที่ผ่านมา

    This is the best video for setting up the debugger in neovim I've ever seen. Thank you!

  • @whereistheline8964
    @whereistheline8964 หลายเดือนก่อน

    This whole series is really great! Thank you! I set up neovim in the past in multiple approaches based on yt tutorials. Never really felt understanding enough to go on on my own. You changed that, I am able to expand the config for my needs without breaking the config. Thank you

  • @williamokano
    @williamokano 9 หลายเดือนก่อน +6

    Thanks man, I was REALLY waiting for this video

    • @typecraft_dev
      @typecraft_dev  9 หลายเดือนก่อน +2

      Heck yes hope it helps!

  • @c0d_0x16
    @c0d_0x16 7 หลายเดือนก่อน +1

    This is so far the best neovim series I've watched so far on nvim config. I would love to see a series on nvim plugin development. Lol 😂, super exited to finally dump my super old nvim config, thanks to you!

  • @whatisuser
    @whatisuser 6 หลายเดือนก่อน +1

    Completed the entire series. Probably the best series on Neovim. Great stuff!

  • @TheFranklawrence
    @TheFranklawrence 7 หลายเดือนก่อน

    I can't get over how entertaining you are when explaining whats going on. I really appreciate the background information you provided as to why we ended up where we are with debuggers. You've got such a knack for instructional videos.

  • @drum-computer
    @drum-computer 8 หลายเดือนก่อน +1

    I've followed the entire series and now I have perfectly working setup and more importantly I finally understand how to further customize it. Thanks a lot!!!

    • @typecraft_dev
      @typecraft_dev  8 หลายเดือนก่อน

      Awesome glad to hear it!

  • @wheatiesbox
    @wheatiesbox 9 หลายเดือนก่อน +4

    Fantastic, and you've made it way more simple than the docs made it seem every time I thought about doing this. Thanks a ton!

  • @maratiakupov4730
    @maratiakupov4730 8 หลายเดือนก่อน

    Bro, you saved so much time for many people struggling with Lazy setup management. Keep doin your stuff, I love watching your vibe

  • @Nt2311-vn
    @Nt2311-vn 8 หลายเดือนก่อน

    Thank you so much @typecraft, I used to use nvchad as my neovim but sometimes I cant figure out what conflicts I get under the hood. Since your series, I have revamped all my config and understand what plugins and keymap I put to more

  • @puneethkumar-v
    @puneethkumar-v 9 หลายเดือนก่อน +26

    Great!! How about one episode for Git Integration?

    • @typecraft_dev
      @typecraft_dev  9 หลายเดือนก่อน +16

      that is a great idea

    • @boxeq8382
      @boxeq8382 9 หลายเดือนก่อน

      @@typecraft_devyes pls!

    • @berkackgoz7825
      @berkackgoz7825 9 หลายเดือนก่อน

      ​@@typecraft_dev yes please! I'm trying to switch to nvim from Jetbrains and one thing that Jetbrains does really well is their Git intregration. I'd love to learn more about how it is done in nvim!

  • @stroiman.development
    @stroiman.development 9 หลายเดือนก่อน +3

    Thanks a lot for this series. It's by far the best I've seen yet about neovim configuration.
    I've been a vim user for probably 15 years now, gradually learning more and more vimscript, even did a small plugin back in the day. I made the switch to neovim many years ago (still having a vimrc file that was both neovim and vim compatible, with different plugins loaded depending on the actual host), and made the switch to lua as main config script maybe a year or 2 ago, but didn't understand everything.
    This series have helped me modularise my configuration, replace some plugins with more modern and simpler alternative, and improve the configuration for other parts, like LSP, while still keeping the settings that work for me. I still have leaving a wee bit of custom vimscript in there, but whatever works.

  • @kendril1yt
    @kendril1yt 3 หลายเดือนก่อน +1

    I don't know if this is the end of the series, but if it is, it was awesome enough!
    Thank you so much, you've helped me learn about configurations, reading documentation, and vim/neovim, all together
    This was definitely worth a watch
    Stay awesome nerd :)

    • @typecraft_dev
      @typecraft_dev  3 หลายเดือนก่อน

      Glad to hear it!

  • @bro-rubro
    @bro-rubro 7 หลายเดือนก่อน

    now that i'm finally at the end,
    THANK YOU SO MUCH,
    you were the single one who could actually teach me

  • @juniorsundar
    @juniorsundar 9 หลายเดือนก่อน +3

    I hope you are well and fully recovered from that crazy bout of COVID.
    As always great video nerd!

  • @macedonskyua
    @macedonskyua 7 หลายเดือนก่อน +1

    Cool course, finally I have minimalistic neovim with what I really want and know what and where are configuring. Thank You! Waiting tmux course :))

  • @fantero1649
    @fantero1649 9 หลายเดือนก่อน +1

    completely cracked series, if i wasnt so broke I'd pay your channel's membership

  • @bolcheviking
    @bolcheviking 9 หลายเดือนก่อน +4

    Just as I was preparing to go to bed. Time to make some coffee to burn the midnight oil! Thanks for the video, Nerd!

    • @typecraft_dev
      @typecraft_dev  9 หลายเดือนก่อน +3

      No rest for the nerdy!

  • @krempay4ik371
    @krempay4ik371 7 หลายเดือนก่อน +1

    This series is literally what i need, thanks alot!

  • @jimtexter3657
    @jimtexter3657 9 หลายเดือนก่อน

    This is a fantastic series you are doing. Especially this last episode 6 on Debuggers. I've been trying to get a similar setup for rust to no avail. You've explained it so clearly in this video, I think may actually get it done.

  • @returncode0000
    @returncode0000 9 หลายเดือนก่อน

    Best nvim series out there. Superb teaching skills 👍

  • @faleman
    @faleman 9 หลายเดือนก่อน +3

    Another wonderful video in this series. Thanks for putting that together. Since you are a Ruby developer, have you tried setting this up with the Ruby debugger? If so, I'd love to see that.

    • @typecraft_dev
      @typecraft_dev  9 หลายเดือนก่อน +2

      Not yet! But maybe someday

  • @cptflipper
    @cptflipper 6 หลายเดือนก่อน

    Amazing series! Recently I've been getting into Vim to see what the fuss was about :D and went through your entire tutorial series and set up my C++ dev environment and honestly I don't think I'll be going back to a (for a lack of a better term) "regular" editor

  • @ncpeaksean4278
    @ncpeaksean4278 9 หลายเดือนก่อน +1

    Nice!, I was waiting for this new episode. Thank you so much!

  • @ChrisNoesen
    @ChrisNoesen 9 หลายเดือนก่อน

    Great series! I think once the framework part of the series is complete, you should do a deep dive into each plugin. Like, do a deep dive tutorial on all the ins and outs of telescope, harpoon, etc. I am new to linux and neovim, and I want to get the most out of it. I am a visual learner and this series has help so much.

  • @alejandrocoronado1131
    @alejandrocoronado1131 9 หลายเดือนก่อน

    Just in time! Wow i have veen looking for this. So glad i found these series. ❤

  • @PetrenkoAndrii
    @PetrenkoAndrii 9 หลายเดือนก่อน

    Coolest series, I've ever seen on the neovim topic. Thank you! I am mostly writing bash and terraform configs in nvim, but still I've learned here so many useful features :)

    • @johannesgrundl5642
      @johannesgrundl5642 7 หลายเดือนก่อน

      Me too, bash, Ansible, Terraform and gitlab Ci/CD.

  • @iustin4172
    @iustin4172 9 หลายเดือนก่อน

    Great series! It would be nice to make an episode with little useful plugins to have in your config like trouble, harpoon and others like this

  • @andrewiglinski148
    @andrewiglinski148 6 หลายเดือนก่อน

    Dude you're like the 4th person I save make a video on this in f****ing Go. I've never written a line of Go. I'm not even sure I could pick it out of a line up of different code... but for the life of me I can't get a good DAP flow going in my own workflow, TS, Python, and occasionally, if I'm feeling adventurous, Swift.

    • @IO-_-Ol
      @IO-_-Ol 6 หลายเดือนก่อน

      I was also honestly hoping to see debuggers for C/Cpp haha. I rarely see people use debuggers in other languages too.

    • @a_cats
      @a_cats 5 หลายเดือนก่อน +1

      @@IO-_-Ol for cpp i ended up just using gdb, i know it's possible to get it working inside nvim with dap too but after using it a little by itself it's actually fine

  • @riddickstark9628
    @riddickstark9628 8 หลายเดือนก่อน +1

    Great series, can't thank you enough. I've been using vscode for a while and tried nvim for a while, but this series has me hooked. My question is why start the series with Javascript and Lua and then you install the debugger for Go?

    • @typecraft_dev
      @typecraft_dev  8 หลายเดือนก่อน

      Mostly because go has a better debugging infrastructure

    • @AmitGupta-po4gf
      @AmitGupta-po4gf 7 หลายเดือนก่อน

      I wondered about the same thing. By the way, did you manage to get your Javascript debugger working?

  • @TheGogiu
    @TheGogiu หลายเดือนก่อน +1

    Amazing. Should be nice for future ideas and videos an explanation about news on nvim 0.10 or some tricks about lua. Thanks nerd

  • @guilherme69343
    @guilherme69343 9 หลายเดือนก่อน

    man, you made me back to nvim and now its awesome. Cheers from Brasil

  • @milindsharma8106
    @milindsharma8106 9 หลายเดือนก่อน

    I'd love an episode where you show us how to add Github Copilot integration!!! I'm not sure if you use it already, but I absolutely think you should - such an awesome tool :)

  • @fms6306
    @fms6306 หลายเดือนก่อน

    thank you very much. Excellent series. Wow.

  • @0xcoffee427
    @0xcoffee427 9 หลายเดือนก่อน

    You read my mind 😲 yesterday i was asking people how to use terminal debugger in neovim and today i see this video wow 😮

  • @deependu__
    @deependu__ 2 หลายเดือนก่อน

    Thanks for the awesome playlist.

  • @victordvickie
    @victordvickie 9 หลายเดือนก่อน +6

    will you cover which-keys, Comments and other misc plugins?

  • @hammerheadcorvette4
    @hammerheadcorvette4 7 หลายเดือนก่อน

    The thumbnail expressed too much despair for my liking

  • @casadogaspar
    @casadogaspar 9 หลายเดือนก่อน +1

    I'll fully install defaultLazyvim, but I'm doing this series just to learn how things work at a lower level (and Lua syntax too), so maybe I can help to put a Swift LSP plugin in the future.
    It's so sad that we don't have one yet.

  • @DanielCavalli74
    @DanielCavalli74 หลายเดือนก่อน +1

    best series ever but thank god it's over. think I might try helix now. just kidding

  • @benarcher372
    @benarcher372 9 หลายเดือนก่อน

    Another really good episode! Thank you so much.

  • @sumitsinghdeode2138
    @sumitsinghdeode2138 9 หลายเดือนก่อน +1

    Awesome series bro.

  • @christiangonzales2034
    @christiangonzales2034 6 หลายเดือนก่อน

    I really love this series! Can you do git integration next?

    • @typecraft_dev
      @typecraft_dev  6 หลายเดือนก่อน

      Take a look at th-cam.com/video/TLNdwvIFoCg/w-d-xo.htmlsi=WULwlnZ9XD23DyOW OR th-cam.com/video/zOQMwWqdp9w/w-d-xo.htmlsi=4hQjoKcglV5l6yob for a couple of options for git integration. Let me know which one you like more!

  • @Trizzi2931
    @Trizzi2931 9 หลายเดือนก่อน +4

    I wish neovim would implement their own dap so that it would get easier to manage. Nevertheless great videos.

    • @typecraft_dev
      @typecraft_dev  9 หลายเดือนก่อน +1

      Very true. That would be nice

  • @sebastianalfaro1887
    @sebastianalfaro1887 4 หลายเดือนก่อน

    Ey typecraft! A good subject to add to this serie could be Docker on nvim 🙃

  • @nahuellescano
    @nahuellescano 9 หลายเดือนก่อน

    I want to share something, the way you set your dap configs it doesn't actually work for me. I've just had to writte down how it's written on the github help page.
    The rest of the series is so so so great. Really thankful to you to help me improve my configs.

  • @jessevdp_
    @jessevdp_ 3 หลายเดือนก่อน

    Would love an additional video about configuring all the new Ruby tooling that’s coming out of Shopify. (And being implemented in VSCode)
    - Ruby LSP with code actions & semantic highlighting
    - Ruby debugger via debug gem (rdbg)
    - Running tests?
    Because they seem to kinda follow the standards, but are sometimes tricky to get working in anything other than VSCode.
    Also…. (fuzzy) code navigation using symbols from the LSP. Both globally as to methods and variables and constants within a file.

  • @marlonsbardelatti202
    @marlonsbardelatti202 8 หลายเดือนก่อน +2

    will you do a video on how to lazy load plugins to decrease startup time? I think it would be a great video

  • @ericzedd
    @ericzedd 8 หลายเดือนก่อน

    This is the best series!

  • @rock_sheep4241
    @rock_sheep4241 9 หลายเดือนก่อน

    Sir, you have my subscribe. I wanted to see how to use debugger with neovim. Thank you

  • @kb571994
    @kb571994 9 หลายเดือนก่อน

    This series is really helpful. Thank you.

  • @evanrelf
    @evanrelf 9 หลายเดือนก่อน +2

    Thanks for the video! FYI I think there's a little desync between your video and audio.

  • @dimitrisdrosos245
    @dimitrisdrosos245 9 หลายเดือนก่อน

    Thanks, now I can make my java debug config better.

  • @SergeiStepanov-d3k
    @SergeiStepanov-d3k 4 หลายเดือนก่อน

    Yeah, I have done it! I have finished this course. Where do I get the certificate now?

  • @martshal
    @martshal 5 หลายเดือนก่อน

    So... you went through a lot of manual steps to set up the DAP that for golang, for instance, can you just use Mason to setup the DAP for the language that you want??? Or, is there some type of missing linkage?

  • @maratiakupov4730
    @maratiakupov4730 8 หลายเดือนก่อน

    Also looking forward to git integration! ❤

    • @typecraft_dev
      @typecraft_dev  8 หลายเดือนก่อน

      Check it out here! Neovim and Git: SOLVED
      th-cam.com/video/zOQMwWqdp9w/w-d-xo.html

  • @juanmacias5922
    @juanmacias5922 9 หลายเดือนก่อน +1

    THAT NEW INTRO THO!

  • @itstoly
    @itstoly 9 หลายเดือนก่อน

    Ok, so THAT'S what was stopping me to actually consider NeoVim seriously. Thanks for the video nerd

  • @JohnDoe-mr6mq
    @JohnDoe-mr6mq 9 หลายเดือนก่อน

    Love the intro

  • @Msujfears
    @Msujfears 9 หลายเดือนก่อน +3

    Let’s goooooo!!!

  • @ПотужнийНезламізм
    @ПотужнийНезламізм 9 หลายเดือนก่อน +1

    Thanks for tutorial! How I can setup JS and Java debugger?

  • @SOGSEAL
    @SOGSEAL 8 หลายเดือนก่อน +1

    noice, keep them coming! i subscribed :)

  • @utvikler-no
    @utvikler-no 9 หลายเดือนก่อน +1

    You are the man! ❤ could you also consider making a new video about copilot under this setup with lazy? 😊

    • @typecraft_dev
      @typecraft_dev  9 หลายเดือนก่อน +1

      Yes absolutely

  • @ajbyrne2446
    @ajbyrne2446 หลายเดือนก่อน

    This feels like it's trying to be a catch all. It might be really simple for go, but it's a different beast altogether for java and I assume other languages. I think this distinction is really necessary. I mean there are literally plugins being developed to make a java development environment more easily achievable within neovim. It takes a good bit of knowledge of Lua and the LazyVim distro itself to get something close to useable. Took me two and a half weeks because of poor Lua and LazyVim knowledge to get something working for Java.

  • @JohnPywtorak
    @JohnPywtorak 6 หลายเดือนก่อน

    I think there is an additional install Winbar that you had already, but others may not have and therefore no buttons for step over continue etc in dap-ui.

  • @AmitGupta-po4gf
    @AmitGupta-po4gf 7 หลายเดือนก่อน

    @typecraft - Super series. Had been recommending to everyone at work. Would you do a video to configure debugger for Javascript apps?

  • @johannesritter2053
    @johannesritter2053 9 หลายเดือนก่อน

    Great video. But I am kinda confused because Mason has a category for DAPs aswell and I am curious on how I can use them together with nvim-dap und dap-ui. Could you make another video on that?

  • @yossefsabry1392
    @yossefsabry1392 9 หลายเดือนก่อน

    Very nice i was waitingggg❤❤❤❤❤❤

  • @ivanmerelli3582
    @ivanmerelli3582 9 หลายเดือนก่อน

    Hi, your course is really great. I am a data scientist and I commonly use R and Python. I would like to use nvim instead of RStudio and Python notebooks, perhaps within screen/byobu to always have one or more sessions active. Would it be possible to have a tutorial on transforming nvim into something similar to RStudio? In particular, I wonder if it's possible to display images remotely, as with RStudio. The same goes for Python notebooks. Thank you.

  • @yaarooruvan4310
    @yaarooruvan4310 9 หลายเดือนก่อน +1

    4:25 what keys you pressed to change require('dap')
    Btw, nice video🎉❤

    • @typecraft_dev
      @typecraft_dev  9 หลายเดือนก่อน +2

      Glad you're enjoying it! As for the keys, that's just some vim magic.
      When you're not in insert mode, you can press the following: ct.
      c - the "change" command will delete text up to a certain point and then it puts you into "insert" mode
      t - the "till" command combined with the "." runs the "change" command up until the first period it sees.
      String it together and it means -- delete everything from where the cursor is up until the first period and get into "insert" mode.
      Type "dap" and boom 💥 - we did it fam.

    • @yaarooruvan4310
      @yaarooruvan4310 9 หลายเดือนก่อน

      Oh, didn't know you can use f/t commands for that, thanks
      I would like to see videos for keymaps like this 😊

  • @justanpc7644
    @justanpc7644 9 หลายเดือนก่อน

    Thank you. The video was very helpful.

  • @avrenos
    @avrenos 8 หลายเดือนก่อน

    Is this series finished? Please continue boss!!

  • @wsollers1
    @wsollers1 9 หลายเดือนก่อน +2

    These videos rock

  • @dxmm_acalea-lk4ts
    @dxmm_acalea-lk4ts 9 หลายเดือนก่อน

    Thanks for making these videos! I would love to see how I can get python virtual environments (sourced/activated for example in toggleterm) working with the lsp.

  • @programerlife8390
    @programerlife8390 9 หลายเดือนก่อน +1

    the best of all TH-cam

  • @duduoson1306
    @duduoson1306 9 หลายเดือนก่อน +1

    Sick LL Bean vest.

    • @typecraft_dev
      @typecraft_dev  9 หลายเดือนก่อน

      I gotta rock that bean

  • @michaelmueller9635
    @michaelmueller9635 9 หลายเดือนก่อน

    It surely dependents on the programming language (and it debugger): But everything beyond a primitive datatype is hard to debug in Neovim.
    I.e.: Try to get access to the values of a vector in c++, which you wanna debug...

  • @GR3YS0RG4N1CS
    @GR3YS0RG4N1CS 9 หลายเดือนก่อน +1

    Why didn't you use Mason to handle debugger installation instead of manually installing nvim-dap-go?

    • @typecraft_dev
      @typecraft_dev  9 หลายเดือนก่อน +1

      honestly Debuggers just seem a bit more intense to me for some reason. it de-mystified things by just installing a debugger manually first. but you COULD use mason for sure. Just make sure the debugger is in your path and executable!

    • @GR3YS0RG4N1CS
      @GR3YS0RG4N1CS 9 หลายเดือนก่อน

      @@typecraft_dev I agree with that first statement 1000% haha
      But sorry, I was more meaning setting up mason, nvim-dap, and mason-nvim-dap which bridges the gap between mason and nvim-dap (just like mason-null-ls, same dev). Could you possibly consider making a video about that? I think it would help out a lot of people who are new to neovim with setting up debuggers (including myself lol I'm trying to figure out the javascript debugger)

  • @anagamidev
    @anagamidev 9 หลายเดือนก่อน

    Amazing content, thank you 👌😄

  • @NectX
    @NectX 4 หลายเดือนก่อน

    You're awesome, nerd, thanks

  • @auwefg
    @auwefg 9 หลายเดือนก่อน

    until what episode will this series be?

  • @HowToLinux
    @HowToLinux 9 หลายเดือนก่อน +1

    Is there a way to support you without TH-cam/Google in between?

    • @typecraft_dev
      @typecraft_dev  9 หลายเดือนก่อน

      Love this. In the future we have some big plans. But unfortunately right now memberships is all we have

  • @jpkuechle
    @jpkuechle 6 หลายเดือนก่อน

    On your GitHub, It's says, "No need for DAP in my current config." Which Video covers that?

  • @kimhyungchae
    @kimhyungchae 9 หลายเดือนก่อน

    Looks amazing🎉

  • @rickyisajedi
    @rickyisajedi 9 หลายเดือนก่อน +1

    Hahaha “Now what the hell do you we now?!” 10:45

  • @Light-f5g
    @Light-f5g 2 หลายเดือนก่อน

    One of the best for config neovim but i had problem with setting rust can you make a video about it ? along with c

  • @adcodes
    @adcodes 4 หลายเดือนก่อน

    We can just go like :dapinstall instead of exploring the wild wild west right?

  • @alexanderisaev5548
    @alexanderisaev5548 8 หลายเดือนก่อน +1

    Thanks!

  • @arber10
    @arber10 8 หลายเดือนก่อน

    Thanks a lot ❤

  • @j.s9875
    @j.s9875 หลายเดือนก่อน

    How can you run the codes? Did you install a terminal?