Skip to content
Tech News
← Back to articles

Just Fucking Use Neovim

read original more articles
Why This Matters

This article emphasizes the importance of adopting Neovim for developers to improve efficiency, reduce reliance on bloated editors, and leverage its powerful ecosystem. It advocates for mastering Neovim's tools and plugins to enhance productivity and streamline coding workflows, ultimately challenging developers to rethink their current editor choices.

Key Takeaways

❯ cat manifesto.txt

JUST FUCKING USE NEOVIM

It is miserable to see you picking up a mouse to select a word in your electron editors. You are a developer, not a 50 year old excel lady.

Learn your goddamn tools and finally get to use your mechanical keyboard you bought to look like a real engineer.

neovim is a motherfucking IDE

Yes it is a fully motherfucking IDE just like all your bloated electron editors that require 64GB of RAM. It just works with any language. Just goddamn faster.

Neovim uses the same Language Server Protocol as your precious vscode. It shows the same errors and same autocompletion. Just without a shitty browser under the hood. Okay?

it just fucking works.

learn the fucking vim

Uh oh "the learning curve is too steep, I'm paid for thinking not typing" Pathetic. You say that then spend $150/month on AI to replace what a single sed command could do.

... continue reading