ThePrimeagen On Vim Superiority

  Рет қаралды 20,059

Tech Over Tea

Tech Over Tea

5 ай бұрын

If I get a chance to talk to ThePrimeagen I'm obviously going to have to ask him about why vim is so great and why he started using it in the first place.
Full Episode: • #204 Vim Is The Only R...
==========Support The Channel==========
► Patreon: / brodierobertson
► Paypal: www.paypal.me/BrodieRobertson...
► Amazon USA: amzn.to/3d5gykF
► Other Methods: cointr.ee/brodierobertson
==========Guest Links==========
KZbin 1: / @theprimeagen
KZbin 2: / @theprimetimeagen
KZbin 3: / @thevimeagen
Twitter: / theprimeagen
Twitch: / theprimeagen
=========Audio Release=========
🎵 RSS: anchor.fm/s/149fd51c/podcast/rss
🎵 Apple Podcast: podcasts.apple.com/us/podcast...
🎵 Spotify: open.spotify.com/show/3IfFpfz...
🎵 Google Podcast: www.google.com/podcasts?feed=...
=========Video Platforms==========
🎥 LBRY: odysee.com/@TechOverTea:3
==========Social Media==========
🎤 Discord: brodierobertson.xyz/discord
🐦 Twitter: / techoverteashow
📷 Instagram: / techovertea
🌐 Mastodon: brodierobertson.xyz/mastodon
DISCLOSURE: Wherever possible I use referral links, which means if you click one of the links in this video or description and make a purchase we may receive a small commission or other compensation.
#Linux #Vim #Programming #OpenSource #FOSS
I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and related sites.
🎵 Intro Music
Aces High by Kevin MacLeod
Link: incompetech.filmmusic.io/song...
License: creativecommons.org/licenses/b...

