You Should Use A Neovim Distro If You Are New

Поделиться
HTML-код
  • Опубликовано: 29 июн 2024
  • Recorded live on twitch, GET IN
    / theprimeagen
    Article link: dev.to/ratiu5/beginners-shoul...
    Author: RATIU5 | dev.to/ratiu5
    MY MAIN YT CHANNEL: Has well edited engineering videos
    / theprimeagen
    Discord
    / discord
    Have something for me to read or react to?: / theprimeagenreact
    Hey I am sponsored by Turso, an edge database. I think they are pretty neet. Give them a try for free and if you want you can get a decent amount off (the free tier is the best (better than planetscale or any other))
    turso.tech/deeznuts
  • НаукаНаука

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

  • @anatolyanatoly8037
    @anatolyanatoly8037 10 месяцев назад +128

    I personally became interested in neovim, after my vscode just started lagging like hell during hackathon. I tried your config, kickstart, configuring my own, but it looked like a mess and was absolutely unaware of what I was doing. Finally I used NVChad for 3 months and then wrote my own config without any problems.
    I think starting from the neovim distro may be a good idea. And I use arch, btw.

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

      Kind of in the same place, downloaded neovim today due to vscode vim lagging the hell out. Nvchad is so much more comfortable than vanilla nvim, im sure with more experience I will start messing around with config and plug-ins but I can’t think about that rn

    • @dkkogmaw1311
      @dkkogmaw1311 4 месяца назад +3

      How can vsc be laggy if you have a okayish pc 😂

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

      On a big project with a bunch of plugins it becomes noticeably slow, in my case I had even scrolling animation lagging. And I was doing it on a m1 macbook. The problem is not with the pc, but with the electron.

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

      @@dkkogmaw1311 it can get laggy the more extensions you install and dont manage them properly or if your noon-gaming PC is also used for gaming, both of which are my case

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

      It’s why I switched too, vscode is rly good but electron sucks. They should switch to tauri

  • @rtachallenger
    @rtachallenger 10 месяцев назад +18

    My nvim config is a minimal kickstart clone (17 lines),
    a series of independent single file plugin configs,
    an utilities file (mainly yanked from the LazyVim repo)
    and a settings file for custom non-plugin configs and keymaps.
    Kickstart is really the best place to start, once you went through the whole repo you already know how to make your own config.

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

    Agree completely. I followed your tutorial and it not only made me finally understand "the deal" with vim; starting from scratch and building things up was way more useful. I now know what plugins I have, how to use them, and how to add and configure more.

  • @TechJolt3d
    @TechJolt3d 10 месяцев назад +42

    Honestly got to agree with prime here. The problem I have with distributions are that they include too much. There isn't much that is really necessary for editing and writing code. Basically all that is needed is an LSP, a way to browse files (netrw and telescope), and the editor itself. I followed prime's tutorial and got a kinda minimal config with like 5 plugins, and that let me do everything I really needed. Then I was really able to focus on coding and getting a grasp on vim.

    • @nickm.4274
      @nickm.4274 8 месяцев назад +5

      Yep, I'm just running telescope, an LSP, cmp, and a colorscheme w/ treesitter, and it's all I need for the time being. Now my main focus is getting used to nvim split windows commands and navigation to move away from tmux

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

      I've once tried lunarvim. I was overwhelmed, but it was a good showcase of what kind of features can be used in vim and a reference implementation you can learn stuff from.

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

      But you kinda have to adapt your workflow which might need adjustments and switching is easier when you gradually start to edit the config and then create your own

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

      Do you count mason mason-lspconfig and nvim-lspconfig as one plugin?

  • @jonforhan9196
    @jonforhan9196 10 месяцев назад +20

    CLion is my preconfigured distribution

  • @raiguard
    @raiguard 10 месяцев назад +25

    This is one of the reasons why I like kakoune so much. The amount of breaking changes over the last several years can be counted on one hand. I wrote a few plugins several years ago and they continue to function just fine. Neovim sounds like javascript in how quickly it evolves, whereas i just want to configure once and then get to work.

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

    100% agree with Prime. I tried using nvim distros like 3 different times and every time I dropped it after a few DAYS. It was just way too much all at once. I love vim motions, I have them set up in vscode and obsidian, but there were just too many hotkeys and plugins and stuff, and it just felt overwhelming.
    I heard about kickstart, spent a solid 3 hours reading the config and setting some custom keybinds, and it was great. Still super new, but I’ve been using it for like 2 weeks now, slowly tinkering with it, and its been fantastic.

  • @friendliness1337
    @friendliness1337 10 месяцев назад +3

    I did a bit of a mix here personally, started out with your 0 to lsp series which I really liked and put into its own git branch. Then I took a look at what nvchad did in another branch to see if there was anything I really liked, so played around with that a bit.
    Later I integrated some things I liked from nvchad into the config I ended up with thanks to your videos.
    I do end up in configuration hell sometimes as the more I see the more I want to customise my vim config 😂 even talking about it now has me wanting to change my configuration again, so I know what I'm doing tomorrow!

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

      Funnily enough my nvchad config had trouble updating the day after I posted this, so I indeed went for a config with Teej's kickstart.nvim the next day.
      It's honestly a lot better now for the most part, still missing a few minor things but otherwise I much much prefer it!

  • @AsaiaPalacios
    @AsaiaPalacios 10 месяцев назад +3

    Hola 👋🏼. I set up kickstart just two days ago as a Neovim newbie. Your kickstart extension would be neat to dive in and keep learning + growing. I would dig it!

  • @siva710
    @siva710 10 месяцев назад +6

    @Prime, you have done an excellent job by contributing harpoon and git worktree plugins to neovim ecosystem. It will be great if you could spare sometime to maintain those plugins. I like those plugins very much. Thanks!

  • @Iridescence
    @Iridescence 10 месяцев назад +15

    Honestly I started with AstroNvim because I hated configuring base, installed two LSPs ant TS from the easy installer and now using it for 3 weeks at work without much problem. Maybe it's not for everyone but it works.

    • @oliverfoxi
      @oliverfoxi 10 месяцев назад +3

      I don't think I'll ever switch out from Asto as long as it maintained. I love how it's preconfigured and flexible. Bloated a bit, but pretty good. And I don't want to waste a lot of time configuring neovim from the ground having very flexible framework

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

      Yes, I tried them all but astro just jived perfectly with me 🎉

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

      yes, agree, Astronvim is great. more consistent than other distros IMHO.

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

    I started with vim about 6 years ago, when neovim was just a vim clone (or at least I thought it was), trying to learn bash and shell commands. I learned bash and vim first, then wrote my first program with it😁
    and agreed with known the system/environment, I see what knowledge it gave me and it was (actually still is) helpful, from How a compiler works to the syscalls, signals and return statement, and even more.
    I googled and wrote my own vimrc, time to time when I saw some useful tricks or plugins, I would add it and use it, I still keep some of keybindings from someone else's vimrc which I saw on a youtube video. and after switching to neovim, when the lua API became a thing and gets much powerful, I ported some of my old habbits (😁) to lua.
    Hell of journey which I LOVE and proud😁
    btw trying ed is a awesome idea! ed is always installed on my system and love to play with it time to time😁

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

    Going back to ed is a good idea as long as you eventually get back out and use the big guns. Also, using ed will improve your memory because you will need to memorize which line you want to edit and stuff

  • @stugeh
    @stugeh 10 месяцев назад +35

    I did neovim from scratch and then just installed lunarvim and in the year + of using it i dont really see a reason to swap to my own config. I havent had to touch my config in months, updates are always smooth and nothing ever breaks.

    • @airman122469
      @airman122469 10 месяцев назад +4

      Lucky. LunarVim updates sometimes destroyed my config and I never figured out why. Switched to vanilla neovim then later to Astro.
      It was probably something weird in my config, but Astro works, so I don’t care anymore.

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

    Prime KickStart sounds great, really would love to see it.

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

    I'm fairly new, and astro has knocked it out of the park for me, I may try kickstart at some point but I don't really have anything that needs changing. I do like the idea of having a single config file, because currently I have 3 or 4, but they're very short, just a little bit of fine tuning.

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

    I learned vim pluginless at first. I did learn a lot and take a lot of inspiration from a modified version of spf13 that one of my coworkers had setup as the default at one of my jobs though. this was before the plugin ecosystem was very big and before neovim was a thing though.

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

    Hi, Prime! I love your videos. I believe it would be great for non programmers like myself if you use a neovim configuration and pick it apart for us, and explain what you think is good and what not, i don't know. Something like that. Anyway, have a great day!

  • @AlaaMahran1
    @AlaaMahran1 10 месяцев назад +5

    Well I’m waiting for neovimegan kickstart

  • @jjanx4372
    @jjanx4372 10 месяцев назад +4

    to counter prime's argument we don't even really know how vscode plugin system works so using a distro is practically the same

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

    I had been running vim since 2000 with an 8 line vimrc. Picked up neovim about a month ago, installed Chad, and now I'm ripping it apart and making it my own. Learning a ton about how plugins do what they do and I'd be fairly comfortable writing a small one at this point. Using a distro gave me a good idea of what I could do with neovim. Before long, there won't be many remnants of chad left.

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

    I use Arch, btw and my adventure with Vim/Nvim started few years ago when my CTO told me that we will use Nano instead of Vim for server operations. I knew what Nano was but was totally unaware what Vim is. Then i spend months watching primes first tutorial series how to setup Vim. The rest is history. Now I use AstroNvim and I am really happy with it. I could do the same setup my self but when I need to switch to other Linux instance i can just pull AstroNvim and I'm ready to kick some azz and chew bubble gum, and I'm all out of gum... :D

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

    I just followed your video and setup minimal barebones nvim and it works for me.

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

    Yes please! I'd love a primagen version of kickstart. I hate to admit but I wasn't able to follow along with the other nvim setup vid. Skill/commitment issue i know but ya

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

    I tried configuring my own as a beginner but was held back when I learned what LSPs were and trying to add one into my config. I couldn’t figure it out and now I’m using nvchad with the recommended default config. It’s been such a huge help. I would recommend using a pre configured distro as a beginner

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

    I started just by copying your config video lol (thanks)
    and gradually fit it into my needs and wants.

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

    I started with Kickstart, then added a few Mason plugins for LSP and debug, that's it. My code output has literally been 10x what it was back when I still use VSCode. And for the first time I actually enjoy writing code for hours. It's insane.

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

    I agree. I have years of experience with vim but not with neovim or lua (or even vimscript). I am confortable with vim motions and don't mind using vim as an editor, but had reservations about switching to neovim full time. Nvchad and Astrovim came to the rescue and now I am using them nearly full time for my personal projects. Learning how to setup neovim from scratch will have to wait, though. If I feel that way, someone who's a beginner and still getting used to vim motions will probably have a higher cognitive load learning that as well as lua for setup.

  • @IAmOxidised7525
    @IAmOxidised7525 10 месяцев назад +13

    Hmm, I would advise against that, better to learn vim motions with basic setup and then try distro to avoid config hell - constant config fiddling ...😂

    • @davixx1995
      @davixx1995 10 месяцев назад +3

      I love editing my configuration, my nvim config is my temple, and I shape it as I please. And honestly, I find it quite empowering once you get to a certain point. You stop relying on distros to fix your problems and find your own solutions. It kinda becomes more of a lifestyle than a tool though, in fact I use it mostly for configuring rather than coding lol, but I do find it fun and it gave me great insights on the ecosystem, different tools, and lua coding, but that's not everyone's cup of tea.
      If you want a terminal editor ready to go from the start you're probably better off with helix to be perfectly honest, if the different motions aren't a deal breaker ofc.

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

    As a beginner, I wholeheartedly agree with the article. Getting started from scratch is overwhelming and time consuming. NvChad just gives me everything I wanted out of the box. If I need further configuration/personalisation, then I can still do that but now I can get developing out of the gate and not spend countless hours reinventing the wheel. I mean why do that when VSCode is right there and completely fine for me?

  • @youtube.user.1234
    @youtube.user.1234 9 месяцев назад +3

    I personally use a distro, AstroNvim because I want to spend my time writing actual code rather than writing/editing my config files 😅

  • @guilhermedasilvavieira5427
    @guilhermedasilvavieira5427 10 месяцев назад +97

    Neovim should have sane defaults like Helix does

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

      noooo but the linux philosophy 😢

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

      @@awesomesauce1157 Just a flag to generate a good default config with some plugins would be fine

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

      ​@@awesomesauce1157which is the Unix philosophy

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

      The only thing I'm missing in helix is option to install copilot. Say what you what but copilot makes me go a lot faster especially when doing some boring stuff at work. I also believe that these tools will only get better and investing time into learning to use them will soon be essential for being competitive in the field.

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

      ​@@awesomesauce1157actually it's GNU/Linux philosophy, or as I like to call it GNU plus Linux

  • @vyrwu
    @vyrwu 10 месяцев назад +3

    Interesting. Started with Nvim cold turkey based on Primes tutorials, then a few dozen plugins later, I find myself really confused how it all works. I got quite good with key maps and core plugins (telescope, nvim-tree, lsp-zero, etc.), but my current config looks like a Frankenstein and is not always clear to me. Thinking to stick with it for a few months and then do full restart on NvChad, hopefully giving me a more opinionated structure to follow and expand my understanding of Lua. Thought I gotta say that starting from scratch was a good experience for me as I got to understood the basics (which were dead ass coz I came from VsCode lul).❤

    • @vyrwu
      @vyrwu 7 месяцев назад +3

      Update: restarting on NvChad was a good idea. Offered sensible defaults yet was much easier to customize than my old scrappy config. By extending my NvChad fork I the learned basics of Lua, and now I'm able to add new plugins with relative ease. What I miss from VsCode is the one-click syntax+linting+format support for most languages. On Nvim it can be a struggle (e.g. Helm charts/Jinja templates) to get it working well when plugins don't have good docs. The upside is endless customisation of the editor, I can see how powerful you can get once you really master the config - not to mention the motions and keybindings, which give you superpowers.

    • @Ben-rc9br
      @Ben-rc9br 6 месяцев назад

      LazyVim is also good and has sane defaults + great UX

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

    I conf my own neo vim 2 days ago it is minimal and I have all the things I want (I am learning programming so I am using it for web dev and DSA). If anytings breaks or I want to add new pluagin it pretty easy to update.

  • @airman122469
    @airman122469 10 месяцев назад +21

    I actually think starting from scratch to understand the guts of neovim is a good idea. Then if you get tired of fiddling with configs switch to a distro. That way you at least understand the internals instead of fully relying on someone else to just “handle” it for you.

    • @harrytsang1501
      @harrytsang1501 10 месяцев назад +7

      When I got tired of configuring and keeping up, I just gave up on language servers altogether and my vimrc is down to 3 lines
      set nu
      set relativenumber
      syntax on

  • @daggerone3370
    @daggerone3370 10 месяцев назад +24

    The early gang here!

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

    I’ve never been able to get my own NeoVim configured and working and I tried it on 3 different Linux distributions multiple times, thanks to one Vim plugin, so I 100% agree.

  • @zizouhuweidi
    @zizouhuweidi 10 месяцев назад +3

    With lazyvim u get the best of both worlds. You minimise the effort maintaining ur config and you can configure everything like it's your own, documentation is top tier too

    • @Ben-rc9br
      @Ben-rc9br 6 месяцев назад

      agreed 100%

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

      I've tried most of these Neovim layers and so far LazyVim has been the most polished of all of them IMO.

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

    there are also: doomneovim, cosmic nvim, personal neovim configs, and some popular dotfiles that include neovim config out there

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

    Would love to see a video on using ed for a week

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

    I think (I'm admittedly not through all these steps) start with a vim motions plugin in your current IDE. Then switch either to a distribution or follow along with a well done NeoVim config video (the benefit of the video is that it should give you an understanding of what each thing does) then start to tweak things as you continue to explore

  • @RenderingUser
    @RenderingUser 4 дня назад +1

    i would agree with the title
    if i didnt use a distro. i wouldnt have grown to like neovim enough to go through neovim config tutorial hell

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

    I've used vim when vim scripted was used to configure it and i really loved it , now there are a lot of pre-configured i tried many of them but for some reason they are became hard to configure which makes them limited in my opinion ! but even so much love for nvim !

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

    First time I started using NeoVim I used NvChad. Quickly got rid of that because everything worked great but I had no idea how. Started again following your 0 to RC video and have since set up using that method from memory a couple times now

  • @kc-fr3qp
    @kc-fr3qp Месяц назад

    Switching to just vim motions in my editor has been kinda life changing. I was pretty much keyboard only anyways, just using like the arrow keys and some of the shortcuts from my editor that I know. I use Nova and vscode btw. But just turning on vim mode as made my reaching for the arrow keys even harder lol. I was pretty proficient with the shortcuts and arrow keys but just switching to hjkl instead and using a and i has made me more accurate and more comfortable. Vim is weirdly ergonomic.

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

    I would love prime kickstart!

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

    I agree with the idea of avoid unnecessary layers of abstraction, is better learning from scratch and find your ideal minimal configuration. I agree with John Blow... sorry I agree with Prime

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

    I’m currently using NvChad/AstroVim and I do feel the ‘other persons setup’ very much

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

    I am using Vim w/ vscode thanks to your videos. It actually does make a huge difference.

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

      LazyVim is also good if you're like me and don't like to spend 6 days configuring things

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

      @@Ben-rc9br I'll check it out. The VIM work style didn't really suit me because I find myself working with a bunch of different windows files and folders & I found trying to navigate all of these things w/o a mouse was confusing 😥

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

    Adding to the voices of please do your kickstart extention

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

    I think trying them out for a while and then building your config from scratch is the way to go.

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

      A smart strategy is to use your Neovim IDE layer of choice as a playground for experimentation, but keep your main nvim installation minimal. Then you can customize your nvim accordingly after seeing what works in LazyVim, LunarVim, or whatever you're using.

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

    Your kickstart extension could be called the kickstart-Primer

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

    Your best take and video

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

    Still haven't dared to explore VIM. Still anxious. A Cickstarter-Prime would definitely give me the necessary nudge. I would appreciate!!!

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

    Agree exactly as an almost beginner. If you're a seasoned neovim enjoyer that doesn't really wanna spend time configuring it, use a distro. If you're a beginner, a distro simply adds to the confusion already present if you're first configuring it, you should stick to something simple that will teach you the basics. I do wish kickstart was more modular, since having a single file for everything is still a bit overwhelming, but I've had a lovely experience with it nonetheless.

  • @lovepreetkaul
    @lovepreetkaul 9 дней назад

    I started(again!) with Lazyvim. It's just folke's kickstarter implementation in a way.

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

    Kickstarter is the way to go. I started there and after some setting up, painful at first, specially if you are also getting started with vim motions, but it's relatively easy to pick up even if you don't know Lua.

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

      Oh, and you also have to start with the mindset that you are not looking to get the same experience as with visual studio, it's a different approach with its own pros and cons.

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

    I think the only thing I would consider to be actually essential extra setup to a beginner starting out with vim is lsp configuration. Assuming they are familiar with vim motions.
    Sure it may not look particularly pleasant but just regular vim out of the box is already an incredibly feature rich editor. Most of the plugins are either completely aesthetic or save you at most 5 or so key presses once in a while compared to just using the builtin features.

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

    Nice!

  • @LoneWolfGamer666
    @LoneWolfGamer666 9 дней назад

    NVChad is my preferred!

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

    Ohhh I was in that civil war. I started In the 80's with ed and moved to vi. And always wanted to learn what this crazy emacs was. But I read Unix manuals in the back of the Unix Lab. WOW

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

    Please prime kickstart ! 100% interested and I’m sure lots of other would too

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

    I started with NvChad

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

    I have really struggled to get into Neovim until I stumbled upon Dreams of Code setup videos and NVChad. It's made the approach for easier and and been really enjoying neovim

  • @user-tb9xv3fy8n
    @user-tb9xv3fy8n 10 месяцев назад

    man, you gotta make the prime kickstart

  • @silver_vanguard6025
    @silver_vanguard6025 5 дней назад

    Got the same feeling configuring NixOS for the first time.

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

    The only nvim begineers config I need is the neovimagen

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

    Lazyvim is really good but I might make my own config with nix in the future. Who knows

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

    Are you me? Trying out ed is on my todo list. Im fact writing ed2023 with treasitter for syntax highlighting is on my endless bucket list

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

    I'd go even more extreme with how little you should start from to get to Vim. I have a video tutorial on it.

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

    PrimeStart sounds good...
    But kick-agen would be hilarious.

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

    I lost it at "I'm fine with using something that close to reenacting the civil war" 😂

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

    Prime KickStart sounds Cool, I'd vote 4 em

  • @user-tu5qx4cj9f
    @user-tu5qx4cj9f 5 месяцев назад

    Прошел по пути автора статьи и полностью с ним согласен, сборки nvim - это как магазин плагинов с возможностью просмотра функционала
    как только ты понимаешь, что тебе нужно и что ты действительно используешь - копируешь себе

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

    I have learned vim using vimtutor mainly motions.

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

    Hello there, you forgot to add the "| Prime Reacts" at the end of your video title. I almost fainted when I saw the upload without it, hehe.

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

    I used vanilla vim for months in school but getting to fulltime I needed something with more power. No more single file assignments. So I used NVchad after bashing my head against all the options I had and random bugs that came from trying to essentially rebuild what NVchad already offered.
    My hot take is not to start with vim motions in another IDE. It’s too easy to fall back on your mouse.

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

      True i just started using neovim with nvchad for the same reason i tried to use vim motions with vscode but i was keep going for the mouse. It was like a natural instead.
      It's been four days and i already becoming comfortable using keyboard only

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

    Astronvim

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

    I agree that vim motions will make you generically faster at everything, regardless of whether or not you decide to push forward towards neovim as your daily driver. The keybindings are literally everywhere from the web browser (vimium) to the command line (set -o vi). If you take nothing else from this video, give vim motions a try and I promise you'll never look back.

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

    I tried a preconfigured solution, I didn’t like it. I prefer starting from default and customizing as I go. My reasoning for this is that there is a lot I just don’t need, and I am fiddling with someone else’s config and not my own… I really don’t like messing with others configuration as they tend to be all over the place.

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

    would love neovim + kickstart, kickstart prime version

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

    I use kickstart and customized what I wanted. Many of the distros just have too much stuff in them. I have been a vim guy since the mid 90s.

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

    I started with kickstart, but at the end of the day, I just dont have the time nor energy to configure it all from scratch. Lazy Vim runs really wel, all of the key bindings make sense to me and I'm able to ship some code.
    I want to try to set it up myself at some point, but then again I am someone that truly HATES configs. Never hire me for devops.

  • @XEQTIONRZ
    @XEQTIONRZ 10 месяцев назад +5

    The linux guys got bored of their OS Distro arguments and joined Neovim chat.

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

    I think i will say a obvios idea but i think every individual mind speaks a diferent way of mapping things. And every developer should map his own Vim config through his individual experiencies and needs. That is what makes it so natural to aquire. Tweaks should be personal and maybe you should contradict some fashion on how to name things or how to build that or that things to do it for tour own. Just like a musical instrument. Keep It near of your thinking and it will be near your soul.

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

    Next you should try out coding onto punch cards, see where it REALLY all started

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

    I started with kickstart, got extremely frustrated because I wanted to program instead of configure it, installed astronvim and after a few months I went back to kickstart.
    I think that distros are good for beginners that don't want to configure their environment all at once

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

      Same sort of experience for me, doesn't make much sense to go through all the time you'd spend researching and then setting up your config if you still don't know whether or not nvim is for you. Spent a good amount of time in lunarvim, experienced how it feels to actually write code in a good config and then started my own to change what I disliked.

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

      Kickstart sucks, there’s way too many comments you can’t really see what’s going on. It should’ve been a bare bones config, with some light comments explaining stuff

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

    Did my own config then switched to NvChad bcs I needed it to "just work" and forget about it. When I was managing my own config I had constant urge to change something or swap some plugins for something else and in result it was pure chaos and also not working really. Now i just toased some extra plugins and changed some default keymaps from base NvChad and for half a year now didn't touched it again.

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

    And here I am a junior dev usimg my vscode with 56 plugins and tryng to watch videos to conviceme on why should I tried to use neovim and I dont even know the main language I use yet. Do you think neovim is a good option for junios devs that probably all have done is folow youtube, todo react videos (lets admit it that what we junior dev start with). Or shoukd we think about trying to lean neovim (which sounds like learning a new program) after we have been codinf in a team/project for a least 2 years and have enough exposure to the language that we used daily?.

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

    Just in the process of pondering whether I should start from scratch after configuring LazyVim. I'm an original Vim guy so no experience with Lua and nvim idiosyncrasies. It *is* nice to start out with, but as soon as you try to change defaults and add your own stuff, you are hitting the limitations of the "framework" and there is a lot less documentation than for vanilla nvim. Most of the examples on plugins won't work as you would have to translate it to the LazyVim way. Not impossible, but not much fun either.

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

      FWIW, LazyVim is the most polished Neovim IDE layer I've tried, and I've tried most of them. It's also the fastest I've tried. As a long-time Vim/Neovim user, it takes care of the plugin management and gives me what I need to get work done.

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

      @@danielstoddart I think so too. I ended up with nvim-lua/kickstart-nvim and transplanted the bits I found most useful from lazyvim over. Quite the roundabout way I have to admit, but I guess it was just the work/time needed to be put into it to really feel comfortable with the new setup and to have the confidence and overview to change it to my tastes.

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

    sed and awk: Perl is still everywhere and a *lot* nicer than those two. If you think Perl has it's quirks, wait what (g)awk and (to a lesser degree) sed has in store for you. sed can be understood if you already used vim's s///g a lot, but man awk is a different beast altogether. There actually *is* a reason why Perl took of when it did. It made it a lot easier to get everything awk/sed have to over in a much, much nicer package.

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

    The worst part of the preconfigs is that you’ll finally figure out how to extend the configuration, only to then have the project to be rearchitected and your configuration is bust and you’re stuck figuring out where tf your changes need to go in the new setup.

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

    Those starting out should stick with vscode with vim extension.🙃

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

    if you think downloading a kickstart with 5 plugins is overwhelming, you will be more overwhelmed when you download a distro

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

    please do your kickstart!

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

    EMACS

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

    Maybe you should Fast for 24 hrs every week, to detox on whatever you're high apparently. Also probably you could use a Continuous Glucose Monitors.
    Vim is a poor excuse of an IDE, fact

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

    so vimscript in vimrc felt overwhelming? well, that is why you should use emacs and copy stuff from org-mode literate emacs configurations. you can even make org-mode literate vimrc for vim and neovim

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

    Also I believe LunarVim isn’t just a configuration, it requires a binary and stuff? I think anyway

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

    don't be a delicate flower "start with vim motions first in your current editor" go to vim directly and start with strict mode and follow vi tutor that is all you need.
    ancestors: hunting mammoths at 13 year olds
    grown ass married man with children at 35 years old: 😨start with delicate steps, use vim motions first.😨