NVChad - Turn Neovim Into An Awesome IDE

แชร์
ฝัง

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

  • @toxiccan175
    @toxiccan175 10 หลายเดือนก่อน +658

    As a sysadmin, I’ve worked hard to learn the shortcuts of my text editor and improve my efficiency. I doubt you can find another sysadmin as fast as I am with my preferred editor, GNU Nano.

    • @Aoredon
      @Aoredon 10 หลายเดือนก่อน +139

      I present: myself.

    • @mileseramosroman2387
      @mileseramosroman2387 10 หลายเดือนก่อน +80

      uff im sensing the most epic anime fight of 2024 is about to go down

    • @GlorytoTheMany
      @GlorytoTheMany 10 หลายเดือนก่อน +43

      I was also a nanoer until my job involved pasting SSH public keys into ~/.ssh/authorized_keys. Sometimes the pasted key didn't work, so I went to check why. Turned out Nano inserted an arbitrary line break at one point because it found the line too long, so it thought it's helping me by cutting it up. If I was composing a novel, probably it would have been right, but it's not a welcome feature for sysadmins and software devs. I realized Vi(m) doesn't do that, it's always true to the text I'm editing, so I started to lean towards it more and by today Vim is my go-to text editor. However I should still learn a lot about it to be more efficient or to enable language server support which would be especially useful for Rust.

    • @sebastiangazey7245
      @sebastiangazey7245 10 หลายเดือนก่อน +14

      Pretty sure if you go into your nano config you can turn off auto line breaks lol

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

      Dont accuse a dev of not rtfm​@@sebastiangazey7245

  • @m4rt_
    @m4rt_ 10 หลายเดือนก่อน +279

    I used to like and be interested in pre-made configurations for things like Neovim and Emacs (e.g. Doom Emacs, and Lazy Vim). But after using them for a bit, I felt like it was more of a hassle than it's worth, so I went back to using my own simple configurations. It may not be like this for everyone, but it's like this for me. I like things to be simple, and not bloated with things I don't care about. Also, I often find that those pre-made configurations are made for someone else and not for me, so it's more like I'm forcing myself to do it someone elses way instead of making it work for my needs.
    Currently my Neovim config is some custom keybinds. Some various plugins through packer (e.g. treesitter, lsp-zero, harpoon, toggleterm, and lualine). And a gruvbox theme (I tend to change my theme every now and then, but this is the one I'm currently using.)
    (there are some other stuff in there but that's mostly configuring the plugins, and some vim settings)

    • @eklipsed9254
      @eklipsed9254 10 หลายเดือนก่อน +33

      Based HARPOON user detected

    • @GudJuJuTV
      @GudJuJuTV 10 หลายเดือนก่อน +8

      That’s really all you need honestly! Almost identical config to yours and I’m loving it. Kickstart is also super close to this

    • @gonkong5638
      @gonkong5638 10 หลายเดือนก่อน +2

      This is the way. Never use pre made stuff guys! Be authenticate!

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

      That's literally nvchad

    • @inevespace
      @inevespace 10 หลายเดือนก่อน +7

      Same. I use nvim mostly for latex writing. It is very difficult to understand pre-made configs. As noob I got only benefits of beautification but was completely lost how to use functionality features of preinstalled plugins. When I configured nvim from scratch, at lest somehow I started to use plugins functionality, because I knew why I added them.

  • @theaninova
    @theaninova 10 หลายเดือนก่อน +252

    Gotta love the pixel misalignment on the statusbar thanks to Alacritty

    • @saymehname
      @saymehname 10 หลายเดือนก่อน +57

      Truly a rust product 🙈

    • @zeocamo
      @zeocamo 10 หลายเดือนก่อน +10

      it is fix in kitty..

    • @This_Guy-
      @This_Guy- 10 หลายเดือนก่อน +1

      Nchad is mid packer or lazy the true plugin in my opinion

    • @LabiaLicker
      @LabiaLicker 10 หลายเดือนก่อน +7

      Alacritty also completely breaks ANSI Escape Sequences.

    • @sumitftr
      @sumitftr 10 หลายเดือนก่อน +7

      @@saymehname it is not the problem of rust!! The only reason you hate rust because you can't learn it. It is truly the best language now

  • @Chad48309
    @Chad48309 10 หลายเดือนก่อน +401

    My name is Chad and I live in Nevada, so this title freaked me out at a glance.

    • @madmartigan1634
      @madmartigan1634 10 หลายเดือนก่อน +36

      If you're on the internet at all in the past few years, you must get spooked quite a bit

    • @Chad48309
      @Chad48309 10 หลายเดือนก่อน +17

      @madmartigan1634 being me in CURRENT_YEAR is a very odd experience actually

    • @Felix-on9dr
      @Felix-on9dr 10 หลายเดือนก่อน +28

      Chad from Nevada, you have to turn Neovim into an awesome IDE right now

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

      This is hilarious

    • @martiananomaly
      @martiananomaly 10 หลายเดือนก่อน +9

      Do not go to a certain African country

  • @NewWarrior21st
    @NewWarrior21st 10 หลายเดือนก่อน +16

    Thanks for the video! I recently discovered NvChad and I was pleasantly surprised to see this vid! I'm under the process of leaving IntelliJ completely for Neovim instead.

  • @yungabilify
    @yungabilify 10 หลายเดือนก่อน +4

    You uploaded this at a perfect time because I was going to try out lazyvim yesterday

  • @Smickyo
    @Smickyo 10 หลายเดือนก่อน +40

    I took Luke Smith's config about 3 years ago and have been changing things in it slowly over time to suit my current workflow.
    I think this could be good for someone starting out, but it really doesn't have any killer features that would make me want to switch to it.

    • @Smickyo
      @Smickyo 10 หลายเดือนก่อน +4

      Actually it was probably 5 years ago thinking about it :o

    • @wh7988
      @wh7988 10 หลายเดือนก่อน +5

      luke smiths configs are brainrot, admiting u use it is kind of embarrassing

    • @davidr2421
      @davidr2421 10 หลายเดือนก่อน +45

      ​@@wh7988 What is this weird tribal reaction to text editor configs?

    • @imgladnotu9527
      @imgladnotu9527 10 หลายเดือนก่อน +14

      ​@@davidr2421just humans being tribalistic as per usual

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

      @@davidr2421 says a lot about you if you can't see it

  • @shampoable
    @shampoable 10 หลายเดือนก่อน +19

    lots of people are validly suggesting avoiding large vim distros, a nice alternative to that would be nvim kickstart which gets just enough to get going while keeping everything vanilla nvim

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

      This.

    • @q2yogurt
      @q2yogurt 21 วันที่ผ่านมา

      I wouldn't say this one is "large" though, it has just enough utility to get you started

  • @kasroudra5170
    @kasroudra5170 10 หลายเดือนก่อน +6

    Using this for years. Fantastic, well maintained project

  • @isaac80745
    @isaac80745 10 หลายเดือนก่อน +5

    I heard about nvchad when I was learning rust. Great IDE. I was able to bring most features but it takes work to make it fully integrated

  • @Guilherme_hja
    @Guilherme_hja 10 หลายเดือนก่อน +49

    I was not expecting Mental Outlaw and NvChad in the same video. A surprise, but a nice one. ^ ^

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

      A surprise to be sure, but a welcome one.

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

      You haven't been watching for long enough then

  • @repairstudio4940
    @repairstudio4940 10 หลายเดือนก่อน +15

    Love NVim! Excited already and 5 secs in!!! 🎉

  • @supernovaw39
    @supernovaw39 10 หลายเดือนก่อน +22

    Throw rotten tomatoes at me, but if I want to have a fancy editor on a remove server, I mount it using SSHFS to make it as though the files are on my local machine and then edit them in the normie GUI editors. I don't know if nvim has multiline editing where I can create an arbitrary number of selection regions using RegEx, but this feature has me absolutely hooked in Sublime Text/VS Codium. I can work on thousand-line files, find little mistakes, compare files, merge columns, find inconsistencies, I never even use spreadsheets.

    • @unLinuxeroMas
      @unLinuxeroMas 10 หลายเดือนก่อน +2

      i am got insterested on this, what is the use cases ?

    • @reyioa
      @reyioa 10 หลายเดือนก่อน +4

      Multiline editing: Macros
      Regex: /s
      Large Files: bigfile.nvim
      Find Little mistakes: /s
      Comparing Files: tmux
      Merge Columns: vim-fugitive
      Finding Inconsistencies: /s
      Things I like more
      Telescope.nvim. A fzf that has grep and uses it as a file browser
      flash.nvim: Makes keyboard motions really fast
      Harpoon.nvim: Allows you quickly swap between useful files fast, great with C++ headers and source files
      Nvim-notify: a nice clean notification daemon
      There are also things i dont like such as the debugging support, and same with community and plugins.
      I would recommend a prebuilt config to start out but highly recommended to make your own editor yourself.

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

      @@reyioa For comparing files I just use nvim -d file1 file2

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

      @@qanon4realvsqanon4gery70 Since they have never used nvim before, C-b is easier for them instead of using commands, since they have background in vscode + sublime. And, Tmux is easier to use if the window manager supports it such as sway, etc. I use tmux because i use wayland + hyprland

  • @ultimateParthenos
    @ultimateParthenos 10 หลายเดือนก่อน +2

    2:21 i can agree to that as i too dont wanna pointlessly spend hours ricing my system or terminal just to make them look better and rather wanna spend that valuable amount of time working on a project or learning something

  • @Skuiggly
    @Skuiggly 10 หลายเดือนก่อน +5

    i love the flexibility that comes with customizability and extensions but dislike configuration! this is perfect

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

    This is a really useful video for someone like me who wants to get better at NVChad. I had already done the install so I didn't need 20 minutes on that, which is what a lot of others do. I just needed to be shown around for the features I use in a normie IDE like file browsing and window splitting.

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

    Please make more videos like this your videos are always the most clear and concie without even trying you are a natural expert tutorial maker..... its not even close to being your main content yet you excel and exceed your peers . Ill be buying from your store for sure to show my appreciation for the great content (which i never do )
    please make more instructional and informative content on useful tools. i managed to use multiple career changing technologies through your channel and for that i am thankful. plus i am always getting a dose of updates and entertainment when it comes to CS and security content.

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

    I actually just switched from vim to nvim with NvChad last week. It's really nice and speeds up the work flow

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

    I have worked with Astrovim for a long time and found it ok. At the same time, I found it was always too overloaded for me, for example using two packet managers at the same time and including some extensions that I never used. NVChad looks more lightweight. I like that.

  • @episode6maine
    @episode6maine 10 หลายเดือนก่อน +13

    I think the main thing that makes neovim feel like an ide is the lsp capabilities and autocompletion which are handled by plugins like lspconfig and nvim-coc. I really wish there was a debug protocol baked into neovim the same way lsp currently is.

    • @jiangxina9566
      @jiangxina9566 10 หลายเดือนก่อน +2

      dapui + dap adapter+ neotest for reponsive unit testing
      : works for pretty much every language.

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

      Is that WIF I'm seeing here?

  • @ashwalker1
    @ashwalker1 10 หลายเดือนก่อน +5

    I am hyped :) I actually use vim with termux on android and I think it will reduce my pain.

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

      That's Great, I too followed a guide/blog and downloaded nvchad for termux and it feels better

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

    Great timing! I just started to try Vim and Fireship led me to NVChad, which led me here.

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

    Keep making videos like this; it is good to see how someone else is leaning neovim and understand the others pain.

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

    Been using neovim at work (programmer) for two years now. Best switch I've made in my career

  • @Levi_OP
    @Levi_OP 10 หลายเดือนก่อน +60

    roll your own config! it may take a little bit longer to figure out, but it will make you much more familiar with neovim and make changing things much more simple. nvchad is pretty difficult to customize with custom plugins or changing the default behavior.
    p.s. if you're going to use a pre-made config, lazyvim is much better imo. much simpler to configure and doesn't lock you in to using specific settings that you might not like

    • @kmatias2467
      @kmatias2467 10 หลายเดือนก่อน +11

      I'd say the guide to overwriting nvchad's config values is quite good, as in what folder to use. There are also good examples in the config files. Everyone is free to have their own opinion though.

    • @Redyf
      @Redyf 10 หลายเดือนก่อน +5

      Honestly it's not that hard to customize it to your liking, all you need to do is read the docs. Lazyvim and nvchad have different goals. Nvchad is more of a statting point to make your own personal config, pretty much building it from "scratch" . While Lazyvim offers a complete development experience out of the box.

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

      That's why i switch to lazyvim from nvchad, lazyvim is a lot easier to customize

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

    Cool. I just made the jump from nano to neovim and am slowly getting a feel for it. I like it a lot. I may have to print out a cheat sheet for my desk 😅.

    • @Tony-mw-533
      @Tony-mw-533 10 หลายเดือนก่อน

      It's always good to print out cheat sheets😂

  • @JohnDoe-cx6zd
    @JohnDoe-cx6zd 10 หลายเดือนก่อน +1

    NvChad is great, been using it for half a year now. It's a bit sad to sometimes return to my old incomplete rice of vim though lol
    Didn't know many of these hotkeys though!
    Small tip: you can exit screens created by split with plain :q, it won't close the whole vim until there's one screen left

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

    God this is beautiful. I recently switched to Arch after being afraid of how difficult it was supposed to be to install after finding the install script, now there's this. Thank you, sir. You're my hero 💜

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

    This is exactly what I was looking for, thanks! Just an fyi to someone trying to use thus via ssh on windows, don't forget to set your PowerShell/CMD font.

  • @dezly-macauley
    @dezly-macauley 10 หลายเดือนก่อน +2

    NvChad showed me what was possible with Neovim. The problem is I'm not a fan of the folder structure. So I wrote my own config from scratch that does everything NvChad can do and more 😎

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

    Started using VIM after 4 years of sublime text... instantly fell in love; but I will never forget sublime,
    he teached me to code

  • @lodiped
    @lodiped 10 หลายเดือนก่อน +5

    LazyVim is the perfect distro because it's still very much a vanilla install in a way. I feel like NVChad becomes another beast, so if you're not that savvy programming-wise, it might be difficult do deal with extensions. I feel like for a noob like myself, I get a lot more useful (and easier) information out there for solving LazyVim than I get for NVChad.

    • @siduck_og
      @siduck_og 10 หลายเดือนก่อน +2

      nvchad uses lazy.nvim for package manager too, still vanilla. Lazyvim spoon feeds a lot, nvchad doesnt. Btw what issues did you had with nvchad?

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

      "basically surrendering to the NVChad bubble" Idkman I'm very interested in Vim but it's not like I wanted to do much configuration with VSCode either... If I enjoy NVChad as an IDE, I'll use it as such without worrying about whether or not I'm proficient in configuring Vim...

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

      @@zoox3732 I think "surrender" was a strong word in my part, that wasn't really what I wanted it to mean. It's absolutely fine to just setup and use and it's expected that you do so. I'll edit and reword it. I used NVChad for several months btw. I like the approach of setting new stuff on LazyVim better than NVChad's. I feel like it's a little bit more understandable for me (like I said, i'm very much a noob, I started programming in January of 2023).

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

      @@siduck_og I remember trying to install a few packages and I just couldn't get it to work. I don't really remember which ones though. I'm thinking it was harpoon but I don't really remember.

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

      @@lodiped did you lazy load them properly or add lazy=false?

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

    Really Thx a lots, start using neovim at the past, it is really tough and install every things and not easily , also, Nvchad makes the nvim much more like the modern editor

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

    Thanks to you I am motivated to dive a little deeper into nvchad. I think I will use it from time to time at work. 👍

  • @owannn
    @owannn 10 หลายเดือนก่อน +2

    the creator of Nvchad is a gigachad 🔥

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

    NVChad is awesome! It's my code editor of choice as a CS student

  • @youtube.user.1234
    @youtube.user.1234 10 หลายเดือนก่อน +2

    NvChad is great but I personally use another neovim config called AstroNvim - it feels a kinda easier to use out of the box and it suits my needs

  • @Stangy-dev
    @Stangy-dev 10 หลายเดือนก่อน +1

    This video came up to me just as I was about to work on my code project, thanks so much.
    Also, what programming languages do you use?

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

    vim is truly incredible

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

    As a daily nvchad user, this vid was helpful. Find buffer and split window is not something I use normally, plus didn't know the difference between tabs and buffers.

  • @paullee107
    @paullee107 10 หลายเดือนก่อน +2

    I'm gonna give this a try. I switched to vim a few months ago, but I'm still not REALLY good with vim shortcuts. Thanks.

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

      I'd recommended being familiar with vim motions at first. And try understanding how lua config works on nvim; for that see documentation in nvchad webpage itself.

  • @rykerh1
    @rykerh1 10 หลายเดือนก่อน +2

    I've been using this since starting my journey into Arch Linux and absolutely loving it. It's like the perfect fusion of quick text editor and full ide with so much QoL

  • @Johnny-ju6di
    @Johnny-ju6di 10 หลายเดือนก่อน +1

    Holy book of rust enjoyer, very cool Jason Tatum. Personally I like lunarvim

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

      He could not afford showing us that beautiful deepfake today 😢

  • @Damal.Chelay
    @Damal.Chelay 5 หลายเดือนก่อน

    installed nvchad today using this vid. thanx kenny

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

    Thanks for this, I use neovim for all of my development as a DevOps engineer. I cant wait to use this

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

    I tried nvchad, and then astro, and settled on astro. I haven't needed to customise it very much, just added some community language meta-packages really. Which-key is the best.

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

    I noticed you accept XMR. Awesome! Everybody in the world needs to use it!
    NvChad is poorly documented.
    The themes, th, suck. I've gone through all of them over-and-over-and-over but none work for me. The current line and the comments are almost invisible to my eyes. I've had to make some special colors. They need to quit coming out with so many themes and start making some good ones. Quality beats volume.
    The telegram help channel for NvChad is, well, unhelpful.
    Normal vi is good enough for me. Vim is overkill. Neovim in today's world is the default. NvChad is the kitchen sink. I told myself I'd try NvChad and if it slowed things down I'd choose something else. Surprisingly this kitchen sink is performant. No slowdowns to stop the show.
    Overall it was a great video.

  • @dabearodactyl
    @dabearodactyl 10 หลายเดือนก่อน +2

    i personally prefer lunarvim, but nvchad is cool too :D

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

    Hi Mental, How is your RockPro doing so far and does the tor relay's work on them?
    Greetings and keep up the nice videos!

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

    I've been using vscode because I just couldn't be bothered to configure vim myself but now I'll install it for sure

  • @tailsnintendo
    @tailsnintendo 10 หลายเดือนก่อน +2

    Switched to vim pretty quick as a sysad after feeling silly for pulling nano in front of my manager to write various scripts with hundreds of lines or configs that span more than a page. He wasn't bothered at all but I felt like I came straight out of super weenies hut jr. I've been driving nvchad since and compared to engineers who use their own vim config (trouble with LSP and making it work like an ide) or vscode (it eats 32gb of ram and makes their i7/r9 workstations sweat) it's super comfy and efficient. And looks better.

  • @Splarkszter
    @Splarkszter 10 หลายเดือนก่อน +2

    we all know he recommended it because it has chad in the name.

  • @mr.togrul--9383
    @mr.togrul--9383 10 หลายเดือนก่อน +2

    I initially installed NvChad as well, but then after watching The Primeagen i felt ashamed and installed Neovim kickstart of TJ and configured that to be like NvChad (manually added file tree, buffers,..etc). Did this to call myself pure Neovim user lol.

  • @devin-little
    @devin-little 10 หลายเดือนก่อน

    let's go! I've been daily driving this version a year

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

    I find it a little funny that so many nvim plugins seems to do exactly the same as a feature which already is built in but just with a little better UI :D

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

    Glad to see you've been following the Rust book

  • @dakata2416
    @dakata2416 10 หลายเดือนก่อน +4

    Based af

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

    every time i watch a video about this config i learn something new lol

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

    Thank you so much. That's all I really really need.

  • @veritas7010
    @veritas7010 10 หลายเดือนก่อน +24

    Honestly with neovim should always be careful of these so called bundles, in 2-3 years it will break if the maintainer decides to go on a chill tour or if there is drastic shift in conventions. So I'd say you should always build out a custom config, cuz otherwise if you don't know what's going on you'll end up switching back to something pretty in no time

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

      It's a good place for a newbie to start tho. Gets them comfortable with what features they want, but everyone should make their own setup eventually

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

    Thank you so much! I'm too lazy to learn these shortcuts myself XD

  • @0oNoiseo0
    @0oNoiseo0 10 หลายเดือนก่อน

    Looks great! thank you for the share

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

    Great Video Thanks. Made me re try vim :P I just have to get all the config up and running again...

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

    did you forgot to TSInstall rust? it installs rust treesitter parser which is needed for treesitter syntax highlighting

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

    i guess this is how god felt when he gave fire to man. casually gods giving mortals power that far exceed.
    truly a chad of all times

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

    This seems l8ke it's a meme but it also isn't which makes it more of a meme.
    Good job

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

    Irony is coming here and knowing it's a vim related video and you just want to watch it (Perhaps to finally convert a friend)
    Peak reality though?
    That's coming here to watch for vim, and by the second or third time seeing the Rust code in front of me, realizing it's something I was attempting to implement while learning Rust.
    That, that's a subscription.

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

    Can’t wait to use NVChad through the VSCode terminal

  • @khuntasaurus88
    @khuntasaurus88 10 หลายเดือนก่อน +8

    Jetbrains: look at what theycmust do to mimic a fraction of our power

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

    I deleted vscode, pycharm and rustrover to use neovim.
    I was using Kickstart Neovim before but now I just installed NVChad and it is looking good

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

    I don't understand. When I run the install I get LUA errors. And nerdfonts don't have an apt get install, instead I see 1000 options to download WTF. And now I get errors when opening vim. Thank you for messing up my config. Back to VSCodium.

  • @vicentcaselles4807
    @vicentcaselles4807 10 หลายเดือนก่อน +2

    Could you make a video about how to set up nvim for Python?

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

    Can somebody please help me how to chnage the behaviour of the cursor, to restore it after exiting neovim? I have configure my cursor to blinking line, and when I exit neovim, it stays solid, non-blinking block. On the web there are many question like that, and many solutions, but either I don't know where to apply them, or when I found out where to apply them - they doesn't work.

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

    Ok now i convinced, give it a try

  • @d.developer
    @d.developer 10 หลายเดือนก่อน +2

    What about lunarVim?

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

    What I have issues with is getting vimtex and githubs copilot integrated. Specifically, vimtex compilation works only if I open neovim through the terminal, not, for example, if I open a tex file through lf or Nemo. I don't know why, it honestly does not bother me enough to bother with it, but if someone knows, please let me know.

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

    I picked up you saying GUI first as gooey :D

  • @tompov227
    @tompov227 10 หลายเดือนก่อน +8

    I prefer the Helix editor. It is VIM-like but the keybindings are a bit different and the actions you perform are reversed-like select then delete rather than d first then selection-but it comes with tree-sitter and LSP support and I find it much more plug and play than VIM and I prefer the select before action method of interacting with things. It also supports multiple cursors out of the box and has wide support so it is easy to use a package manager to install it

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

      Helix doesn't have as wide of a support as Vi(m) when it comes to keybindings. I am an Emacs user but I still use Vi bindings, and I use Vi bindings in my browser as well. At work, I often have to ssh into remote machines and Vim or at least Vi are present on all of them. If your worry is just LSP and tree-sitter support, NvChad has them out of the box

    • @lechi_2002
      @lechi_2002 10 หลายเดือนก่อน +2

      I also prefer Helix. The keybindings make more sense once you get used to them.

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

    VIM ON TOP

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

    Best way I found to close those VSP and SP is (SPACE + X). Im still a little confused as to closing terminals.. But that also works with SPACE + X. You just need to not be in the Terminal I mode

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

      Oh and for the terminal Alt + H or V works for switching between console and file buffer

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

    Skip to 3:08 for the content related to title.

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

    Would you consider making a video going into more details about getting LSP's installed

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

    i code in python so I don't need much stuff, file navigation is crucial. But I want to be able to jump to classes, like if I do from Thing import Thing1, and I use Thing1 in my code, I want to be able to access that file where Thing1 is.
    I also want my syntax correction to actually work, and with this I mean, i'm going to be working on like 10 projects, each with their different environment, and I want my IDE to automatically assume that if i'm inthe file thing.py from the proyect X, that the environment loaded for the syntax check needs to be for that project, and not the proiject that I have open on another tab/buffer/zone/window.
    Last but not least, some debug functionality is needed, like I want to know whats inside my string variable during the run, if it's the word apple or tomato, because that helps me figure out whenever I screw up.
    That's it! Right now I use VSCode which sucks a lot. The only other option seems to be pycharm, which also sucks. Both suck and I 'd love to be on something like nvchad, but none of these really basic features seem to be around?

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

    "Okay, let's be honest - for FIXING archlinux whenever I broke the GUI"
    Damn felt that 😅

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

    better than working in a helpdesk troubleshooting printers

  • @poms3559
    @poms3559 10 หลายเดือนก่อน +7

    EMacs for the win

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

      This is like seeing an old WW2 veteran saying "the allies will win"

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

      @@lonelyshpee7873 and they did 😊

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

    ctrl o or ctrl i is nav forward or backward in jumps, this is really useful when you edit more then 1 file, ex. you forgot what a function is doing, so you use gd to goto def. and you can read the code and to get back you ctrl o and you back to your code.

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

    Hey Kenny, thanks for the video

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

      you're welcome

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

      ​@@kingfrenchtoes5769no problem

  • @Cyberbully34
    @Cyberbully34 10 หลายเดือนก่อน +6

    Today was the day that I officially switched from Vim to NeoVim, I gonna miss you, Vim 😢

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

    Lets go!!

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

    Ok nvim get another chance now, thanks!

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

    Editing text and navigating files doesn't exactly blow me away. What about the source control interface? What about the debugging experience? What about running unit tests? Are you out here println debugging or were these things left out of the video? I hate to be pessimistic, but I get the feeling nvchad isn't going to do more than be a pretty way to edit config files.

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

    +1 to printing cheatsheets. I also had one for tmux

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

    Please help. Getting the following error:
    Error detected while processing /home/dampdigits/.config/nvim/init.lua:
    Plugin ui is not installed
    E5113: Error while calling lua chunk: cannot open /home/dampdigits/.local/share/nvim/nvchad/base46/defaults: No such file or directory
    stack traceback:
    [C]: in function 'dofile'
    /home/dampdigits/.config/nvim/init.lua:32: in main chunk

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

    NVChad vs LazyVIM?

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

    Nvchad is cracked

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

    How does it compare to astronvim?

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

    5:50 yoo a fellow minigrep developer! Was just doing that same chapter the other day

  • @Chaos666Theory
    @Chaos666Theory 10 หลายเดือนก่อน +4

    Obligatory Emacs comment.

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

    I used nvchad for some time but the way that configuration is handled is very different than regular neovim configuration, it is very confusing. So i gave up and started using lazyvim, configuration is simple and well documented