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

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 552

  • @DmitryShpika
    @DmitryShpika 11 месяцев назад +433

    This is the first nvim setup video where I actually understand what's going on. Thank you 😊

    • @typecraft_dev
      @typecraft_dev  11 месяцев назад +25

      Happy to hear that! My goal was to make it understandable

    • @lin.hikiro
      @lin.hikiro 9 месяцев назад +3

      hahah, true

    • @muonx9649
      @muonx9649 9 месяцев назад +4

      this is so true 🤣

    • @exismys
      @exismys 7 месяцев назад +8

      exactly, others are just - do this, do that, and then boom.

  • @BristlyBright
    @BristlyBright 8 месяцев назад +46

    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!

  • @ThePaulMcBride
    @ThePaulMcBride 9 месяцев назад +73

    It's worth mentioning that you need to have ripgrep installed if you want to use the find grep command

    • @MrTashkov
      @MrTashkov 8 месяцев назад +4

      Yep, I was just about to write the same comment.

    • @lifeLoges
      @lifeLoges 7 месяцев назад +4

      to install in windowes
      choco install ripgrep

    • @shivamtrivedi4669
      @shivamtrivedi4669 3 месяца назад +1

      Yes, I overlooked it the first time and I was baffled that I could not grep a string in the project. Then I dropped nvim and went back to my default IDE. That was stupid.

    • @KM-sv4dh
      @KM-sv4dh 12 дней назад

      Thanks for the reply, "pacman -Syu ripgrep" for Arch based distros.

  • @the-other-sunny
    @the-other-sunny 11 месяцев назад +31

    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 =)

    • @AdityaRajSingh-xy6gt
      @AdityaRajSingh-xy6gt 3 месяца назад

      hey should i go with nvim chad or config my own nvim ?

    • @heian17
      @heian17 3 месяца назад

      ​@@AdityaRajSingh-xy6gt depends. If you just want to get things out of the box : go for NvChad. If you want to actually understand how configuration in Neovim work, make a config yourself

  • @ethandoescompsci
    @ethandoescompsci 9 месяцев назад +9

    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!

  • @pgattic
    @pgattic 11 месяцев назад +19

    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 :)

  • @apefu
    @apefu 11 месяцев назад +15

    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! :)

  • @electrolyteorb
    @electrolyteorb 7 месяцев назад +4

    You just cannot imagine how overwhelmed i was when first learning, this video is the only one that i can understand

  • @surajmandal_567
    @surajmandal_567 11 месяцев назад +6

    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.

  • @VANTYCSolutions
    @VANTYCSolutions 11 месяцев назад +174

    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 11 месяцев назад +8

      Vote for this comment

    • @DanielZapata-jv4ux
      @DanielZapata-jv4ux 11 месяцев назад +16

      Hey, so I want to save you some time because I’ve been wondering the same thing and shopping around on forums, Reddit, RUclips, 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.

    • @tomiyokasensei
      @tomiyokasensei 11 месяцев назад +22

      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 11 месяцев назад

      @@tomiyokasensei 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 11 месяцев назад

      ​@@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.

  • @realgreencookie
    @realgreencookie 9 месяцев назад +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!

  • @maniksingh92
    @maniksingh92 11 месяцев назад +7

    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

  • @boredsherbet
    @boredsherbet 3 месяца назад +2

    actually so friggin helpful. trying to configure kickstart fried my brain till i saw this. highest quality stuff, genuinely oddly low subscriber count... imma recommend this vid to people if they ask me "how is this idiot using neovim?" which is a question I've already gotten a number of times.

  • @AndreTiconaRollano
    @AndreTiconaRollano 11 месяцев назад +13

    The abstract syntax tree explanation was fantastic. Wish I had something like that when I was learning to configure neovim.

  • @schwja04
    @schwja04 11 месяцев назад +35

    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.

    • @beanarine
      @beanarine 10 месяцев назад

      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 8 месяцев назад

      thank you very much bro

  • @DKRSpeedline
    @DKRSpeedline 11 месяцев назад +1

    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.

  • @kazegarasu4704
    @kazegarasu4704 8 месяцев назад

    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 !

  • @zuruuppop
    @zuruuppop 11 месяцев назад +29

    requirements :
    1. ripgrep
    2. neovim 0.9.0 or newer
    3. fd
    4. c compiler (gcc and g++)

    • @thyche7866
      @thyche7866 Месяц назад

      how do i setup the c compiler btw? thank you

  • @erase_ego
    @erase_ego 11 месяцев назад +1

    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.

  • @RalfVogler
    @RalfVogler 11 месяцев назад +2

    15:33 I know you want to keep it simple, but it shouldn't be wrong: 1. No, a parser gives you the AST. 2. Treesitter gives you a concrete syntax tree. 3. Your example with symbols is the lexer's job, a parser uses a grammar based on those tokens.

  • @marcus-toy
    @marcus-toy 6 месяцев назад +1

    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!!

  • @I-Wonder-ps6qu
    @I-Wonder-ps6qu 4 месяца назад

    I never thought a neovim set up video could be this good. i'm not even joking

  • @IainSimmons
    @IainSimmons 11 месяцев назад +3

    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

  • @zaftnotameni
    @zaftnotameni 6 месяцев назад

    10/10 for leaving the little mistakes here and there in the final video

  • @SjurgisS
    @SjurgisS 9 месяцев назад +1

    Coming from webstorm, that "record macro" trick at ~6:00 felt like a kick to the face, comprehension wise. All three times I re-watched it.

  • @nonchalantgarage
    @nonchalantgarage 8 месяцев назад

    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.

  • @nvk
    @nvk 11 месяцев назад +6

    Thanks for this! I found your explanations informative easy to follow. Looking forward to part 2

  • @typecraft_dev
    @typecraft_dev  11 месяцев назад +3

    what is your favorite neovim plugin?

    • @aleksapex679
      @aleksapex679 11 месяцев назад +1

      Telescope for sure. I mean you can't live without treesitter or package manager too, but telescope is so fast and showing code preview is done the best way possible. Telescope is what I miss in VSCode.

    • @isabelroses_
      @isabelroses_ 11 месяцев назад +2

      No bias at all but Catppuccin has to be my favourite plugin. (I'm a Catppuccin maintainer)

  • @jariocmjunior
    @jariocmjunior 6 месяцев назад

    Thank you. The most important is not see the things works but know how it works.

  • @GBFU2016
    @GBFU2016 10 месяцев назад +2

    Finally! Someone who can explain this clearly !

  • @Mraeth8n
    @Mraeth8n 10 месяцев назад

    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!

  • @shehanreshin
    @shehanreshin 6 месяцев назад

    This is the only video that I came across with a clear explanation on creating a config for beginners

  • @kylekim5861
    @kylekim5861 11 месяцев назад +3

    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

  • @yogasukmap
    @yogasukmap 2 месяца назад +1

    just learn neovim, and this is the only guide that really works.. some other create over complicated setup that causing more confusion than help. thank you.

  • @stefano7718
    @stefano7718 11 месяцев назад

    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!

  • @Raubritterr222
    @Raubritterr222 11 месяцев назад +2

    Love it! thank you for walking us through and explaining every line in detail, best Neovim course on YT!

  • @RatchetXJ0461
    @RatchetXJ0461 11 месяцев назад +1

    I was about to write a lengthy text about how great this video is. But sadly, this textarea does not have vim motions 😂
    As someone who never used vim prior to NeoVim, which I started 6 months ago. I can tell that a lot of the things you covered here isn't new to me. But they weren't crystal clear. And I can tell they are now.
    Thank you very much.

  • @devma
    @devma 11 месяцев назад +2

    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' 😁

  • @j1nMatt
    @j1nMatt 7 месяцев назад

    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!

  • @MuhammadShaheer-q4v
    @MuhammadShaheer-q4v 11 месяцев назад +2

    This is exactly what I needed. Looking forward to the next episodes !!

  • @exismys
    @exismys 7 месяцев назад +1

    This is by far the best nvim setup video. Thank you so much.

  • @robertbeene2949
    @robertbeene2949 10 месяцев назад +1

    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.

  • @jules4642
    @jules4642 2 месяца назад

    I really like the kickstart neovim made by neovim maintainers, it's a single file and you can start from it when moving to a modular config.

  • @insanitygamer_vibing
    @insanitygamer_vibing 11 месяцев назад +1

    Oh this is a fresh tutorial! Sweet! I will watch eagerly for updates

  • @faustozampa
    @faustozampa 9 месяцев назад

    Dude i am beyond grateful for this. You are an awesome content creator, keep going dude!

  • @diedie111590
    @diedie111590 10 месяцев назад

    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++.

  • @Crimjonn
    @Crimjonn 11 месяцев назад

    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!!

  • @yourlinuxguy
    @yourlinuxguy 8 месяцев назад +1

    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

  • @KarthiKeyan-vk9ui
    @KarthiKeyan-vk9ui 11 месяцев назад

    Finally, I found my Vim Guru!! Simple and easy to understand explanation.

  • @dharmeshsharma
    @dharmeshsharma 10 месяцев назад

    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  10 месяцев назад

      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!

  • @shawnmiguel
    @shawnmiguel 11 месяцев назад +3

    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

  • @sgwong513
    @sgwong513 9 месяцев назад

    one of the best video on how to setup neovim. so easy to follow and it works.

  • @ViktorRådman-l6i
    @ViktorRådman-l6i 10 месяцев назад

    Amazing content, i really needed this. To understand what is happening in all the files, and so good explanation. Keep it going my man!

  • @tjdgmlchl6305
    @tjdgmlchl6305 11 месяцев назад

    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!

  • @shawjak3
    @shawjak3 11 месяцев назад +1

    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!

  • @KZ-si4wm
    @KZ-si4wm 2 месяца назад +1

    great video man, the small explanations really help i did the setup before but didn't understand what was going on. keep up the good work.

  • @Kamil_Ocean
    @Kamil_Ocean 8 месяцев назад +1

    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 =)

  • @pontushenrikssn
    @pontushenrikssn 11 месяцев назад +1

    This is exactly what I needed! Thank you so much, you are so underrated!

  • @nelsonfleig5024
    @nelsonfleig5024 6 месяцев назад

    You are doing the Lord's work. Learned so much new in the first 10 min already!

  • @aus10d
    @aus10d 11 месяцев назад +1

    Thank you for making this video. Look forward to the next ones in the series

  • @khunvirak102
    @khunvirak102 9 месяцев назад

    this is by far the best video for setting up Neovim and so enjoyable!!

  • @garyzhang1781
    @garyzhang1781 11 месяцев назад +2

    Amazing video! Keep it up! Can't wait to watch episode 2!

  • @Dainslief31
    @Dainslief31 8 месяцев назад

    ahh thanks a ton sir, i dont know how to thank u enough for it, just follow his commands step by step guys , u will have no errors , he is too good with what he does

  • @barelycodingtoday
    @barelycodingtoday 5 месяцев назад

    Great series! Awesome engagement with the end user and you can fully understand the entire time. SUBBED!

  • @andherium
    @andherium 9 месяцев назад +1

    Why are you so funny? I don't think you're even trying to be funny here but just watching you makes me laugh 😂
    Great video btw

  • @ZacHolme-r3x
    @ZacHolme-r3x 10 месяцев назад

    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  10 месяцев назад

      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.

  • @fabianmallmann4834
    @fabianmallmann4834 7 месяцев назад +1

    God, finally an nvim setup video I can understand! Thank you oh so much good sir!

  • @dod_ytent9984
    @dod_ytent9984 11 месяцев назад +1

    Thanks a lot for the great video. For once someone is going line by line and explaining what's going on. A simple request, if that's alright, in the series please show how to setup a dev environment for Python where we can create, change, etc between different conda environments, and even more complicated that I have not been able to find is a way to interact or use Jupyter Notebooks in Nvim. ❤

  • @RationalDissonances
    @RationalDissonances 10 месяцев назад

    finally a good Neovim tutorial, Thanks for the content, it's really amazing!

  • @calebjosueruiztorres
    @calebjosueruiztorres 4 месяца назад

    Thanks for putting this together fellow, it helped me to wrap my head around customizing nvim, which I am totally new. (I have used vi from time to time for some quick little tweaks). So this was cool.

  • @csnazell
    @csnazell 8 месяцев назад

    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.

  • @RootsterAnon
    @RootsterAnon 11 месяцев назад +2

    AstroNvim!!! :D Great Nvim setup, full development environment.

  • @YuLi-ot6go
    @YuLi-ot6go 11 месяцев назад +1

    A very well paced video with great explanations. Learned a lot from this! Thank you!

  • @ianwright5919
    @ianwright5919 11 месяцев назад +3

    It'd be interesting if you would do a "new to NeoVim" video too. I don't use it, but I'm interested in why people like it so much and wonder if I should try it.
    Maybe you could explain why you find it so good, digging into some of the useful features etc?

  • @pierre-malan
    @pierre-malan 11 месяцев назад +1

    Great starting point, very good explanation of all the moving parts that you need to get started
    💪👍✅

    • @typecraft_dev
      @typecraft_dev  11 месяцев назад +1

      Thank you! I'm excited to bring out the next episode

  • @reandov
    @reandov 11 месяцев назад +2

    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  11 месяцев назад

      You’re not the first to suggest this so I’ll definitely look into it thanks!

  • @filippzakharov1378
    @filippzakharov1378 11 месяцев назад +1

    Great tutorial, looking forward to see next episode!😄

  • @isaac10231
    @isaac10231 2 месяца назад +1

    Great tutorial!
    To just save people 30 minutes of their lives - using the default terminal on mac won't work for catppuccin, something to do with color limitations, just fyi.

    • @ComfyDyl
      @ComfyDyl Месяц назад

      I wish I read this comment prior to wasting multiple hours

  • @matthewsells6714
    @matthewsells6714 5 месяцев назад

    This helped me so much. Thank you for the series! Only note I might add is that I needed to add ripgrep for the telescope live grep to work.

  • @VinitKhandagle
    @VinitKhandagle 10 месяцев назад +1

    the best tutorial on nvim and its setup.... You should create a paid course. Your teaching style is so amazing

  • @KonstantWalker
    @KonstantWalker 11 месяцев назад +1

    Thank you so much for this series, absolute godsent!

  • @PetrenkoAndrii
    @PetrenkoAndrii 11 месяцев назад +1

    Amazing as always! You gave me the best tool for IT work, thank you!

  • @NPCNo-xm2li
    @NPCNo-xm2li 7 месяцев назад +1

    This was so unbelievably pleasant and easy to follow q-q thank you so much

  • @aus10d
    @aus10d 11 месяцев назад +1

    Just a note as a Windows user: after installing neovim, I also installed Git for Windows. I had to install ripgrep for Telescope. And when I installed Tree-sitter, I also had to see the instructions on Tree Sitter's page about installing C and Cpp compilers for Windows (Mingw in my case, or LLVM). Maybe this extra info for Windows users will help someone else.

    • @akhilmn4013
      @akhilmn4013 5 месяцев назад

      To add on, probably best to follow the lazy.nvim installation guide on treesitter and instead of adding the configs normally, might want to start off with this
      require("lazy").setup({{
      "nvim-treesitter/nvim-treesitter",
      build = ":TSUpdate",
      config = function ()
      local configs = require("nvim-treesitter.configs")
      configs.setup({
      ensure_installed = { "c", "lua", "vim", "vimdoc", "query", "elixir", "heex", "javascript", "html" },
      sync_install = false,
      highlight = { enable = true },
      indent = { enable = true },
      })
      end
      }})
      I think for windows users having vimdoc could be useful for the parsers, but I'm not that sure.

  • @knowledgedose1956
    @knowledgedose1956 11 месяцев назад

    big huge thank you for such professional and quality content. absolute hero 🎉😊

  • @Alex-lq1uf
    @Alex-lq1uf 10 месяцев назад +1

    Make sure you are using a terminal that can support colour schemes - unlike the default mac terminal. A mistake I made :)

  • @MichaelZinabu
    @MichaelZinabu 11 месяцев назад +4

    we need episode 2 right now

  • @AllVid
    @AllVid 11 месяцев назад

    the best setup tutorial out there.

  • @JReuben111
    @JReuben111 6 месяцев назад

    that was great !!!!!!!!!!! jumping into the next episode - really fantastic learning experience. THank you !

  • @murillomr7
    @murillomr7 10 месяцев назад

    That is what I was looking for...thank you for the easy and understandable approach in this video, help me a lot.

  • @AshishShakya-te6sm
    @AshishShakya-te6sm 11 месяцев назад +1

    this is what I was waiting for, thank you :)

  • @opmil
    @opmil 11 месяцев назад +1

    eagerly waiting for future episodes. 👍👍👍

  • @xyborg1
    @xyborg1 10 месяцев назад

    Recommendation: 1- the command from nvim is down to the left so youtube toolbar blocks the comannds (maybe move a little the scrren to the top), 2 maybe is more usefull if you show the keys typed in the screen.

  • @АлександрКостарев-ю8ф
    @АлександрКостарев-ю8ф 8 месяцев назад +1

    I like Primagen content but this course is better for understanding than his course on frontendmasters so far.

    • @typecraft_dev
      @typecraft_dev  8 месяцев назад

      Thanks for the great feedback!!

  • @Lilly-Lilac
    @Lilly-Lilac 6 месяцев назад +3

    I have no idea if this will help anyone, but I had an issue where telescope would give me an error if I included the keybinding BEFORE the theme setup command thing. Moving the keybind after fixed it.

  • @Rajpandu-g6w
    @Rajpandu-g6w 11 месяцев назад +1

    Great series. Hope you can continue to show to install the core main plugins. Also if you can add LSP for Golang and Python, that will be great. I actually gave up neovim watching other videos, by watching you slowly progress the config, I want to give it another shot. Thanks again for putting this together.

    • @typecraft_dev
      @typecraft_dev  11 месяцев назад

      Awesome I’m glad it’s helping you out. I’ll be sure to do an episode setting up some of the most popular languages (python and go included)

  • @dan4pr
    @dan4pr 5 месяцев назад +1

    This is freaking awesome! Thanks for sharing!

  • @ПашаБратанов-д9л
    @ПашаБратанов-д9л 15 дней назад

    Thanks for very useful guide. I use Windows 11, so it required additional steps for me to make it work without errors.

  • @marcuslkms
    @marcuslkms 11 месяцев назад +4

    after following the Catppuccin color scheme theme setup, my background theme turns Teal. Any help is appreciated :)

    • @Izzy-so6ql
      @Izzy-so6ql 9 месяцев назад +1

      I had the same issue using the default mac terminal. I had to switch over to using iterm 2 to get the colors to apply properly.

  • @ezra3457
    @ezra3457 9 месяцев назад

    OMG. Thank you for this easy to understand nvim setup! I tried to follow TJ and Prime's setup but they went to fast without really explaining anything. Unfortunately this didn't give me much hope to start learning vim . I haven't even finished the video I'm at the part were we just installed catppuccin. :O Thank YOU