The three differences covered in this video: - Vim is developed and maintained by one person - Nvim is developed and maintained by the community - Vim does not support asynchronous execution - Nvim does support asynchronous execution - Vim does not have great LUA support - Nvim does have great LUA support All of that for 10 minutes
@jacobitosuperstar3 жыл бұрын
but I don't know if this videos is just old or have a lot of miss-conceptions, but Vim is no developed by one person. Braum makes the merges, but there is a team and people that constantly add to it. Vim does support async execution and Vim does support Lua, it's not it's main language, yes, but it does support it, and I don't know if have made functions or plugins in Lua for vim, but my functions work the same, I have to do the same API calls... so I don't know... i prefer TJ comment on it, "it´s not about features, it's about focus"
@kartikchauhan27783 жыл бұрын
Thanks
@lazyeclipse2 жыл бұрын
...and 2 of the three are wrong (vim does have a community of contributors, it's just that patches aren't contributed through github, and it does have async execution as of version 8). That said, I thing the Lua support is huge, and we've seen great neovim plugins thanks to it.
@xybersurfer2 жыл бұрын
@@lazyeclipse the vim contributions may come from the community. but they are much less open to contributions from the discussions i've read. so my impression is that the author of the commits does say a lot about who's in control
@elbbepp2 жыл бұрын
@sidhanth rathod Ain't no way you're advertising your neovim rice 💀. You've already got 10k stars calm down.
@wailfulcrab4 жыл бұрын
Easy random character generator: get a random person in front of Vi and ask him to close the program
@trbry.4 жыл бұрын
I believe you would get even more random strings if you ask them to wrote their name in something lile notepad..
@inx18194 жыл бұрын
plot twist they close the terminal
@theodiscusgaming39093 жыл бұрын
@Big Poppin’ Jake the joke is that it's unintuitive to normies so they'll type random stuff trying to close it
@igorswies59133 жыл бұрын
:wq is for masochists that like typing too much, use ZZ
@groos34493 жыл бұрын
@@igorswies5913 I use ZZ to save, ZX to save and quit and ZC to quit without saving
@bustercasey38064 жыл бұрын
Nothing beats a good old pencil and some paper.
@pazu_5134 жыл бұрын
Bloat. Just use your own blood and draw with your finger
@SimGunther4 жыл бұрын
Best debugger around: a spreadsheet on accounting/engineering paper
4 жыл бұрын
No
@pardal_bs4 жыл бұрын
Except, you know, fire, water, bugs, etc…
@uzefulvideos34404 жыл бұрын
Scissor beats paper
@Calajese4 жыл бұрын
I can't exit both so there isn't really any change for me
@NeveJay4 жыл бұрын
:wqa!
@Calajese4 жыл бұрын
@@NeveJay ZZ > ...
@MentalOutlaw4 жыл бұрын
just unplug computer
@bobbob26584 жыл бұрын
buy a new computer entirely
@betabenja4 жыл бұрын
@@MentalOutlaw and wait for battery to run down. only 3 days to quit vim on my old laptop. I get faster every day.
@helkindown4 жыл бұрын
I use an AZERTY keyboard, and only neovim can understand special character for map command like "map à 0" or other non ASCII character, so I recommend it to anyone with a keyboard with those kind of unusual keys on it.
@dr.derekrobinson19204 жыл бұрын
>I use an AZERTY keyboard Um I'm thinking based
@felipej.oribeiro67004 жыл бұрын
Yes! This is a must for Portuguese speakers. And the alt key functions are a good reason too.
Thanks! This comment was exactly the info I was looking for, wasn't expecting to find it so quickly, if at all!
@Ultrajamz4 жыл бұрын
The chad answer is typically: Whichever is already installed
@qwertykeyboard59014 жыл бұрын
nano
@censoredterminalautism40734 жыл бұрын
ed is the standard text editor.
@sagnost4 жыл бұрын
vi
@jamess17874 жыл бұрын
I like chad
@rizkyadiyanto79224 жыл бұрын
gedit
@its-amemegatron.95214 жыл бұрын
But for real. Vim has the superior logo
@nestorgomez73054 жыл бұрын
Tbh, I see it as a bit old compared to the N in nvim.
@censoredterminalautism40734 жыл бұрын
True. It's a pretty cool logo.
@cmodead52843 жыл бұрын
Mmmm maybe it's nota really good
@noideac4 жыл бұрын
The virgin VIM and NeoVIM vs the chad not knowing how to do shell scripts in the first place
@SimGunther4 жыл бұрын
Vs the Giga-Chad who never used an internet connection to begin with
@dacho7074 жыл бұрын
chad nano
@qwertykeyboard59014 жыл бұрын
vs Lad > echo “stuff” >> thing.file wtf lad?
@censoredterminalautism40734 жыл бұрын
Would Emacs be the wizard or is that just ed?
@UoirLocer4 жыл бұрын
dad Kate
@jtsiomb3 жыл бұрын
Your point about vim being developed by a single person vs neovim being a community project seems a bit strange, since in your video capture of the vim commit history, every single commit was a patch merge. What I'm seeing is just different merge methods: a single commiter applying patches, vs merging pull requests. Also my experience with the quality of code when it's mostly a single person writing it vs a large number of people submitting changes is quite the opposite of what you described.
@felixthehuman3 жыл бұрын
TJ Devries (one of the core nvim developers) made a response. He also responded to that Stackoverflow "Modern IDEs are Magic" article. They are both entertaining.
@armynyus91232 жыл бұрын
Full ack. Things getting "messy" defintely more a multi contributor problem.
@JethroYSCao2 жыл бұрын
Bram merges every patch submitted by others by hand. That’s not a healthy development flow for any large project.
@jamesdickerson67262 жыл бұрын
^ this. 100% things tend to be more efficient and uniform with one developer. Truer to it's actual vision.
@JethroYSCao2 жыл бұрын
@@jamesdickerson6726 when the single developer in charge is a real guru like Linus Torvalds, Mike Pall, etc. Then yes, having that BDFL can be great for the project. But Bram is no where near as competent as those guys. Every single feature added to Vim over the past half decade has been a reaction and playing catch up to the excellent work done by the Neovim team: asynchronous execution, terminal mode, etc. But even with his best efforts, Bram's Vim still lacks behind Neovim in terms of features. Lua (with Luajit) support, built-in LSP client to name a few major things. There's simply no comparison which project is better at this point, empirical results speak for themselves.
@Lmao-ke9lq4 жыл бұрын
Light themed github killing my eyes in 1am
@nissengummihone4 жыл бұрын
I have vim and my entire terminal in light mode
@nissengummihone4 жыл бұрын
@@weakspirit_ recently I also found out how to get tty in light mode
@Lmao-ke9lq4 жыл бұрын
you're all madmen
@Mersal-uj5nh3 жыл бұрын
@@Lmao-ke9lq there are some browser extensions that you can use.
@ex0stasis724 жыл бұрын
So, the bottom like is, if you don’t run an old computer from the 80’s, then go for Neovim.
@Mjs961174 жыл бұрын
You misspelled "Emacs"
@ex0stasis724 жыл бұрын
@@Mjs96117 Good one!
@flexagonpark54674 жыл бұрын
@@Mjs96117 you misspelled "Doom Emacs"
@comicsans16894 жыл бұрын
@@Mjs96117 Sorry, I don't need an OS within my OS. I have virtual machines for that.
@josemembreno49964 жыл бұрын
@@flexagonpark5467 you misspelled “O26”
@franchufranchu1194 жыл бұрын
Actually, you should remove systemd, glibc, and all other glow-in-the-dark software. The only thing you need is grub, vmlinuz, a minimal HolyC compiler, and the version of vi provided by busybox.
@linxuser8974 жыл бұрын
The CIA ni.....
@drishalballaney4 жыл бұрын
nah, use just the kernel and emacs ;)
@nyankers3 жыл бұрын
@@drishalballaney emacs doesn't have a kernel yet? smh
@vodam69702 жыл бұрын
no need for vi, just use ed
@someonerandom7042 жыл бұрын
also I got rid of my mouse and keyboard and now just have two buttons: a 0 and a 1. I believe that compilers and interpreters are bloat so I just use these buttons to input cpu instructions directly into the machine.
@23pointblank3 жыл бұрын
As a beginner in vim, what i am getting from this video is that i don't know enough to need neovim.
@yash11523 жыл бұрын
hehe, seems so will be the case for me too
@rbettsx3 жыл бұрын
What I'm getting is: it's absolutely safe to learn Vim. If I run into some limitation, I can change over without having to unlearn anything.
@yes-vy6bn3 жыл бұрын
they're both essentially the same, but neovim is faster because it uses luajit instead of some some janky homemade language called vim script
@harleyspeedthrust4013 Жыл бұрын
@@yes-vy6bnyeah but you can compile vim with lua support (with luajit, optionally) if you want. you can even compile vim with support for scheme if you were so inclined. so plain old vim does support lua + luajit. and as far as async stuff, i tend to run commands in a separate tmux pane - but when i need to do something in the background from vim i just run it as a background job. for example, i have some bash function that tries to render a file in an x11 window. i have a vim keybinding to view the current file (for markdown mostly) that just calls this bash function and sends it to the background.
@mihailazar24874 жыл бұрын
Three most immediate thing you'll notice about nvim is that "+ actually works. If you have vim preinstalled, depending on your distro, it will be compiled with the -clipboard flag disabled. Meaning you'd have to select your text with the mouse like a noob and Ctrl+Shift+C from your terminal emulator to send someone a code snippet or something. This is horrible not only be at you touch the mouse while using vim (which is sacrilege), but also because if you have long lines you will lose indentation. The soluit for this is to download the source code for vim and compile it yourself with that flag enabled. But if you're gonna go that far, might as well just switch to neovim.
@silak333 жыл бұрын
Isn't this the distros fault rather than vim's fault? I mean if I had to judge whatever one car type is better than another, then I wouldn't compare a newly made car with a car where someone had bashed in all the windows with a hammer :P
@savantshuia3 жыл бұрын
when that happened to me on arch I just installed gVim which is just vim but it come with a GUI you'll never use and "+p and "*p
@revnouken99133 жыл бұрын
Had this problem long ago. Found the answer in the INSTALL file on /src while trying to fix a valgrind problem, you need to install libxt-dev and recompile.
@savantshuia3 жыл бұрын
@@revnouken9913 I've never see Lupin but I've heard its a classic, should probably get to watching it.
@Gurj1012 жыл бұрын
but would you use a mouse for selection? in vim ? no right ?
@esra_erimez4 жыл бұрын
Fun facts: The original "vi" editor was written by Bill Joy at Berkley.. And, there was once a editor called "nvi" that was bug-for-bug compatible with original vi editor. vim evolved from an editor called "stevie".
@nightcoder5k3 жыл бұрын
'vi' was the only choice when I was in college. We used dumb terminals in the computer labs to access the mainframes. At home, vi was efficient enough for editing code over a 2400 baud modem connection. At my first job in the early 90's after I graduated, I had to program in MSDOS. I found 'vile', a vi editor, was blazing fast compared to other DOS ports. Over the course of my career, I've converted quite a few coworkers to 'vi'. It's like a cult.
@RobBates2 жыл бұрын
Having worked with/for many large tech companies, I disagree with the generalization that single author is usually messier. In fact, I would say the reverse is far more common, but that it really boils down to the style of the repo owners. I have definitely seen both, but I would say about 90% of repos with more than 5 contributors are messy, whereas single contributors it's more like 50/50. There is a sweet spot where a few people keep each other honest because they are embarrassed to commit sloppy code, but there are still few enough of them to coordinate and communicate in an organized fashion. In fact, I would say of the 10% clean codebases with many contributors, the vast majority were ruled with an iron fist where only 1 or 2 people had the power to accept PRs.
@slavko56664 жыл бұрын
Talk about single GPU pass trough in Gentoo. There's a post on r/Gentoo with the title: gentoo single gpu vfio passthrough scripts
@andrewhunnter4 жыл бұрын
i second this message
@Neko-kun-dp1hq4 жыл бұрын
Same. I would love to do it but Muta's tutorial didn't work for me and I have great difficulty reading and understanding the stuff myself.
@alkaupadhyay76504 жыл бұрын
@@Neko-kun-dp1hq Same. It is hard af to setup virt Manager perfectly
@luimu4 жыл бұрын
What's the point of running single GPU pssstrough? Only benefit I can see is faster change to guest os. Also if thigns haven't changed you can't reattach the driver back to the host so you will need to restart anyways if you change between them.
@gdr-12434 жыл бұрын
@@luimu fake news, you can do that without rebooting. That is, if you ssh to your host from whatever you have, including the VM. Also, single GPU passthrough can allow you to try distros without having to partition a disk, and you'll end up with an environment that's almost the same as your bare-metal machine
@giatu14 жыл бұрын
"Tipe q to exit" One of the biggest lies in history.
@chefravioli49244 жыл бұрын
You type ':' to enter command mode, then type q and enter to exit
@giatu14 жыл бұрын
@@chefravioli4924 You also need exclamation mark (!) at the end.
@theemacsen15184 жыл бұрын
@@giatu1 only if you don’t want to save the changes made
@blufudgecrispyrice85284 жыл бұрын
it says type :q to exit. And who doesn't read the docs before using something?
@blufudgecrispyrice85284 жыл бұрын
@Big Perx I've done it too sometimes... but for easy to understand programs. With all the memes and whatnot about vim, you'd think people would research a little.
@yash11523 жыл бұрын
<a href="#" class="seekto" data-time="134">2:14</a> "as far as commits are concerned" yeah, sometimes someone else makes the changes, but when they are merged, the commit is shown by the maintainer. and here as well, u can see that these are the patches commited by him. And as the licence of vim mentions, that changes/patches can be mailed to him to get them merged. so.... that's that. TL;DR: the commit history's overview there doesnt says much about if others are involved or not. Edit: oh, ohkay, this is addressed immediately after.
@AoTheMighty4 жыл бұрын
Vim and Nvim are overrated, I just write on paper and scan it
@intdivisionbyzero4 жыл бұрын
Coming from a background in college, learning Nano, Emacs and Vim is really difficult, we always programmed Java using Eclipse and Python/C++ etc using Geany/VSCode if on Windows/Mac etc. Really happy that Vim, Nano and Emacs are very well documented and information is easy to find, idk, my two cents. Probably just gonna stick with Vim cause it seems alot easier once you get a bit more experience with the program.
@lama-chan2 жыл бұрын
in my university all of our coding in c had to be done in vim and now i can't stand working in vs code
@cdoublejj2 жыл бұрын
i find nano easier to use than vim
@jamesdickerson67262 жыл бұрын
Once you get over that initial learning curve with Vim, it really does make a world of difference. I have EVERYTHING on my computer with vim-like bindings. Qutebrowser, dwm window manager, etc. It really is the most efficient way of doing things.
@cdoublejj2 жыл бұрын
@@jamesdickerson6726 learning curve? that's whole lot of learning and curving for a 2 second edit to the fstab file. Having take a course on vi and vim, Nano is life. i propose a national holiday for Nano.
@encycl07pedia-2 жыл бұрын
@@cdoublejj Are you trolling or are you really that proud to be unskilled using a console version of Notepad?
@actually_peanuts4 жыл бұрын
A demo of actual visible difference would have been nice though. 👍🏽
@generalmichaelconstantine45984 жыл бұрын
One more thing you forgot to mention is that neovim has its config file stored in .config while vim has it in the home directory. It may be important for some users
@alouisschafer72124 жыл бұрын
why would they do that? Seems illogical.
@chandakangwa19173 жыл бұрын
heck, i was supposed to go to sleep 4 hours ago... but then i kept on trying to install vim plug and i thought i was running vim and my .vimrc was in home and stuff like that... turns out, my whole life was a lie
@christopherjenkins6174 Жыл бұрын
I know it’s been 2 years but that’s specifically why I use neovim. I refuse to use programs that won’t adhere to XDG standards. Or I’ll build the program from source and make it XDG compliant. I hate clutter in my home directory 😭
@skinwalker69420 Жыл бұрын
@@alouisschafer7212 it's because neovim's use case is for desktop users who live in their mother's basement, in a place where nobody else uses the computer. VIM's configuration is in the user's home folder because it's intended for use on both single user and multi user machines, so that the computer's users can have individual VIM configs to suit their needs instead of a single global configuration that every user has to deal with.
@skinwalker69420 Жыл бұрын
@@christopherjenkins6174 you just outed yourself as a neet
@demolazer Жыл бұрын
I've been self teaching peogramming for the past year. Decided to learn vim and I'm really enjoying it! It reminds me of when I used to play RTS games with lots of keybindings. I now understand why people love it.
@k98killer2 жыл бұрын
I've been using vim since I was a kid. Always been sufficient for my purposes. As far as I'm concerned, it's a black box with lightly colored text and a unique input method. If I ever have to do a significant amount of code editing via a non-graphical interface, I'll give neovim a try. Sounds cool. Hopefully it's compatible with my screen rc file. Pixel pushing in an rc file is a real pain in the ass.
@brissance Жыл бұрын
how? kids are not that smart.
@k98killer Жыл бұрын
@@brissance I graduated highschool as salutatorian with an associate of arts degree. Some kids are that smart.
@gamer-gw9iy Жыл бұрын
@@k98killerAA is pretty easy bro.. Had my AA credits done by junior year HS
@jemag4 жыл бұрын
Built-in LSP client and Treesitter are also 2 big differentiators for Neovim
@amnottabs4 жыл бұрын
*in a really thick Australian accent* na-no
@dacho7074 жыл бұрын
næ-noy
@eccomi214 жыл бұрын
Could be a dankpods reference, could be wrong.
@amnottabs4 жыл бұрын
@@eccomi21 glad someone noticed it
@eccomi214 жыл бұрын
@@Zuudo durr dollaridooos
@Sharp9314 жыл бұрын
Goes well with this mate
@serene-dev2 жыл бұрын
I was using vim as my main editor. Once I tried to symlink vimrc to neovim config, and alias vim=nvim. And I found that neovim loads much faster compared to vim. Since then I use neovim.
@marcovirtual4 жыл бұрын
Great video Kenny, now do a shirtless one.
@HenryTitor2 жыл бұрын
I feel like we should make a malware that opens and fullscreen Vim/Neovim whenever they use their computer. Would probably help alot with computer literacy
@@xtdycxtfuv9353 if you are referencing Ctrl+W+q for quit, then you are one of the computer illiterates
@kemi2424 жыл бұрын
I never had the patience to learn Vi/Vim properly. There are so many nice and intuitive graphical editors, that don't rudely beep at you as you're trying to type, and you don't have to read the manual on how to quit.
@alouisschafer72124 жыл бұрын
shit needs to be easy to use for my normie brain
@mytop56023 жыл бұрын
all shitty bloatware
@techworld30433 жыл бұрын
When you learn that it is fucking fast
@tubbiele218 күн бұрын
set visualbell=none " AFAIR
@Samji38773 жыл бұрын
that really set the foundation for the two thank you - have an excellent day!
@scottmiller25912 жыл бұрын
The burning question for me is usually "How much of a PITA is it going to be to install, configure, and maintain?" All in all, a good summary of the two editors, though.
@moatazfouad23174 жыл бұрын
Weird how I had just installed both these morning and you made a video abt them 😂 , keep up the good work
@MrMaiaBang4 жыл бұрын
Just today I asked myself this very question! You have been so on point with these vids that I happily disable my adblock for these :) Cheers mate
One big difference is that neovim natively includes a lsp-client, which is invaluable for people who write code.
@adissentingopinion8482 жыл бұрын
Oooh, that makes a lot of difference. I just took it for granted that I could find a VHDL language server connection, but the native support made it ludicrously easy.
@remrevo39442 жыл бұрын
@@adissentingopinion848 Also it is possible to write your config in lua instead of vimscript
@christoesh89019 ай бұрын
Anything vim lacks compared to neovim can be added with plugins. But something vim can do that neovim can NEVER do is ssh into a remote system and edit a file directly in the terminal.
@remrevo39449 ай бұрын
@@christoesh8901 I mean everything except for using a lua config. (Maybe through rpc, but I'm not sure.) Also what makes you think you can't edit files through ssh with neovim? Both opening a remote file directly through neovim, as well as editing with neovim through an ssh connection work just like with vim.
@christoesh89019 ай бұрын
@@remrevo3944 Cause most servers won't have it installed.
@opiniondiscarded66504 жыл бұрын
Doesn't Neovim drop some legacy terminal support? If it does, no thanks.
@FranLMSP4 жыл бұрын
Kenny what do you think of SpaceVim?
@maurolimaok9 ай бұрын
Thanks for the video. Knowing the commands are compatible allows me to use sites to learn these commands before go to NeoVim.
@joaopedrodeamorimpaula89654 жыл бұрын
i'm sorry but there's only ed, the standard editor.
@sayanghosh69964 жыл бұрын
cat > textfile content... ctrl+d
@joaopedrodeamorimpaula89654 жыл бұрын
@@sayanghosh6996 real chad never makes a mistake
@spyro36354 жыл бұрын
“Ed is the standard text editor.” Ed, the greatest WYGIWYG editor of all. ED IS THE TRUE PATH TO NIRVANA! ED HAS BEEN THE CHOICE OF EDUCATED AND IGNORANT ALIKE FOR CENTURIES! ED WILL NOT CORRUPT YOUR PRECIOUS BODILY FLUIDS!! ED IS THE STANDARD TEXT EDITOR! ED MAKES THE SUN SHINE AND THE BIRDS SING AND THE GRASS GREEN!!
@akarimasuta4 жыл бұрын
?
@josemembreno49964 жыл бұрын
What happened to good old “O26”?
@arnaudparan14192 жыл бұрын
tbh since I use arch I very rarely see bugs, and never noticed any in neovim. And the rare times I spotted something going wrong on arch it was pretty easy and straightforward to fix it. Compared to when I was using ubuntu and spotting bugs all the time, I consider arch much safer.
@Ezekiel-dude Жыл бұрын
btw...
@StrangeIndeed4 жыл бұрын
I've always wondered what's the difference between the two, so thank U so the video :3
@youcefkel47434 жыл бұрын
it feels unique to watch ur videos man . ur channel is like a shelter that protects us from the trendy BS
@amadlover Жыл бұрын
QUESTION: If the code for nvim is cleaner than vim, would it also mean that the execution of the nvim is also cleaner than vim ?
@neodonkey Жыл бұрын
I had thought this might be so, so i used the UNIX time command to compare, and Neovim was more CPU intensive despite its code being so 'clean'. It used more memory too.
@earthling_parth3 жыл бұрын
Got it, installing nvim on my new Framework laptop right away :)
@dadecountyboos3 жыл бұрын
citation needed but i thought last time i looked at installing neovim that is was unconfined... plain 'ole vim is already wonderful thanks for sharing
@phlynniii Жыл бұрын
Well, thank you for bringing some things up... Last 20 years vim now Neovim. Thank you from me here...
@larriyrnir57564 жыл бұрын
Which Should You Use? emacs
@raymondwright2 жыл бұрын
In my case I learned how to exit Vim, but that's all I can do. Vim seems unintuitive, VS code is much more confortable and has a lot of functionality.
@bsatyam4 жыл бұрын
I was literally thinking about this when I recently starting using LARBS and you upload a video on it.
@kevyyar4 жыл бұрын
I’m lost using LARBS. I’m a noob and I don’t even know how to customize it and make it my own. Change terminal color, change default browser, change fonts on the dwmblocks or terminal etc.
@censoredterminalautism40734 жыл бұрын
@@kevyyar Starting slowly from scratch could help. Using someone else's configs seems like it could easily become overwhelming because you will suddenly have to learn a bunch of new tools all at the same time. I recommend installing a simple distribution and learning whatever you're most interested in first, and then gradually adopting new tools and moving to systems that require a little more knowledge. There is no rush.
@bsatyam4 жыл бұрын
@@censoredterminalautism4073 In some cases it might but I did not want to spend time trying to get a usable setup. Instead I went with a usable setup already in place and learning the configuration stuff as I go along. @kevthedev just have a look at the variables defined in config.h for DWM in .local/src/dwm. You can change the file manager DWM looks for to a bash variable $FM and then change your prefered file manager directly from .bashrc without having to recompile DWM (You will have to recompile it once though). For changing colors, just install 'wal' and run "setbg img.png" and it will both change the background and the color scheme intelligently derived from the image. It works great.
@muha06444 жыл бұрын
echo $x > file.foo there, hope that answers this question.
@KSPAtlas3 жыл бұрын
cat file.foo > file.bar
@mihailazar24874 жыл бұрын
Idk if I like vim playing catch-up with nvim Vim is supposed to be reliable. It's supposed to be the thing that saves your ass when you're in Ctrl+Alt+F2 tryina see why your computer won't boot
@user-wx8my6rb1r4 жыл бұрын
also neovim weighs 20+ MB when vim takes up only 4 KB or something, you can even write it on a floppy disk if you really want to not that much compared to other editors though
@fabiogulmini46644 жыл бұрын
Both take around 30mb (not sure) the reason of vim taking 4kb is that with neovim you already installed most of the dependencies that also vim needs
@romydrah56064 жыл бұрын
That's a symlink bro
@ttheno14 жыл бұрын
"My text editor has 'neo' in it, so I'm a hacker now!"
@ricardocesar88834 жыл бұрын
Nice profile pic, i love Omori!
@ttheno14 жыл бұрын
@@ricardocesar8883 thanks, also same (lel)
@hikingpete4 жыл бұрын
If you're interested in competition among editors, you should check out xi-editor and kakoune. Both of them bring big new ideas to the table.
@atimholt4 жыл бұрын
I've tried getting into Kakoune, but the documentation is a bit painful. If there's one thing (Neo)Vim get(s) right, it's its massive amount of documentation.
@MostWanted17O14 жыл бұрын
You didnt answer the most important question. Which one do you prefer to use? I just go with whatever is installed and dont care too much.
@special59344 жыл бұрын
@Mental Outlaw, could you do a video on image editors? I keep a windows laptop aside specifically for photoshop because of how inconvenient GIMP’s default settings are.
@GabrielMartins-wp6ps4 жыл бұрын
There is a patch called photogimp that give gimp the same key bindings and a layout that match more closely to photoshop
@tbttfox4 жыл бұрын
Personally, I've switched over from GIMP to Krita, and haven't looked back.
@siwiecministro19944 жыл бұрын
@<a href="#" class="seekto" data-time="492">8:12</a> There is so much competition between free software products, that none of the graphical environments offers non-overlay scrollbars anymore... ;>
@haziqsembilanlima4 жыл бұрын
Vim logo seems to be inspired by Megaman X for some reason. NeoVim kinda looks like Android N logo
@AndiKod Жыл бұрын
If you are just learning vim motions and can't keep your hands on the homerow ...chances are that you just want an editor and find the trend around Vim/Neovim interesting. If that's the case, it frankly doesn't matter witch one you chose if you just want to learn and edit more code than configuration files. Just have fun at editing, and you'll find out later.
@limitless16922 жыл бұрын
Thaks for the advice. I was an Atom code editor user... But now that Microsoft k!led it, I am looking into something more stable. I belive that VIM is the way foreward for me, thank You :)
@lifebarier4 жыл бұрын
Which one is more immune to CoC? Also, vim/nvim VS kak/kakoune ?
@knghtbrd2 жыл бұрын
neovim does tend to get more bugs in newer features, but they are usually pretty quickly squashed. vim is a little more conservative and doesn't have as many flashy terminal features or support for random scripting languages … but if you don't need or care about those features, it almost doesn't matter which one you use. A major feature of neovim for me is yank buffer integration with the system clipboard. You *can* do it with vim with the right stuff enabled, but nvim just has it. (On Debian systems for example, you need the full-fat GUI-enabled version of vim to have the feature at all, even if you're only ever going to run it in a terminal.) If any scripts or plugins you use are vimscript-based, they ought to work in both. But it's possible to turn neovim into a modal VSCode-alike if you don't mind running some typescript node.js crap along with your already not insubstantial editor. My init.vim works as a .vimrc on any system with vim 8 and git. (I do use a few plugins-vim-sensible, editorconfig-vim, and a few syntax plugins mostly.
@harleyspeedthrust4013 Жыл бұрын
blud u could just compile vim with plus clibord and b chillin my guy no need for fat vim and pls dont turn ur neovim into vscode bruh
@nissengummihone4 жыл бұрын
Video on Sway when?
@leilei87724 жыл бұрын
You can run neovim in Vscode. That made me switch.
@pavelnovak48884 жыл бұрын
Neovim doesnt really work with non qwertz keyboards and AltGr
@giatu14 жыл бұрын
That's good to know. I use Dvorak.
@giatu14 жыл бұрын
I think you mean "Neovim" btw
@pavelnovak48884 жыл бұрын
@@giatu1 yes I made a typo
@gavinridley57274 жыл бұрын
literally got nvim just for the python scripting interface
@yoshikagekira76003 жыл бұрын
Can you explain a bit, how it is better than other editor for python scripts?
@francescovolpini3 жыл бұрын
@@yoshikagekira7600 it's just the better text editor, i've also read that as an ide emacs would do the job even better, but don't quote me on that
@almasabdrazak50894 жыл бұрын
The Boomer here, Neovim 4.3 is a cave man old , switch to 5.0 nightly xD
@OggerFN4 жыл бұрын
You shouldn't use nightly builds with neovim imo
@ishanagarwal4754 жыл бұрын
@@OggerFN I've been using master for 4-5 months whats the problem?
@OggerFN4 жыл бұрын
@@ishanagarwal475 You will probably run into bugs if you use the latest features
@ishanagarwal4754 жыл бұрын
@@OggerFN I didn't.
@OggerFN4 жыл бұрын
@@ishanagarwal475 Good for you then. I will wait until they declare a version stable
@kenwood71953 жыл бұрын
NeoVim is a fork of Vim. Essentially Bram Moolenaar did all the work for both and I see NeoVim as a bit of a backstab to Vim's creator. Also Bram pushes hard for people to donate to helping children in Uganda which makes him a bloody good guy in my opinion. Use Vim and do the right thing.
@lusun57846 ай бұрын
Bram Moolenaar passed away on Aug 3, 2023. Now Vim has been taken over by the contributors in the community who have a lot of love on him.
@licokr9 ай бұрын
Thanks a lot! it's so informative!
@kc10874 жыл бұрын
To me personally the fact that NeoVim doesnt ask me to donate to africans sold me instantly, I hated the Vim message.
@favor944 жыл бұрын
is that a bad thing to do ?
@netbotcl5864 жыл бұрын
it does.
@favor944 жыл бұрын
@@netbotcl586 why
@netbotcl5864 жыл бұрын
@@favor94 idk; i just say that neovim also asks you to donate.
@chrkrngl4 жыл бұрын
You can disable the Vim "splash screen" which shows the messages. Or change the source code. Vim is very easy to compile yourself.
@_grzehotnik4 жыл бұрын
Which should you choose? VS Code
@rugmj Жыл бұрын
rip bram
@medienkonsument43 жыл бұрын
Nice video, thanks! I never knew vim basically is a one man show. Just ran apt-get install neovim ;)
@pzzcc2 жыл бұрын
I am a happy emacs user. It took me time to understand but I can’t use vim or neovim anymore . Emacs is just too damn good , it blows my mind when i want to do something special and i find it builtin 😀 Plus this neovim thing took forever, i am no longer excited .
@Ramdas_Devadiga3 жыл бұрын
Guys, any recommendation for learning Vim? Books, blogs, videos? Anything. Many thanks.
@nicholascureton9334 жыл бұрын
I use vim. It's already installed in most server.
@Rignchen8 ай бұрын
I watched this cause my friend was like "stop using vim, use nvim" and I didn't knew the differences, well I still feel like the only difference is who made it
@1998goodboy3 жыл бұрын
since when are u using a floating wm?
@dgurevich12 жыл бұрын
I still use VI because it comes with any linux distro and I can't install anything else on the thousands of changing VMs I work with on a daily basis.
@benocxx79064 жыл бұрын
I really like your videos! :)
@shredded_lettuce4 жыл бұрын
Love your videos! Do you think you could start leaving at least another few seconds of silence after the end though so that if they're in a playlist (like Watch Later) the next video doesn't automatically play unexpectedly? 😅
@kashantariq99874 жыл бұрын
Thought you were a "vim elitist."
@paulosantana96074 жыл бұрын
it's better to be a nvim commoner
@ashrasmun13 жыл бұрын
The thing that I hate so far is that I cannot replicate really easy functionality in NeoVim that's present in Vim, for example --remote-silent. No, I'm not going to download a linux-only extension because I'm on Windows... Such things just make me afraid of using new tools, because they omit such simple things...
@ProfessorSlimezz2 жыл бұрын
I got stuck in vim, when I first started with linux and I never went back.
@adamowkono4 жыл бұрын
imma be real with you i just started getting into linux and i use midnight commander's editor
@Cons-Cat4 жыл бұрын
Run Emacs in daemon mode and use Sunrise Commander for file management.
@eldiegoasecas8 ай бұрын
chaotic good
@Rami-L4 жыл бұрын
“Spaghetti code” Vim is bloat??
@bsatyam4 жыл бұрын
Spaghetti code does not necessarily mean bloat, it just means code that is so convoluted that it's hard for other developers to understand. Like not respecting encapsulation and accessing anything from anywhere will create a sort of web you wouldn't want to untangle unless you're the one who wrote it.
@SolathPrime Жыл бұрын
Here I am 2 years after the video to say new user? - use NVIM why cause most of the cons of nvim that existed 2 years ago have been resolved that it makes using vim redundant nowadays
@Ultrajamz4 жыл бұрын
N vim?.... 🤔
@dhdh99334 жыл бұрын
you should look at video where the neovim core maintainer is criticizing this video, you have some malinformed and missing pieces in your video otherwise keep up the good work !!
@Jay-yr7ir3 жыл бұрын
What's the name lol
@dhdh99333 жыл бұрын
@@Jay-yr7ir kzbin.info/www/bejne/iYWzZYdpp8ajla8
@artfulalias39845 ай бұрын
Liking NVIM out of the box a little better. But if one must ssh into servers regularly, there is an incentive to be fluent with default VIM. Surprised this tradeoff didn't make the video.
@popovanatoliy47362 жыл бұрын
i see that vimspect has better vim support than nvim. that's the only thing that makes me think about vim.
@christoesh89019 ай бұрын
Can you ssh into a remote system and run neovim to edit a file?
@JuanVqz4 жыл бұрын
Although I use neovim I’d like to think those are the same vim editor.
@AnkitJosh3 жыл бұрын
This didn't mention a lot of differences at all
@0xcuadrosweb3recruiting202 жыл бұрын
Recently started with it but I'm enjoying neovim so far
@ricardog2165Ай бұрын
There used to be two other vi clones: elvis and vile. Only vile is still being worked on.