Пікірлер: 28
@Saturate0806
@Saturate0806 4 ай бұрын
"It's super stupid like go" that was I line I did not expect nor did I expect to agree so much with
@LosYol
@LosYol 7 күн бұрын
And he like go) I agree go is stupidly easy)
@replikvltyoutube3727
@replikvltyoutube3727 4 ай бұрын
vim in emacs terminal buffer
@CrazyLuke11
@CrazyLuke11 4 ай бұрын
Evil mode 😂😂
@no_name4796
@no_name4796 4 ай бұрын
@CrazyLuke11 Real evil mode is running vim inside emacs terminal buffer inside vscode integrated terminal
@baguettedad
@baguettedad 4 ай бұрын
That is too cursed
@vaisakhkm783
@vaisakhkm783 4 ай бұрын
@@no_name4796 in windows???
@shallex5744
@shallex5744 4 ай бұрын
i accidentally find myself doing that often
@LillyAnarkitty
@LillyAnarkitty 4 ай бұрын
Brodie: 🤗
@naranyala_dev
@naranyala_dev 4 ай бұрын
yeah Brodie, you're in right path, more devs story please. especially for linux.
@xernerac
@xernerac 4 ай бұрын
"Code editors are so slow" my guy has never heard of sublime text
@scrapmine
@scrapmine 4 ай бұрын
Who pays for text editing.
@xernerac
@xernerac 4 ай бұрын
@@scrapmine you do realize that no one is stopping you from using sublime text for free, right?
@docdisco42
@docdisco42 3 ай бұрын
jokes on you if you think sublime is fast you've never seen a good vim user
@xernerac
@xernerac 3 ай бұрын
@@docdisco42 sublime has always been instant. Never had to wait for it. It‘s hard to be faster than no waiting. Plus I use vim aswell. And still prefer sublime.
@hazelora
@hazelora 4 ай бұрын
2 guys 1 cup adhd
@anon_y_mousse
@anon_y_mousse 4 ай бұрын
I use more or less vanilla Vim. I do compile it myself and I always enable Lua and a few other languages and features, but I still use it like standard Vim, for the most part. I only use two plugins with it, and one of those I only installed a couple of weeks ago just to play with the plugin manager thing. The other one I've been using for like two decades to enable smart tab completion, and it's written in VimScript. I still haven't gotten an answer of any kind from anyone on why NeoVim is better than Vim, especially since you can enable Lua yourself anyway. Is it just about having it on by default or not being required to build from source? Or is there a feature I'm missing out on?
@JMIK1991
@JMIK1991 4 ай бұрын
I suppose less config with premade plugins... Probably how config looks after it's done with meaningful letters... I dont like how some plugins have to add new ways to show stuff so I didn't go with neovim. They make default options in vim guessing... But I do use Vim, with ale and vim-signify to show git changes in the line... Pretty much 300 lines vimrc file, ~200 comments... I just mostly like the default look, changed ruler to be more neat, added working highlights, tab completion how I like, auto insertion and tab indents look like arrows width of 2-4 characters... I always know when they are there now. I also use netrw that comes with vim, as I like it's folder view, and set the default view. Then I made sure I load config for filetype and search project ./.vim/tags file to get tags to work... It works perfectly well on under 200€ laptop and as I installed linux on it... power lasts 10+ hours instead of proposed 3-4 hours windows S... and stays cool no overheating. PC is for fun and laptop for writing.
@anon_y_mousse
@anon_y_mousse 4 ай бұрын
@@JMIK1991 I just checked my own .vimrc and according to `cloc`, 62 lines are blank, 158 are comments, and only 178 are actual configuration. Of course most of the comment lines were previously used as a configuration and as I've replaced things over the past 25 years I've just commented them out instead of deleting them.
@weakspirit_
@weakspirit_ 3 ай бұрын
there's a couple good features in neovim that i like before i moved to emacs but honestly, you don't need that noise if you're just gonna stick with mostly vanilla
@anon_y_mousse
@anon_y_mousse 3 ай бұрын
@@weakspirit_ Okay, but what were those features in NeoVim? And why did you move to Emacs?
@weakspirit_
@weakspirit_ 3 ай бұрын
@@anon_y_mousse neovim provides a richer and more powerful set of APIs. this means you naturally have a much larger selection of plugins to use AND they can do stuff that vim couldn't offer. there's some saner default settings too, but you can do that in vim too. see? none of these things affect your workflow if you stick to vanilla. also, from my experience, working with vimscript is just awful in every way compared to lua. in the early days of neovim, it's basically just "vim but robust". it had new APIs but they were few and not remarkable. i was one of the few people that gave it a try. i liked it, since it exposed a couple new features that allowed my plugins+configs to perform better. however, i was unable to keep up in configuring it and later realized that neovim is going to undergo a rather large ecosystem change with the introduction of the lua API. so, i got curious to see what goes on in emacs. i found spacemacs which is great at the time. but soon, i'm going to have to move because there's too much legacy practices that makes configs pretty painful. not to mention that it's emacs lisp instead of common lisp, yuck.
@MsDuketown
@MsDuketown 4 ай бұрын
LUA + HTML = docs
@tamtonaquib
@tamtonaquib 2 ай бұрын
Betrayed by thumbnail
ThePrimeagen On How To Learn Vim
8:31
Tech Over Tea
Рет қаралды 11 М.
I tried Neovim Distributions so you don't have to
9:12
typecraft
Рет қаралды 139 М.
Which one of them is cooler?😎 @potapova_blog
00:45
Filaretiki
Рет қаралды 10 МЛН
Como integrar ChatGPT con Neovim
17:42
atareao
Рет қаралды 789
#204 Vim Is The Only REAL CODE EDITOR | ThePrimeagen
1:03:12
Tech Over Tea
Рет қаралды 50 М.
My Initial Impresson Of Go
12:39
TheVimeagen
Рет қаралды 74 М.
"Windows 10 Was The Last Good Version Of Windows"
9:53
Tech Over Tea
Рет қаралды 2,7 М.
ThePrimeagen Hacks My Productivity
3:30
Scott Macchia
Рет қаралды 38 М.
Why I Cant Stand IDE's After Using VIM | Prime Reacts
17:51
ThePrimeTime
Рет қаралды 267 М.
Fastest AMD PC - Hyte Y40
12:39
optimum
Рет қаралды 414 М.
Crypto Games Are Beyond Desperate (so we pranked them)
23:53
Nix and NeoVim
13:38
ThePrimeTime
Рет қаралды 119 М.
Vivaan  Tanya once again pranked Papa 🤣😇🤣
0:10
seema lamba
Рет қаралды 13 МЛН
THEY WANTED TO TAKE ALL HIS GOODIES 🍫🥤🍟😂
0:17
OKUNJATA
Рет қаралды 2,6 МЛН
Яблочки уже не те 🍎🤣❤️
0:48
Dragon Нургелды 🐉
Рет қаралды 1 МЛН
Wait for the last one! 👀
0:28
Josh Horton
Рет қаралды 100 МЛН
9 сынып оқушылары: ЖАЛАҢАШ МАССАЖ/ KOREMIZ
46:23
Көреміз / «KÖREMIZ»
Рет қаралды 405 М.