Why I Left Nvim | Prime Reacts

  Рет қаралды 379,327

ThePrimeTime

ThePrimeTime

Күн бұрын

Пікірлер: 781
@nexxel
@nexxel Жыл бұрын
thanks for featuring my article!
@omarcrosby
@omarcrosby 8 ай бұрын
Great article!
@jaideepshekhar4621
@jaideepshekhar4621 7 ай бұрын
If I could provide a critique/comment on your experience, I would like to say that this is why you don't go down the customisation rabbit hole. I learned basic vim keybindings, and still use that. I have only two extensions (fzf + live server) and 4 configs (hlsearch, incsearch, number, relativenumber). Whenever I ssh anywhere, I know I can quickly get running, which I cannot do with code. If you want customisation, use an already configured keybinding and extension setup by any of the great people and setup dotfile config so it is automatically installed in whatever system you ssh to. In vscode, I was slow. In vim, I was slower. For 1 month. Now I'm atleast 2 times faster. No dragging the mouse to select something. No dragging the mouse to file tree to navigate and open a file. No opening folder, browsing through my files and selecting my project. Just open a new session on tmux and run vi, all good. Just pure code editing.
@AnkurAlpha
@AnkurAlpha 23 күн бұрын
Wow! Nice article .
@murtadha96
@murtadha96 Жыл бұрын
You actually gave me a very good idea and a potential solution to my problem. Cause the thing I found tiring about Neovim is exactly that: tinkering everyday and spending hours trying to learn all its details and the perfect set of plugins and keybinds that I end up not doing any development, but instead just customising my editor endlessly. The solution is as you mentioned: be satisfied with a "good enough" setup and THEN revisit it 6 months later to deal with its pain points and deficiencies. Do that every 6 months and dedicate a day for example to re-optimise the refactor my config. That's a great idea, with all honesty.
@pixelsam123
@pixelsam123 Жыл бұрын
Or just use a preconfig
@krux02
@krux02 Жыл бұрын
I had the exact same problem. Plus I never understood viml. My brain never parsed that language. Then I switched to emacs and it was even worse, but at least my braid could parse elisp. Then doom-emacs and it finally feels like I let somebody else care about the details. My config accumulated over the years of experience got replaced quickly.
@murtadha96
@murtadha96 Жыл бұрын
@@pixelsam123 I thought about it but it just doesn't work for me for the same reasons in that article. For instance, I don't like the default keybinds set in most of those distros, I don't like the fact that there are things installed that I don't need nor want to use, I don't like the fact that someone made those choices for me where the whole idea of using Neovim is to be customisable and personal. For example, I like the interface of lazy more than packer so I don't like using a distro that is built on packer. Same goes for many little choices here and there.
@est-ria
@est-ria Жыл бұрын
It’s still a lot of work but well worth imo, start with a preconfig or build from scratch but spend some time with it. Decide what needs to change and batch it. As time goes on it can be less frequent but you may have to do this every other day, then weekly etc as you delve in. This is true for engaging with any system which has a dynamic nature, it can be very chaotic when it’s not imposing any rigid structure, you need order to develop trust and reliability.
@raenastra
@raenastra Жыл бұрын
Yeah, this is the answer. If I run into a problem with my config at work now, I note it down on a piece of paper and keep working. I revisit the paper every few weeks to clean up the pain points in my config
@thiagopuntar
@thiagopuntar Жыл бұрын
I needed so much to listen to this. This last weekend I spent all the time trying to improve my nvim config. And couldn't solve almost anything. Felt so frustrating, but it exactly it. Let's keep with the good enough. Thanks man!
@NateInTech
@NateInTech Жыл бұрын
I made the switch to Neovim earlier this year, all thanks to Primeagen. On my first night, I ended up playing around with configurations until 4am. I thought I had everything figured out, but little did I know that it was just the beginning of a never-ending journey of configuring Neovim. I spent weeks experimenting with different things, but eventually found my sweet spot with LazyVim. Once I got used to working within this configuration, things started falling into place. I totally get what TJ and Prime mean about personalizing your experience. With Neovim, it's all about constantly iterating and fine-tuning your configuration. It took me around 3-4 months to really nail down my setup using LazyVim. But now, I feel like a pro with Neovim, and it's customized perfectly for my needs. I even went the extra mile and created my own custom SolarizedDark theme, along with a few others that I couldn't find in VSCode. To sum it up, Neovim does require some time and effort to get it up and running smoothly. But once you do, the satisfaction is worth it. You become intimately familiar with your PDE and can troubleshoot any issue at a moment's notice. At this moment I rarely play my configuration and only focus on code.
@EIsenah
@EIsenah Жыл бұрын
Since we both use the same nvim distribution and you have experience working with themes, I was wondering if you could help me with a configuration issue. Specifically, I've been struggling to permanently set the guibg (background color) of my relative column line. Despite trying to create an autocmd for it, it keeps getting overridden by lazyvim. Currently, I have to manually type the command each time I launch nvim. Do you have any suggestions or solutions to ensure the guibg setting persists upon launching nvim?
@FainTMako
@FainTMako Жыл бұрын
Imagine if you had just spent your time learning how to make some proper code...
@WouterStudioHD
@WouterStudioHD Жыл бұрын
@@FainTMakodefine ‘proper code’. Setting up nvim also requires writing code.
@FainTMako
@FainTMako Жыл бұрын
@@WouterStudioHD look at what you just said, you had to write code before you could start writing code??
@FainTMako
@FainTMako Жыл бұрын
@@WouterStudioHD proper code as in something that solves a problem for a business. It should bring value to people. Making ur ide feel good is not coding lol
@airdutemps8363
@airdutemps8363 Жыл бұрын
As an indecisive beginner who's still all over the place and trying to find a path, this channel speaks to me a lot. I see it pop in the suggestions almost everytime I search a question and it's mostly here I find the answers I need. Thanks a lot!
@just_smilez
@just_smilez Жыл бұрын
11:14 the overview on the right is useful when dealing with existing legacy projects and some files are thousands of lines. It supports highlighting lines for a few different things (search, diff, errors, breakpoints) to get a quick way to jump to those lines visually. Yes, you can do the same sort of jump using keybinds or other keyboard-only interactions, but I've still found it convenient when editing monolithic typedef files on someone else's typescript project (or massive generated files when using a generator to quickly get up and going with graphql in a typescript project) or massive c files I need to update from an abandoned project I still rely on tools from.
@tobiaseilert9746
@tobiaseilert9746 6 ай бұрын
Thank you for the video. I actually liked it much more than the twitch style since you were more focused on the article and your point of view instead of interacting with a live chat. Very nice take, keep it up!
@v2jc
@v2jc Жыл бұрын
I am 100% a victim of trying to tinker things to perfection, the whole reason I went with Notion over Obsidian is because of how much more room I had to configure pages/etc
@phitc4242
@phitc4242 Жыл бұрын
I don't use notion because of the stupid shitty always cloud connectivity.
@QmVuamFtaW4
@QmVuamFtaW4 Жыл бұрын
VimWiki > Notion > Obsidian
@kublaikhan437
@kublaikhan437 Жыл бұрын
I moved to Logseq purely because the defaults are good enough that I don't find myself tinkering obsessively
@laughingvampire7555
@laughingvampire7555 Жыл бұрын
@@QmVuamFtaW4 org-mode with org-roam
@hyugen
@hyugen Жыл бұрын
@@kublaikhan437 me too other than that I love there is git plugin support, so I could push the notes into private repo and then sync it with other device
@SimGunther
@SimGunther Жыл бұрын
Baseline Neovim = fantastic example of minimalism As soon as Lazy was installed, every little action felt a bit off. Still pretty fast, but not AS fast. After much investigation, it turns out that there are many plugins installed and turned on by default with that feeling you described at 13:28. Went back to packer and dein without all the fancy plugins and I felt unchained like I got out of the gravity chamber after a 10 year stay. 🚄
@calder-ty
@calder-ty Жыл бұрын
I don't do lazy.nvim because I want it to be a little bit painful to install a new plugin. Then I have to ask if it's worth it
@UweStrempel
@UweStrempel Жыл бұрын
I use AstroNvim, because I to lazy to configure Lazy ...
@coconutflour9868
@coconutflour9868 Жыл бұрын
I just found out packer and lazy exist. What's wrong with vim-plug?
@Tobsson
@Tobsson Жыл бұрын
​@@coconutflour9868I would say nothing if it works for you. Lazy is weird with all its lazy loading. Every feature on every startup takes WAY to long to load. I'm a slug and use a preconfigured nvim because I wanted to try it out and got stuck. But Packer really seems like it has the advantage in speed.
@calder-ty
@calder-ty Жыл бұрын
@@coconutflour9868 I liked vim-plug. I switched to packer because it seemed easier when I went to a full Lua config
@chtcoder6439
@chtcoder6439 Жыл бұрын
I've been trying to switch to Neovim for years. And I really tried, many times. But I always switched back to VSCode, because I just don't have time to learn. It always got in the way of me actually coding. You talk about the value of "Good Enough", for me VSCode is "Good Enough".
@StevenEwaldGFX
@StevenEwaldGFX Жыл бұрын
If VSCode works for you, don't let anyone tell you that it's not good enough. Whatever works, works.
@aculz
@aculz Жыл бұрын
as long you enjoy it and it make you more productive, then VSCode is the best for you, dont look for another
@chtcoder6439
@chtcoder6439 Жыл бұрын
And there's also one other really annoying thing: I am an azerty user. And you can really feel that vim/tmux were made by qwerty users... I know you can remap everything, but I don't have time for that either.
@-weedle
@-weedle Жыл бұрын
@@chtcoder6439 If you like your current workflow, there's 0 reason to change it. However, I do remember my first neovim experiences being the exact as yours. It took me like 2 years and atleast 4 attempts to switch to neovim before I finally took a few days to actually properly learn some of the basic keybinds etc. For me, it was definitely worth it since it saves me so much time every day now, but yeah it was definitely not something you learn in a couple of minutes haha.
@tuananhdo1870
@tuananhdo1870 Жыл бұрын
I switch to ubuntu like 10 times before i can not go back to winfows
@QuantumJump451
@QuantumJump451 Жыл бұрын
I would say that learning other people's setups is actually great as long as you learn *lots* of them. It allows you to take parts you like from all of them and synthesise them to get something perfect for you
@ChronosWS
@ChronosWS Жыл бұрын
I was a VIM (and earlier VI) user for decades, coming out of college having learned it on HP/UX systems. And for a long time I used it even when I went to Microsoft where I'd get weird looks from the GUI users. But eventually I capitulated, because all of the development effort was going towards those other systems, and they got to the "good enough" state where I no longer perceived a real benefit from my old experience. In the end, the amount of time I spend physically writing code is dwarfed by the amount of time I spend reasoning about the problem I am trying to solve, so tools that help me reason better or communicate better are so much more worth my time to learn to use effectively (and we only have so much time in the day). Others who get to spend more time "in the trenches" may not make this tradeoff, but that's what led be to VSCode and away from the VIM variants.
@pedramheidarpour4628
@pedramheidarpour4628 Жыл бұрын
This comment needs to be pinned! Thank you for sharing your experience
@caschque7242
@caschque7242 Жыл бұрын
Yeah. I agree. In the end what matters that you get work done. VSCode is just that. That’s why vi or nano is amazing because it just does the job without needing to configure it. And it s available everywhere. What do you mean about the communication?
@heroe1486
@heroe1486 10 ай бұрын
Or some people might not have to do this tradeoff and are using the best stool for the best job for every task, it has nothing to do with the "trenches", if your execution is slow and doesn't follow your mind's speed then you're just limiting yourself no matter what and are getting distracted by a subpar tool. I'd also add that your example is pure nonsense neo(vim) isn't just for when you "physically write code", this part is solved by every decent vim emulation in other editors, "thinking about a problem" requires switching between different files in different projects, grepping, finding, fuzzy finding, putting things to the quick fix list and so on, all that is done way faster in neovim, editors like vscode don't even have decent fuzzy finders for that matter. Unless what you mean by "thinking" is going to the woods and think about your project but at that point you don't even need a computer.
@farqueueman
@farqueueman Жыл бұрын
I finally left NVim as well... by figuring out how to use Shift + ZZ. Bwazingwy fwast ❤
@_ntds
@_ntds Жыл бұрын
bro just gave a cheatsheet for beginners
@liggodoggo998
@liggodoggo998 Жыл бұрын
I always forget ZZ lol, my muscle always type :x
@Zzznmop
@Zzznmop Жыл бұрын
How about remapping it and replacing shift with (space) leader :) Also, why wouldn’t we open a split terminal view for each of these executions instead? It might eliminate sleeping and being blocked from dev while executing without having a separate session
@wulymammoth
@wulymammoth Жыл бұрын
ZQ if you don’t care to save the buffer
@aviadhaham
@aviadhaham Жыл бұрын
@@liggodoggo998bro i’m still muscled to :wq
@jeezusjr
@jeezusjr Жыл бұрын
If you are a coder you should not rice your dev host. Completely agree with that. I used to build my own desktop environment from scratch and learned really quickly that's not fun when you're trying to do get work done. Stay as close to default as possible to make updates smooth as possible.
@ThePrimeTimeagen
@ThePrimeTimeagen Жыл бұрын
agreed
@js-ny2ru
@js-ny2ru Жыл бұрын
@@ThePrimeTimeagen yeah agree, but still you are vimfluance people and laugh at one that use vscode. You just changed your mind when Theo did video about being default as possible...
@testacals
@testacals Жыл бұрын
@@js-ny2ru vscode isn't the default though. It's just a software you can install.
@TheStickofWar
@TheStickofWar Жыл бұрын
I “rice” it in the more inobstrusive ways. I swapped out Gnome for KDE, I installed some new global theme, I swapped out window manager level shortcuts for caps lock as escape. Other than that, the customisation stays in my shell scripts I write and my window manager specific workflow (I like Yakuake w/ tmux)
@heroe1486
@heroe1486 10 ай бұрын
Depends what you mean by rice, if ricing includes making your environment more productive then no you should, otherwise get stuck with using your mouse on a subpar OS and subpar floating wms
@ckronenwetter
@ckronenwetter Жыл бұрын
I'm glad you went over this since the stream recording didn't work, very good conversation
@user-hk3ej4hk7m
@user-hk3ej4hk7m Жыл бұрын
Great video, definitely prefer this style over a twitch live version.
@PhilfreezeCH
@PhilfreezeCH Жыл бұрын
I was thinking about giving neovim a try, this has me questioning that decision again. For context, I only program maybe 30-50% of my time. Most of it is in completely different applications like Altium, yED or Innovus. So any benefits from being faster in an editor are rather small. Plus I kinda don‘t want to learn yet another set of shortcuts, I already confuse them quite often.
@MindlessTurtle
@MindlessTurtle Жыл бұрын
The Vim bindings are worth learning for basic text editing. That's why it's a popular editor in the first place -- and for some people, their only editor.
@anthonychurch1567
@anthonychurch1567 Жыл бұрын
I've used vim for web server config in linux. Now I'm using Vim extension in Visual Studio for C# and intend to add it to my VSCode setup on Linux. This way you get used to the navigation and the main thing is to be able to move through a file by words.
@heroe1486
@heroe1486 10 ай бұрын
Sure getting faster at something you do 50% of your time isn't worth, bro seriously
@cnisp7198
@cnisp7198 10 ай бұрын
hi! you dont have to use neovim for the configs. most ides support vim motions, so youll be fine. you should try it though, i cant go back to anything ive tried before. it does take some time to configure/get used to, but typecraft, tj and prime have good resources regarding that part
@armax00
@armax00 Жыл бұрын
The installation and management of plugins was the main reason I was thinking of moving over to emacs and later VCS. I never really managed because the bindings never really work and because if you nave to jump through multiple languages, NVim/Vim have always felt easier.
@Wielorybkek
@Wielorybkek Жыл бұрын
I love using vim but for bigger projects I really like having my files in tabs on the top and having easy access to the file explorer. These visuals really help me as I don't have to keep this information in my memory.
@AlfW
@AlfW Жыл бұрын
You can have that in neovim? 🤔
@chrisdistant9040
@chrisdistant9040 Жыл бұрын
@@AlfWyeah but you also probably have to find the right plugins etc as well, ie more things to learn and know
@keyntankeye
@keyntankeye Жыл бұрын
Use bufferlines for tabs and nvim tree for file explorer. I personally use the oil plugin.
@heroe1486
@heroe1486 10 ай бұрын
@@chrisdistant9040It literally takes less time to google and install bufferline and nerdtree/neotree or whatever than watching this video
@seeyan9944
@seeyan9944 11 ай бұрын
I really love this video and very much needed someone to tell me this, thank you soo much!!!
@joelpww
@joelpww Жыл бұрын
Nvim has been super fun and fast to use so far. I have configured it to fit me and its golden. I came from a really nice setup and fit with VSCode and i have been able to get most of the functionality i am used to with Tmux, lspzero, Treesitter, and a few other little things like comments, snippets, etc. It feels great not having to leave the terminal at all too. Teaches a few things while setting up and once i got that I'm content. I love it because it made me realize i would be able to pull my config easily on whatever setup i create in the future. Not against VSCode at all but using Nvim in the terminal is just faster for me to STARTUP and get going these days.
@cameronraw5906
@cameronraw5906 Жыл бұрын
Regarding the distro argument, I was getting tired of constantly finding things were missing or broken with my own config, and it is really annoying. I eventually tried out LunarVim and it's pretty intuitive out the box. Sure, I could fine tune a few things but to be honest, once you get to a point where you have the muscle memory for all the tools you need to be productive, that "becomes" my preference. Plus the way the config files are written make it really easy to include something like Harpoon into the mix and even give it all the first class treatment, like showing up in the quick menu etc..
@stacyadam3899
@stacyadam3899 Жыл бұрын
Another part of it is being able to share ide tooling across a team. You can create shared vscode files that have debugging, settings, snippets, and recommended plugins that just work out of the box.
@jogurtnaturalny
@jogurtnaturalny Жыл бұрын
The problem with packanges and config changes Helix is solving very well. Build in Treesitter and LSP
@gorudonu
@gorudonu Жыл бұрын
I like what helix is doing, but I really wish it would have vim bindings, becasue everything uses vim bindings
@wowzers1237____
@wowzers1237____ 11 ай бұрын
@@gorudonuF that. I like Object-Verb wayyy better. Helix and Kakoune got bindings right.
@alst4817
@alst4817 2 ай бұрын
@@gorudonuif you were designing bindings from scratch, would you reproduce vim? I certainly wouldn’t. If you like vim bindings because they’re so *common* that’s a different matter. Same logic as saying qwerty is the best keyboard layout
@yesidev4131
@yesidev4131 Жыл бұрын
primeagen, disculpa que lo redacte en español. Me gusto mucho lo que mencionaste de buscar la eficiencia y segui, usando lo que mas comodo te parezca, personalmente me paso lo mismo de nexxeln y es que cuando neovim salto a lua no fui capaz de adaptarme pues ya tenia todo mi entorno en vimscript, ya me habia acostumbrado y no tenia tiempo para aprender lua y empezar a configurar todo otra vez. tambien se me hizo mas complejo algunas configuraciones, algo tan simple como hacer un remap y tenia aun mas pasos y me desmotivo bastante. Voy a volver a darla la oportunidad mas adelante.
@TheMachina42
@TheMachina42 Жыл бұрын
I went through the same process but decided to switch to Helix, it's written in rust, it's blazingly fast, super responsive, it's very minimalistic, lean, and effective you get the bare minimum of usefulness and no bloat. Out of the box you get full modal support like vim / nvim ( but based on kakoune motion ( which I personally prefer tho if you are switching from vim and want only vim bindings there's already a repo with pre-made config for that ) The configuration of the editor is so much better than neovim, there's no Lua file just a config.toml file which is very well documented and easy to use. You get the ability to split windows, a file gutter, fuzzy finder, lsp, themes ( you can add your own too it's very simple compare to vim, just create a theme directory in your .config/helix/themes and put the file ) it support transparency, debugging, through DAP, buffer, clipboard support, different registers for copy pasting, It's imo a superior neovim, I really liked neovim, but it's so unintuitive to configure, the documentation is inconsistent at best, and I'm probably not that good at lua. I get that you can configure it the way you want, but helix just work, it has everything I want, and it consistently work, with just a brew install helix, I get my nice editor, I symlink my config and hop I'm ready to work in no time.
@brandongregori995
@brandongregori995 Жыл бұрын
Hmmm watched the video on their site, and it just looks like my NVim setup with Telescope. Not sure the point of making an editor from scratch when an NVim distro would essentially provide the same thing, but far more extendable.
@TheMachina42
@TheMachina42 Жыл бұрын
@@brandongregori995 Yes, and no I've tried, many distros, like NvChad, LunarVim, AstroVim, SpaceVim. They are all very good implementation, and yes you are right, with them you get a lot out of the box, and you get the opportunity to customise it further. The thing is, they all require a bunch of dependencies, that may break in the future, with an update, it happened a few times and it's quite frustrating. I don't expect it to be perfect, because at the end of the day I know the maintainers are doing it for free, but Helix so fas has always been simple and reliable, and to me it's what I'm looking for, I don't need much for what I code, so I don't mind having less features, as long as the one integrated are well made, and coherent. Because with nvim, plugins, a lot of the times you get some conflict, and things that stop working, and it's quite annoying to go dig in to fix, at least it's my experience, some people might have another experience and it's totally fine.
@internetsfinest8839
@internetsfinest8839 Жыл бұрын
MaDe WiTh RuSt… BlAzInGlY fAsT
@TheMachina42
@TheMachina42 Жыл бұрын
@@internetsfinest8839 I had to for the meme, but it is fast.
@jinks908
@jinks908 Жыл бұрын
So I do understand Prime's "function only" mentality. It certainly makes good logical sense and I think sometimes I wish that were me. But I don't rice my system just to rice it. I am extremely influenced by environment, aesthetics, cleanliness, and quality. Even my physical environment like my office, desk, shelves, lighting, monitors, etc. is important to me. I have to create an environment that I WANT to work in. And for me, bare walls, white lights, plain desk, stock keyboard, yada yada don't make me want to work in that environment. Now it's not like I CAN'T, but I work so much faster and with more enthusiasm when I'm in an aesthetically pleasing office space. Maybe it's feng shui, maybe it's OCD, maybe it's a disorder for all I know lol. But my computer is no different. I had been on Ubuntu since high school which was almost 15 years ago now. I ended up making the switch to Arch somewhere around 2017, and let me tell you, I don't think I left my room for 6 months. From the very start, and following the wiki (which is hands down the greatest OS wiki on Earth), I began installing everything from the command line. I learned so much about how my system even works, what components actually make up an OS, and how to basically build my own environment from the ground up. Nothing that went on my system wasn't directly put there by me. All of this made me want to customize every last detail and end up building a system that was uniquely mine, highly functional, and beautiful to look at. I hate bloat as much as the next guy, but that doesn't mean at all that you can't have a sleek experience. The beauty of software like Neovim and Linux is that you can create a beautiful looking experience and still avoid a lot of the bloat and fat that comes with Windows, Mac, VS Code, and prefab packages, and that's because YOU put it there. You can use your system with only the components you want, and avoid others. And my system is super fast. There is really nothing I use that I'm like "I wish this were faster." It's all about preference, and I completely understand the desire for minimalist functional environments with ZERO fat, but it's certainly not necessary to be a fast, efficient, and effective coder that knows your system inside and out and maintains a workflow that makes you excited to use and yes, even look at, to make the best out of your job. When you're losing performance to the point where it's slowing you down, or you perform repetitive tasks inefficiently because you can't do it any other way, then yes, fry off some of that rice and go get your life right with Christ.
@MarcelRiegler
@MarcelRiegler Жыл бұрын
The FOMO on fancy new plugins is soo real! To be fair to Neovim, I have the same issue with every pluggable editor I've used. Don't know a great solution there except developing discipline (not gonna happen). Vim keybindings are DEFINITELY a godsend. It's like if you had copy and pasted by writing things BY HAND and someone suddenly told you about CTRL-C/V. It's a higher level of abstraction and composable, so you spend less time telling the computer HOW to do the thing, and more what to do.
@banatibor83
@banatibor83 Жыл бұрын
If you need more than 10 plugins for your editor it is the wrong tool for you. Keep the number of plugins under 10.
@relaxandfocus5563
@relaxandfocus5563 Жыл бұрын
​@@banatibor83 That's an arbitrary number, ain't it? I get your point, it's that it's funny when people set a number, threshold that isn't really based on reality. For someone else having more than 3 plugins is stupid. For others, plugins are their way to tailoring their Neovim setup. I think the right criteria would be how much it affects the performance of the editor, and more importantly your performance. The latter is harder to quantify though. It's almost always better to just focus on mastering the tools you currently have, and stop worrying the better ways your can write code, and just write the damn code. But this problem is present there as well. When should you be satisfied with the code you write? Ugh, this is hard. Who thought that defining what is "enough" would be this deep of a problem.
@thatguynar
@thatguynar Жыл бұрын
As someone who has never used copilot I actually never really feel the need for it. Sure, I may have encountered some difficulties trying to solve some shit out myself but I just treat is part of the learning process and I almost always manage to figure it out by looking it up. Also, I get the part where the neverending push to rice burns you out lol. Been there done that specially when I got really into ricing my window manager a while back, it's like an addiction. Whenever you see someone have that oh so good looking setup, you just feel the need to go back and improve on yours even though it already was working fine. I always ended up asking myself, man, are these sweet ass colors really making any difference on the way I write code or am I just wasting my time doing this in order to get a few thumbs up on reddit back then.
@DissyFanart
@DissyFanart Жыл бұрын
I think copilot is a hindrance if you're learning how to code, but it's a godsend when you need to write semi repetitive things, or you're working with an unfamiliar library trying to do *one* thing and don't feel like scouring the docs for how to get some type so you can do the thing
@SimplyDoomSlayer
@SimplyDoomSlayer Жыл бұрын
One thing I feel like this article touched on but didn’t really address directly is that numerous neovim plugins do not have nice defaults like VSCode plugins do. They’re way more configurable, but you have to spend a ton of time screwing around with things to get it right. Every VSCode plug-in I’ve ever used basically worked out of the box and if you wanted to then configure it further you could do that. VSCode is also way more portable. Understandably so since neovim plugins have a focus on speed, and portable languages like typescript are not known for being “blazingly fast”. But for somebody like me who has to work on both windows and Linux, the process of keeping parity between my systems was too much of a pain to be worth it. Especially when many plugins and even NVim itself essentially have a “Windows 2nd” (if at all) mentality
@kjeksomanen
@kjeksomanen Жыл бұрын
Interesting reflections, mostly watching this to understand how other developers think about their editor choice. For myself I have a vimrc that is old enough to drink and I'm at a point where I make maybe a handful of changes to it a year, if that. Used to tinker with it constantly in my early years, but at some point you grow into a workflow where you're so comfortable with what you're doing that there's not much that is bothering you enough to change things around. I guess one could probably argue this might just as likely be an indication of things getting stale though. Watching your videoes is helpful in that regard to challenge what I'm ingrained with, so cheers for that. Keep'em coming.
@b_delta9725
@b_delta9725 Жыл бұрын
This is kinda the reason why I switched from vscode and neovim to Emacs, not any variant, just vanilla Emacs with a book guide to help me with the most important keybindings. I don't even have plugins installed yet except for a few must-have, most functionality is in a responsive GUI, which already makes it less buggy and easier than neovim, but it's super fast compared to VSCode especially if you run it as a daemon. It's all about use cases and how much time you spend tinkering stuff compared to how much time you're actually productive
@calder-ty
@calder-ty Жыл бұрын
I used to be a big config tuner. Could sink a lot of time trying to get some stupid 'convinience' feature to work. You're spot on about good enough and self control. I don't tinker with the config much except to occasionally add a new key binding, and then every once in a while maybe something larger. If things are working, I don't feel like i need to make it better anymore.
@sunderkeenin
@sunderkeenin Жыл бұрын
My rule is that I don't change things unless they're actually a problem, and I solve problems, not inconveniences. It's not uncommon for me not to significantly touch configs for up to years on end unless I'm doing something outside of my past considerations, and that's just as it ought to be. It can be fun to tweak and to spend a lot of time creating a strong initial setup, but it gets really tiring sometimes making sure every program has non-horrible ff and fi ligatures and such. If I ever have extremely substantial reason to nuke my system or existing configs that's when I pull out my notes on inconveniences and important things and only then do I get blasting on config shenaniganary.
@G0nz4x
@G0nz4x Жыл бұрын
yeah, also it is easy to make small changes here and there and get used to them over time and not even being aware of the level of customization you are engaging with every day until for whatever reason you find yourself out of your setup struggling to make anything because everything you do out of your muscular memory doesn't work anymore.-
@chrisatlee
@chrisatlee Жыл бұрын
Regarding copilot, it's not just fancy code completion. The ability to generate large blocks of (mostly) functional code quickly is a game changer. I was skeptical at first, but once I got copilot working well in neovim, my productivity has increased significantly.
@DavidAguileraMoncusi
@DavidAguileraMoncusi Жыл бұрын
Couple of questions if I may: 1) what languages do you use? Phyton? TS/JS? I haven't used copilot yet, so I don't know if there's a difference in capabilities there. 2) any tutorial or resource you would recommend to set it up on neovim? Thanks!
@ZombieLincoln666
@ZombieLincoln666 11 ай бұрын
I mean snippets existed before, for generating larger blocks of code. vim had the plugin ultisnips plugin
@youtindia
@youtindia Жыл бұрын
I switched from neovim to IntelliJ IDEA with ideavim plugin which gives 90% of the vim shortcuts on it. A modern IDE combined with vim keybindings is the way to go. vscode also has vscodevim which is pretty nice too. vim isn't just the editor, it's a way of life.. you can utilize it anywhere.
@captainnoyaux
@captainnoyaux Жыл бұрын
that's what I do too, intelliJ + ideavim, so I don't have to configure vim nor intellij, it's the best of both world with the minimal amount of work
@regrond484
@regrond484 Жыл бұрын
Yeah, can't imagine browsing without vimium and bunch of shortcuts
@drishalballaney
@drishalballaney Жыл бұрын
meanwhile I use Emacs with evil mode lmao
@murtadha96
@murtadha96 Жыл бұрын
I suggest using the Neovim plugin for VSCode instead of the more popular and well known vim one. It's faster and has fewer issues and bugs, and it uses Neovim as the backend instead of trying to "re-implement" it in JS.
@1Caja
@1Caja Жыл бұрын
I started with JetBrains IDEs then installed ideavim and now use exclusively neovim. It's really satisfying to go minimal with the right tools.
@deado7282
@deado7282 Жыл бұрын
Feel that. I wanted to become a Arch-Vim Person and ended up as Fedora-VS-Code+NvimBindings Person
@thesynalice
@thesynalice Жыл бұрын
Bro, that's LITERALLY me, wtf 💀
@vaisakh_km
@vaisakh_km Жыл бұрын
😭 ho my goooood, you explained me debian based ->arch based -> arch -> fedora and never moved away
@AlgebraicContinuation
@AlgebraicContinuation Жыл бұрын
I consistently see the people who end up moving away from neovim being the config perfectionists like prime said here. My config is still in vimscript, using vim-plug, there's nothing flashy and I'm sure there's tons of extensibility I'm leaving on the table, but personally I'm fine with that. It makes for a super portable, quick to set up config that works on every computing environment I need to use. There really is something FOMO related to what prime talks about around 9:45. I think once you have some hard-set deadlines which truly demand your time and force you to not spend an hour playing with your config every day, you realize that what you have is likely good enough. Once that initial phase of config tinkering and caring about keeping up to date with every new package is passed, I see very few people leaving neovim.
@smallfox8623
@smallfox8623 Жыл бұрын
I started programming in Java and C# so I've used Visual Studio (later Visual Studio + Resharper) and IntelliJ before going for Rider and IntelliJ. These big IDEs get extremely resource hungry for large projects where just indexing files upon startup can take 10+ minutes. One thing I learnt though is that they're not just spinning in idle while doing this. Jetbrains editors are extremely powerful. They'll have refactoring features and project wide symbol searching that'll blow anything else out of the water. When I tried to setup neovim there was just no getting around the fact that I would have to sacrifice a lot of editor features if I wanted faster load performance (and as it turns out not even that much faster because scanning large projects will take a long time no matter what editor you use). Neovim as a replacement for VS Code? Probably a no-brainer, it's almost exactly the same features with less bloat anyways, but as a replacement for Jetbrains editors? I don't think the answer is that obvious.
@thebluriam
@thebluriam Жыл бұрын
Exactly, nail on the head. The JetBrains IDEs are crazy powerful as orchestration tools, and once you get used to the refactor functionality, or their built in Git functionality tools (which I still haven't seen anywhere else), trying to use another editor feels like I'm trying to work without arms.
@weaksauce9999
@weaksauce9999 Жыл бұрын
@@thebluriam JetBrains' git integration is terrific. That's what kept me in their camp. Refactoring is also really good though varies depending on language ( C++ > Python > Rust )
@jony7779
@jony7779 Жыл бұрын
Sometimes its just nice to have a text editor that doesn't segmentation fault on a regular basis.
@ncpeaksean4278
@ncpeaksean4278 Жыл бұрын
Which editor are you referring to? Could you be more specific, please?
@jony7779
@jony7779 Жыл бұрын
well its definitely not neovim @@ncpeaksean4278
@giver3139
@giver3139 Жыл бұрын
been learning svelte and i was having so many issues with the svelte lsp in neovim that i had to switch to vscode. additionally, the svelte extension for vscode just improves the dev experience so much. still using neovim for everything else though.
@suya1671
@suya1671 Жыл бұрын
Yeah it's very weird how svelte + nvim is worse than the vsc extension despite both being based on the lsp. It's weird. I still prefer neovim for svelte just because of how fast neovim can be compared to vscode for me.
@PedroFerreira-kz6mq
@PedroFerreira-kz6mq Жыл бұрын
I'm developing a svelte project with neovim, till know, didnt have any problems
@raenastra
@raenastra Жыл бұрын
Interesting, I've never had a problem with Svelte in neovim. VSCode was much easier to set up with ESLint and Prettier though
@vaisakh_km
@vaisakh_km Жыл бұрын
I had some issues, like treesitter is not injected in css parts i just ignore it, for me good enough is fine
@mela_nova
@mela_nova Жыл бұрын
9:51 - 10:00 This good point, and I am in this team. I use Arch, join group Arch with a lot of people love to ricing WM + Neovim. But that never bother me to try it and go too deep. Neovim default setting is enough and just start coding, work is done, and we can to do other stuff with people we love, friend, build new network, or improve our skills in other fields.
@liquidsnake6879
@liquidsnake6879 Жыл бұрын
I never got the copilot thing, if i want boilerplate i can either get snippets for that or i can just ask chat gpt, i don't need it bothering me when i didn't ask it to do anything
@lainiwakura3741
@lainiwakura3741 Жыл бұрын
I agree with many points of ThePrimagean. Although, I don't tend to use the default but seek out people who have configured programs in a nice way (such as his neovim config) an either take their whole config or steal bits and pieces. Keeping up with all updates and trying to configure everything all the time just is very boring to me. Having a phase like that is useful for learning how things work, but don't get stuck in it. My method of course has downsides as well but it feels like an overall productive and frictionless approach to me.
@Mordinel
@Mordinel Жыл бұрын
The last thing I updated on my neovim config was removing a plugin I didn't use that I forgot I had installed, that was last month, before then it was probably 8 months since I migrated from standard vim to neovim for better LSP support and ez autoconfiguration of LSP. That, treesitter and the better performance from lua made me switch. The core vim/nvim config remains mostly the same as before, near default.
@StrengthOfADragon13
@StrengthOfADragon13 11 ай бұрын
The description you have for how you handle your NeoVim config is pretty analogous to taking a look at how you organize an office or physical workshop. Set it up right and once or twice a year double check it is working for you the way you want
@blipojones2114
@blipojones2114 Жыл бұрын
i've tried using primes i3 and nvim setup. it's defo fun but i just wasn't up for re-fixing it every few months, reinstalling on new laptops and actually building the muscle memory however i'm happy i'm knowing it all exists if it ever tempts me again. It defo handy knowing vim. Using it as my daily driver, just has a lot of overheads as a frontend guy IMO. just can't really beat installing in one place, click a few UI buttons for vscode extensions, and you're done. In addition to helping junior or other devs do the same on my team. It's easier for me to lead by example. The idea of flexing some NVIM on them is appealing but i'd rather just be better at helping them out.
@oleksrow
@oleksrow 11 ай бұрын
Nice summary. Reflects my experience so far. I started with vscode, and then I discovered this ultra fast vim thing, spent some time figuring some stuff up in vim script most of which I did not understand at that time. Kinda turned me off for wome time Then I tried a neovim and I finally loved it: telescope, treesitter, lualine, LSPs and everything else everything works nice. I can now even change my theme vased on what hour is it for day/night more comfortable coding. But can't say I'm comfortable with it enough to be as productive as I am in vscode. Especially in large codebases vs starting new projects. I am yet to figure out actually useful go-to definition, like in vscode its just ctrl+click on function. I know I'll learn to set it up someday, but it just takes time
@thfsilvab
@thfsilvab Жыл бұрын
Using Copilot for a few months now, and I completely agree with you, I find myself turning off copilot a lot because it gets in they way of my logical thinking, sometimes I know what I want to write and Copilot just tries to generate something random that sometimes takes me out of my logical thinking line.
@necauqua
@necauqua Жыл бұрын
The best thing for me was switching from neovim to helix and learning that kakoune bindings exist, they are so much better than vims
@kriffos
@kriffos Жыл бұрын
I also switched to helix but I did not know about kakoune before. I think the bindings are mostly like vim, you just select before you execute something. I love that helix has all I need built into it and is so easy to configure and even to write own functionality, though some rough edges still exist (basically some inconsistencies).
@Amplefii
@Amplefii Жыл бұрын
Helix is underrated and solves all the issues mentioned here which are much the same as my complaints I have loved it so far
@Mojo_DK
@Mojo_DK Жыл бұрын
I am glad to find fellow Helix users here 😁
@raenastra
@raenastra Жыл бұрын
I really liked Helix after trying the tutor but my vim muscle memory is too transferable to switch to something else :(
@necauqua
@necauqua Жыл бұрын
@raenastra yeah dd was a pain But now whenever I'm on a system without helix, xd is a pain))
@vcastellm
@vcastellm Жыл бұрын
I was a hardcore vim user and later neovim when it started, during more than 5 years, when VScode came out I switched for similar reasons. Happy with that decision.
@teaman7v
@teaman7v Жыл бұрын
Nice. I even forgot you weren't streaming, until the reminder at the end.
@greenpoprocket7965
@greenpoprocket7965 Жыл бұрын
I liked this format. On KZbin, I'm generally looking for content that's on point, whereas a stream is more about spending time with the audience, so it's fine to meander off topic there.
@stavrosnikoletopoulos6615
@stavrosnikoletopoulos6615 Жыл бұрын
When I started on VSCode and modified it as much as I could. I was a heavy VSCode user, I knew all the shortcuts and I was really fast with it. When I had an old Mac that couldn't run VSCode I tried NeoVim, since I was already using the Vim VSCode plugin. I loved it. I was so glad I could modify it specifically to my personal needs, I still like the file explorer btw. In the beginning I was modifying my config like every other day. The thing I have observed is as time goes on I need to modify it less and less often. Right now I might touch my config once a month if I want to try a new plugin. My config still has some minor bugs but again the are not that problematic and I'll try to solve them once a month. I am using AstroNvim because I wanted an quick start but I have been modifying its plugins anyways. Apart from some tsserver stuff, that I probably haven't setup yet, I haven't seen any difference in my coding to VSCode, Copilot runs smoothly as well. I love to try new plugins but I am quick to dispose of them if I don't like them or I don't need them. Also, Updating my packages is fine. I update them regularly and the interesting thing about lazy.nvim is it will tell me if there are some breaking changes and I can take a look at them, so no problem there. Really liked the article as well! Some valid points where made and I do thing you should use what ever editor you feel comfortable with, just learn the damm editor really well!
@UliTroyo
@UliTroyo Жыл бұрын
I left Neovim because of plugin exhaustion; I’ve been using Helix. I like the default motions better, though I miss some features a lot.
@Muttisuri
@Muttisuri Жыл бұрын
I have a similar state with Emacs. I got into a rice loop, although I had no actual project. The moment I had to start doing some coding, Emacs gave me just that bit more friction that I returned to VS Code LSP works flawlessly, and I can edit just as fast if not faster. And since then I've also been deepening my shortcut knowledge. However, I do not regret customizing my Emacs, It's not perfect the LSP and autocomplete may need some work but since I don't use it for big stuff I don't care, like OP I still use Emacs to take notes and stuff like that it's just fun to spam commands, although I'm not actually doing nothing, cuz happy keyboard noises. And I agree that it is an experience that everyone should do. Heck I would argue a similar thing with using a bare git repo for dotfiles. I can replicate my setup with relative speed, sure that have been some complications mainly due to the fact that one of my environments is Arch Linux and the other is WSL (ArchWSL, so kinda arch still, I actually like arch it's not the BTW meme here, the recency of the packets I like, and I've only had it break on the grub issue which was now replaced by systemd-boot and when I was too sleepy to wait for the update to finish and the poor machine hanged and so I had to chroot into it after mounting the btrfs subvols, so I could mkinipcio -P since that's what I broke, I actually wrote a script to build that environment from scratch although I still had no reason to test it, ok I did the BTW didn't I...) so as I'm doing a native Linux and WSL some configurations differ and to add to the complication the bare metal is Wayland and WSL has GWSL which is X11 based so I already had issues with pulse audio variables (metal uses pipewire) and $DISPLAY, so yea it has been a ride, but even so I like it since I can configure something on one side and just dot commit; dot push and on the other machine dot pull and done. TL;DR Tinkering is good and I think necessary, but when you need to do a job just use tools that work.
@laughingvampire7555
@laughingvampire7555 Жыл бұрын
when I'm new to a project, I need the file tree, even if it follows a "standard" directory structure because In every project I have been, they have standard file structure and a lot more than that, so I spend a few hours, reading through the code, jumping from definition to definition, memorizing the directory structure, making additional key bindings I consider will be helpful and keep optimizing on that as I go.
@richardcesar5546
@richardcesar5546 Жыл бұрын
So what you are suggesting here is that NeoVIM is a great tool for those that can 80/20, but a very real trap for perfectionists.
@ksilzahi
@ksilzahi 2 ай бұрын
Balance above all in everything 🙏
@sasakanjuh7660
@sasakanjuh7660 Жыл бұрын
I'm a Linux user for over 15 years now, and for the last 5ish years I've been building my own DE of sorts on top of the Openbox wm, meaning I'm super into configuring, customizing and tinkering.. The main difference is, I have a clear goal of what I'm trying to achieve, and once I manage to reach that, I forget about the config file (unless the update breaks something, since I use Arch, btw). My point is, I think it's just a matter of personality.. I'm a minimalist, and I know exactly what feature I need/want in order to get more productive, and once I get that, there's no need for me to search for the next thing.. No, what I need is what I get.. I'm using neovim with a couple plugins installed, but the ones I'm actually using are just fzf as a file searcher and floating terminal to give me quick access to bash.. Lsp is great, but it's too heavy on my old 4gb ram pc :) That being said, when I set those two to work exactly the way I like it, I didn't touch it since (which is over a year now) and everything works amazing.. Now, I totally see how most of the people would need more plugins than that, but still, when you reach the point of satisfaction you can simply stop and enjoy :) I don't think there's anything wrong with trying to always add something new, I just personally don't see the point :)
@ragsdale9
@ragsdale9 Жыл бұрын
This is the exact video that might actually get me to drop VSCode and pick up vim. Once I figure out these plugins, I like how the telescope example works, but I have no idea how to get anywhere from the Tilde wall, but I just put neovim on my machine so I guess we will see.
@丁恩妃-h9d
@丁恩妃-h9d Жыл бұрын
actually i am very happy to use neovim now. i tried notepad++ / netbeans / vscode / atom / dreamweaver many years ago and their speed made me frustrated. even i don't have time to learn lua, still i can download some professional works to make my neovim beautiful and efficient. i have used neovim for about nine months, and i can do coding, markdown note-taking, doing latex exercises, all in neovim. yes, i am doing note-taking also since notion is too slow for long notes. the most important thing is , i do not need to move my hand to and fro keyboard and mouse anymore.
@tkg__
@tkg__ Жыл бұрын
I use neovim daily, but I have GoLand and VSCode installed as well. For VSCode the neovim extension (which embeds your neovim directly into vscode) is pretty good.
@reandov
@reandov Жыл бұрын
A couple of months ago I configured my Neovim completely to match my workspace in VSCode and it worked pretty good but some configs I wasn't able to setup correctly, such as Tailwind and a few other things I use. In the end I switched back to VSCode although I use Neovim for Rust programming sometimes. But generally speaking, I agree with some of the author's opinions and also agree with Prime and I can even say that I'm really looking forward to the development of Zed, it seems to be a really powerful >blazingly fast lol< code editor :)
@seiIaeu
@seiIaeu Жыл бұрын
I started to use Neovim this year and it has been an amazing experience. The only tools that I didn't like to use in Neovim are debug adapters and Jupyter Notebooks. I think that the debug adapters its on me to learn and set up in the way I prefer to use, but the Jupyter Notebooks I couldn't find a good alternative. I have a lot of fun setting my setup whenever I find something that I want or something that have broken, so I don't see time expended as a drawback 😂
@navi93243
@navi93243 Жыл бұрын
Interesting, I was searching for Jupiter notebooks a while ago, but I stopped caring about it and just use vim slime. For data science task is enough for me.
@vaisakh_km
@vaisakh_km Жыл бұрын
Yes, i hated debug adaptor and coundn' get it work for 1 year , but my approch was wrong, i just should have used mason properly and everything would have configured automatically
@DeathSugar
@DeathSugar Жыл бұрын
I guess this thing sums up a bit my experience as well: nvim has nice set of plugins, has couple fine precollected setups (astro/lazy/kcikstart) but... If you have freebsd you want to talk with - nothing will save you. vscode fails to work with csh, neovim fails with installing majority of the LSP plugins, even lua_lsp doesn't work. So it requires bolts and screws to make it work, and i never got to the end where everything works flawlessly, since it'll consume so much more time. Half of it true for windows as well. Astrovim/Lazyvim/other basically try to mimic vscode behavior in terminal, but in vim way. Okay for starters, pain for advanced users. Hell on the inside part. Another issue - terminal multiplexers. tmux, screen, zellij - if you run nvim there you'll have tons more tiny issues you need to fix to be productive enough - colors, keybindings, clipboard. And no, nvim is not good as multiplexer by itself, especially if some connection hangs - you can't just kill certain buffer, because it doesn't made that way. Working with :terminal kinda painful and doesn't respect many things you have in regular terminal. I use windows at home. And windows support in neovim is kinda meh. Basically it's terminals make things more complicated like multiplexers, so you need to fiddle configs one more time to make you flow productive. And config becomes slightly unportable for those reasons. So not nvim config to rule them all. Vscode/Sublime has some pretty unique behaviors unreproducable in nvim, at least for now - there's no such plugin to select things like does in sublime/vscode. Multiline editing in nvim sucks. There's no good substitutes in neovim for these. Many such little things also non existent by default and require more hours to configure. For some reason LSPs works only half of the time and I have no idea how to check whats wrong with them. Also it will consume a lot of time like porting things i mentioned above. And generally C/C++ LSP sucks and if you has to cross compile or build system has weird quirks combined of shell, python and makefiles you basically have no chance to receive LSP assistance. Or you do, but I guess no one can guess when and why. It's a deep deep dive in the compiler's world. Took me hours of attempts to make it somewhat behave consistently but I failed it in the end. The minor issue is the way of installing neovim. On non-RR distrubutions it requires some workarounds because default repos will have outdated versions. So it basically cries "make install me". Just aint good. And finally - if your alphabet is not just ascii you also will have some fun time. So my setup generally is a weird combination of nvim, vscode and some other editors, working side by side inside this zoo environment.
@ed9w2in6
@ed9w2in6 Жыл бұрын
I too agree that one has to stop configuring when it is good enough. I use vanilla emacs and I spend too much time making its function and appearance perfect. Then one day when I was setting up a cloud environment I realised that my setup is reproducible with a small subset of my init file. That being said that is probably only possible in hindsight. As one do need a significant amount of time to experiment with different options to come up with a trimmed down setup that they need. So If I am to start from scratch again, I will probably start with some distribution then gradually disable the functionalities until I am left with the only stuff that I need.
@Anon.G
@Anon.G Жыл бұрын
It makes me feel so old that someone's first text editor was vscode... I was coding long before vscode or even electron was out and I'm only 20...
@The8merp
@The8merp Жыл бұрын
Speed is the most inconsequential thing when it comes to programming, most professional programmers will spend most of their time reading other peoples code then writing any new code anyways, so I don't understand wasting time memorizing shortcuts and setting up config files etc. for some command line editor when you can just install Sublime, VSCode, or any other modern IDE and get to work instantly right out of the box, almost all of these programs come with some form of command pallet with fuzzy search, so you don't even have to learn any of the menus or keyboard shortcuts, just type the initial of whatever command you want to run, it will be the first result in the command palette window and you just have to press enter, if you run a command frequently enough, then you can setup / learn it's keyboard shortcut, for everything else just use the palette
@sammavrs
@sammavrs Жыл бұрын
i started with Sublime, then Eclipse, then Brackets. I settled with VSCode because, really the massive amounts of extensions is just too useful to ignore. i feel like the versatility of VSCode really boils down to how much time your willing to spend learning it and configuring what you want to do with it. i made my workspace config MONTHS ago and only ever move things around when something annoys the crap outa me enough to spend an hour trying to fix it. Visual Studio annoyed the BAjeezus outa me so much I managed to make VSCode compile C++ JUST SO i dont ever have to use the god awful VS. VS feels like the team developing it had some Romeo Juliet level family infighting and refuse to use any of the tools, features, and dev experiences that made VSCode the world champ.
@adamlul
@adamlul Жыл бұрын
I agree with every point made here, especially the tinkering part - I had to uninstall the custom theme I made because I was obsessing over trying to get it perfect. I don't even want to know how many hours I wasted.
@chadcollins5242
@chadcollins5242 Жыл бұрын
I actually started my dev life in vim (on the recommendation that vim + LaTeX was the best way to take math notes) and later switched to nvim. The primary reason I keep coming back to IntelliJ is that development in JVM languages is awful in vim/neovim. I can never get the lsp to work properly with gradle and when I finally get something usable I realize the experience is still much worse than using IntelliJ. Not sure if it’s in your wheelhouse, but it would be really awesome if you could put out a tutorial on getting set up with neovim + Java dev. I’ve watched and followed so many tutorials and I’m never happy with the result.
@3dudebortoli
@3dudebortoli Жыл бұрын
loved the video format, do more pls
@ryanleemartin7758
@ryanleemartin7758 Жыл бұрын
I have a similar problem. I can't kill the thread that constantly runs in the back of my mind that's demanding that I keep configuring and updating plugins while also living in fear that something is always on the verge of breaking.. It's a hell of a thing.
@alvaromendoza4406
@alvaromendoza4406 Жыл бұрын
Not gonna lie, I thought you were going to go full vim zealot and call the guy traitor or something, but I'm very pleasantly surprised. I think that says more about me and my tribal thinking habit of identifying with a group (VSCode users vs vim users) and dunking on the other, and this video was a nice reminder that that mentality is stupid! Great video as usual, thanks for the content!
@dacjames
@dacjames Жыл бұрын
For whatever reason, I spend almost no time on configuration in VSCode despite having 50 plugins installed. The experience is pretty seamless for me. I install plugins when I need a new language or want to do something vscode doesn’t support out of the box. I also auto-update immediately on every release and have never had an issue. For me, neovim will never be an option until they support multiple cursors out of the box. All other supposed efficiency and speed benefits are negated by the lack of that absolutely essential feature.
@nickbanderson
@nickbanderson Жыл бұрын
I love this post-stream article content, as you deliver focused thoughts that you had time to think through on stream. Give it to me, but dont give it to me raw?!
@justine_chang39
@justine_chang39 Жыл бұрын
Personally, I've found copilot to be very useful for repetitive tasks, and now I have the copilot chat extension in VSCode so it's convenient for me to ask stuff like Regex or date time formatting. I can give it the response object from an API and ask it to give me a TS interface for it. It definitely has saved me a lot of time when doing things that are time consuming but easy.
@MrMurmandramas
@MrMurmandramas Жыл бұрын
I'd like to share a bit of my personal dev experience. I first started learning coding in Swift, and as you can imagine the only available option (for a newbie) was Xcode. Then I tried out FE (JS+React) and switched to VS Code. Oh my, how fast and fluent it felt in comparison to Xcode. Even on a less prominent windows laptop that had an i5 that ran at 2.4 Ghz when turboing. However, when I landed my first FE job and loaded a real (rather massive project), that laptop started throttling all the way + it had all of its 16 Gb of Ram filled up. So, I was handed a more performant machine with an i7 (up to 5Ghz) and 32 Gb of Ram. When the project is 'on', my computer sits at 20Gb flat. There was an argument made in this video that dev software running better on newer hardware is only a temporary thing. And I tend to agree but in a way that you will always have to upgrade to more powerful hardware as the time gets by. P.S. It was my first big project and I got completely lost in its folder hierarchy. I can't imagine how one can navigate through 'thick woods' without visual prompts in IDE's like Vim or NVim.
@bigs2469
@bigs2469 Жыл бұрын
I really like the point about only revisiting your config every 6 months or so. I've also found it useful to be a bit strict on which plugins to pull in. For example, I'll only pull in a plugin for something that's becoming a major pain point. I'll also do some research on which plugin best fits the issue and consider alternatives. In the end, I find myself naturally touching my config less. It also helps prevent your config from bloating out of control with useless shit 😁
@codeman99-dev
@codeman99-dev Жыл бұрын
I haven't touched neovim yet. For years my primary editor was GNU nano. Seriously. I wrote thousands of lines of javascript with GNU nano at work. Once I started learning TypeScript is when I finally decided that GNU nano wasn't enough. I went with VSCode. It was ok. Then, I started diving into devcontainers. That's where I live now: Creating PDE's for the projects I actually want to contribute to. I love that. Configuration, extensions, cli tools, os tools, and even sidecar services all wrapped into just a few files. YES!
@haroldcruz8550
@haroldcruz8550 Жыл бұрын
I use both (VS and Neo) but I find Neo Vim a better fit for a Linux System.
@nil70n
@nil70n Жыл бұрын
I had the same problem not because I wanted everything perfect, but because I work with c# and lost a lot of time making the environment work in neovim. Currently I'm using lunarvim to see if it gets easier from a preconfigured distribution, but I still use vscode/ visual studio as my daily drivers. I still love neovim and I want to move all my work to it, but it's not a priority right now.
@haroldcruz8550
@haroldcruz8550 Жыл бұрын
If your are using a Microsoft technology, ti's better for you if you pair it with a Microsoft tool, saves you a lot of trouble. It's only natural for Microsoft to design their products to work better with each other than it being paired with a different technology. When I code using C# I always do it in Windows and VS Code or Visual Studio
@Mel-mu8ox
@Mel-mu8ox Жыл бұрын
1:13 I remember people told not to call them "laptops", but to call them "portable computers" This was because people going to the hostile with burns. Takes about 10 mins for the keyboard of my old laptop to get so hot it burns calluses onto my fingertips :/ I'm so glad I no longer have to use it :D
@Blu3wonder
@Blu3wonder Жыл бұрын
You can bind any key you want to, to any action you want, in VS Code, this video is insane to me.
@ruizhang9291
@ruizhang9291 Жыл бұрын
I use neovim for script writing, vscode for general coding, Intellij Idea for Java coding, Emacs for note taking, Vim for default editor to edit command (the C-x C-e stuff). I love all these tools.
@UnhingedNW
@UnhingedNW Жыл бұрын
After hearing you talk about just using vanilla tools, i have pretty much taken that approach and honestly, I like it way better. Getting bogged down making it look pretty distracts me hardcore. Now i just change a few keybinds to keep consistency and im off to the races.
@Gabzim
@Gabzim Жыл бұрын
My 2 cents on why I'm not on neovim at the moment (though it's my favorite editor): * I've found Intellij's intellisense to be better than LSP for javascript (and maybe also typescript), I constantly use refactor shortcuts to extract things into variables, methods, etc, and I never felt like the refactor capabilities in neovim were on par (or maybe they are and I just never got the config right?). * The debugging/run configs experience is better in intellij. * I love configuring it, but many really useful plugins are not trivial to configure and you actually need to read, sometimes find the right github issue etc to understand what you're doing wrong or how the config could be better. I feel like it's not just configuring things but also figuring out how to actually configure each plugin (may not apply for trivial plugins but i did feel it applies for LSP). * I feel like in your video you say multiple times IF your lsp is setup correctly. And that's the thing, it's easy to set up incorrectly imho. Having said all this, haven't been on neovim for like a year so maybe it's time to go back and give it a shot.
@theonetribble5867
@theonetribble5867 Жыл бұрын
I had the problem with lag in neovim for a long time but what I found out is that when using "nvim-cmp" you can decrease the "performance.fetch_timeout" setting (it is set to 500ms by default). It specifies how long cmp should wait before sorting and displaying the results to the user. During this time it also blocks the input and a input lag of 500ms is noticable.
@scaylos
@scaylos Жыл бұрын
The 6-8 months turnaround seems about right to me. Personally, I have been using neovim distros for a few years but will be going back to a purely personal config at some point here. The writer is dead-on about the issues that they cause. I used to use SpaceVim but, stopped because getting more up-to-date plugins to replace EOLed ones was a nightmare. I'm currently using LunarVim but already see some issues as I don't particularly care for LazyGit and a few of the other plugins are not useful in my workflows or just get in the way. My opinion, as someone who wasn't lua-y before, is that they are a great starting point and way to keep you from sinking daily time tinkering as they can be nearly "Good Enough™" out of the box. Figuring them out can be very useful in picking up the lua needed to effectively customize your config. Ultimately though, it will always be a better fit if done from scratch.
@sainsay
@sainsay Жыл бұрын
For my job I have/choose to keep everything default. I work with a lot of different disciplines including non programmers that have our full stack of dev tools installed. When they run into an issue all developers should be able to help out. We also have many shared dev machines next to our own work laptops. And to be honest spending all that time with default you learn to appreciate the effort that is put in to make it good. It doesn’t mean I don’t have plugins on my laptop though. But they don’t change they only add and I don’t need them like copilot etc.
@TurtleKwitty
@TurtleKwitty Жыл бұрын
About people tinkering their config all the time, I keep seeing that everywhere but I copied your last config video series cause I liked the flow, the only change I made is adding m to auto run :make so I can setup projects to have a phony for the thing im working on and it's super quick to iterate but havent touched it in as long as you ironically
@chrisdistant9040
@chrisdistant9040 Жыл бұрын
The longer I am a dev, the more I value anything I don’t have to touch, ever. Brain cycles are valuable, and I rather use them on the problem at hand than to find out which of 10k editor plugins I should use, update or replace.
@N5O1
@N5O1 Жыл бұрын
3:58 you can easilly hide it with ctrl+B and use search bar with ctrl+P to navigate withinn project, and for some people it might be even faster way to do it
@harry-smith404
@harry-smith404 Жыл бұрын
Agree on Copilot. Boilerplate, repetitive data, SQL script generation with mock data to insert - yes. In most of other cases - it just annoys more than gives some real value. For ex. I wrote two small unit tests for my helper functions, basic tests with checking out of bounds or null values in parameters. Copilot generated some code. Partially, it was fine, some code was just nonsense. But the problem is that it actually repeats after you or your code, it didn't suggested me to write a data driven unit tests.
@mezari9334
@mezari9334 10 ай бұрын
Although in my experience SQL boilerplating with Copilot, it really dislikes sanitizing inputs and is a massive hindrance. Kind of horrified to think about how some understandably lazy and overworked devs trying to ship out the features with very easy exploitation issues like SQL injections. But maybe that’s how Copilot handles Java JDBC libraries and other database connectors in other languages are fine and more secure.
@nickcostello2810
@nickcostello2810 Жыл бұрын
I spent 20 hours configuring my Neovim setup. I spent 15 mins setting up my VS Code setup. Using Neovim taught me how to setup VS Code in a more efficient way.
@ascourter
@ascourter Жыл бұрын
I started with LazyVim and then went to my own config. Definitely understand not wanting to configure a preconfigured editor
@NelOnline
@NelOnline Жыл бұрын
I used to be a daily config-er. But now I’ve got close to no commits to my dotfiles in the last 3 months. Only a few cross platform fixes for Mac/Linux and removing some unneeded plugins.
@kanishksingh5146
@kanishksingh5146 Жыл бұрын
Nvim's customisability attracts programmers like the Hot Wheel's section at the store. Tinkering with it is fun. Making your IDE your own is fun. Customising every little detail is fun. But if you're really asking if it's good enough, then I find myself answering that VSC is good enough. It's light, fast, no BS, easy configuration. Plus the keybindings that you use in VSC/IntelliJ/WS are the same ones that you normally use in your machine (MacOS/Windows). For vim, you have to learn a whole bunch of keybindings just to do the same things that just work in your one text editor. It's fun, but if I am looking for good enough, then VSC is good enough. Nvim It's borderline gimicky.
@asdfasdf9477
@asdfasdf9477 Жыл бұрын
Every 6-8 months? A new job or a project on a new stack are main reasons to look at emacs config for me 😊
@GrahamAtDesk
@GrahamAtDesk Жыл бұрын
I don't think my Vim config changed significantly between 2012 and circa 2020. I setup the plugins for the frameworks I was using, it was working really well, and then I just got on with being fast with it. Tmux too; I invested the time in learning and configuring that once, never needed to revisit. Now I tend to take a look at the config every couple of years, or if I need to set it up for something totally new (e.g. picking up TypeScript) that depends on a good chunk of extra plugins or infrastructure like the LSP.
Neovim Is a Waste Of Time, And I LOVE It | Prime Reacts
17:00
ThePrimeTime
Рет қаралды 98 М.
Rust is Not C
16:24
ThePrimeTime
Рет қаралды 204 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
ThePrimeagen On Running Linux
9:40
Tech Over Tea
Рет қаралды 303 М.
Carmack Doesn't Like Vim | Prime Reacts
26:52
ThePrimeTime
Рет қаралды 439 М.
Is Computer Science still worth it?
20:08
NeetCodeIO
Рет қаралды 544 М.
I tried 10 code editors
10:28
Fireship
Рет қаралды 3,2 МЛН
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 801 М.
Somebody emailed me a trojan virus
14:06
Bog
Рет қаралды 1,5 МЛН
Have We Forgotten How To Program?? | Prime Reacts
22:53
ThePrimeTime
Рет қаралды 512 М.
From VSCode To Vim | Prime Reacts
26:11
ThePrimeTime
Рет қаралды 313 М.
QUIT VIM Because Modern IDES are magic
23:08
ThePrimeTime
Рет қаралды 352 М.
Черная Magic Mouse
0:53
Romancev768
Рет қаралды 807 М.
Лайфхак: Легально делать деньги
0:43
Карина Кросс #shorts
0:16
Dolly and Friends Shorts Cartoons
Рет қаралды 361 М.
#trending #foryou #challenge #fyp #viral #short #tiktok #vs
0:15
Misiсatсh
Рет қаралды 2,4 МЛН