Earlier quoted context omitted.
Are you using different OS? This sounds like the programs your NeoVim is calling is failing you - not nvim itself. _cough cough_ NixOS can help you out here
Ubuntu 22.04. I'm guessing the few dozens of plugins are probably messed up in a way or another after each updates. Apparently, there's no unified QA testing among community supported ecosystem with 20 different authors.
Ask HN: Is it still possible to live in a terminal?
221–230 of 272 posts
Re: Ask HN: Is it still possible to live in a terminal?
#222Earlier quoted context omitted.
This just simply isn’t true. Neovim is perfectly capable of (and I would argue excels at) being a daily driver on large projects.
Compared to JetBrains, no thanks. I can't even get Neovim to run stably without throwing random errors every now and then, especially after I update plugins.
Regarding stability - pinning plug-in versions could be helpful. That’s what I’ve done and I’ve never had an issue with stability.
Re: Ask HN: Is it still possible to live in a terminal?
#223I still find it utterly baffling that Windows and Apple haven’t integrated better “hyper-productivity” oriented workflows into their OSes. I’ve tried (and failed) on multiple occasions to “ditch the mouse” for full keyboard nav but it always comes up short around the browser. Even VS Code has pitiful keyboard-only navigation support. These days I pretty much work exclusively in terminal, having gotten used to vim map…
There are occasional times I need to pull it out, however. But with Yabai + Vimium + terminal the majority of my day-to-day needs are met happily mouseless.
Re: Ask HN: Is it still possible to live in a terminal?
#224The Vim/Neovim ecosystem has gotten unbelievably better over the last 5-10 years. "Living in the terminal" for core development work is IMO better than pretty much anything else out there; my Neovim setup has a modern plugin manager; an IDE-like experience with fast autocompletion as I type, goto definition, and automated refactor support; and a side-drawer file browser navigable with Vim motions. It feels like an ID…
Can you: - Edit code - Autocomplete - Navigate code, find references, go to definitions - Run your code - Debug your code - Test your code (including running a specific test) - Profile your code - Run multiple static analyzers simultaneously - Use version control and annotate code using version control - Do all that remotely or with containers involved - Query a database and get results in a tabular format - Spell ch…
Re: Ask HN: Is it still possible to live in a terminal?
#225The Vim/Neovim ecosystem has gotten unbelievably better over the last 5-10 years. "Living in the terminal" for core development work is IMO better than pretty much anything else out there; my Neovim setup has a modern plugin manager; an IDE-like experience with fast autocompletion as I type, goto definition, and automated refactor support; and a side-drawer file browser navigable with Vim motions. It feels like an ID…
Can you: - Edit code - Autocomplete - Navigate code, find references, go to definitions - Run your code - Debug your code - Test your code (including running a specific test) - Profile your code - Run multiple static analyzers simultaneously - Use version control and annotate code using version control - Do all that remotely or with containers involved - Query a database and get results in a tabular format - Spell ch…
Re: Ask HN: Is it still possible to live in a terminal?
#226Re: Ask HN: Is it still possible to live in a terminal?
#227For email, I can suggest aerc [1]: lovely piece of software!
Re: Ask HN: Is it still possible to live in a terminal?
#228I don't know about "living" in a terminal, but CLI/terminal tools are quite far from being out of the picture; if anything, I'd say they're thriving. It's not about one or the other; they're complementary, and I use both every day. Personally, I use Firefox for browsing, PyCharm for coding, mpv/qimgv for media, and do pretty much everything else in the terminal. Terminal tools are incredibly versatile and composable…
Re: Ask HN: Is it still possible to live in a terminal?
#229Fortunately, I work for a company that does'nt use slack or proprietary apps. I've been thinking of some kinda proxy for text browsers with customizable .. edits, to hide excessive html elements form the terminal. (Might need to be per site ?)
Re: Ask HN: Is it still possible to live in a terminal?
#230Earlier quoted context omitted.
> technologically retarded hellscape The modern web seems pretty great to me. Why do you feel that way?
> The modern web seems pretty great to me. Why do you feel that way? A quote I once heard about the modern web browser: "I want this program to do everything my computer already does." Imagine a simple hypertext markup language which tells a program how to render the text, link to different text or sites and perhaps paint some images on a screen. Seems pretty strait forward. Now make that program into a worse compute…