fixup
This commit is contained in:
parent
19ada0e944
commit
a2afe982af
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
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
|
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
|
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
|
plugin and can be *overridden in your config file*. Much of the UI is in a
|
||||||
same team, and there are alternatives for each piece, so that if it sucks, I
|
plugin. I can hack up basically any plugin in my config by doing various things
|
||||||
*can* hit da bricks.
|
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) %}
|
{% image(name="just-walk-out.jpg", colocated=true) %}
|
||||||
Skeleton meme: "just walk out, you can leave!!!"
|
Skeleton meme: "just walk out, you can leave!!!"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue