From a2afe982af949faf8b98acf7a171e901bdb108bc Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Thu, 2 Mar 2023 18:11:22 -0800 Subject: [PATCH] fixup --- content/posts/computing-should-enable-humans/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/posts/computing-should-enable-humans/index.md b/content/posts/computing-should-enable-humans/index.md index 5e6c26d..7fc64ab 100644 --- a/content/posts/computing-should-enable-humans/index.md +++ b/content/posts/computing-should-enable-humans/index.md @@ -92,9 +92,11 @@ functionality you rely on? Are teams autonomous? Thinking back on why I switched back to Neovim exclusively as an editor, one major reason is the amount of the functionality that is in plugins instead of in the core. Autocompletion is in a plugin. *Highlighting queries* are in a -plugin. Much of the UI is in a plugin. None of these plugins are owned by the -same team, and there are alternatives for each piece, so that if it sucks, I -*can* hit da bricks. +plugin and can be *overridden in your config file*. Much of the UI is in a +plugin. I can hack up basically any plugin in my config by doing various things +to override it without having to fork it. None of these plugins are owned by +the same team, and there are alternatives for each piece, so that if it sucks, +I *can* hit da bricks. {% image(name="just-walk-out.jpg", colocated=true) %} Skeleton meme: "just walk out, you can leave!!!"