Beginner Boost, Day 37: Prefer Shell Scripts Over Plugins in Vim [20210706230535]

preview_player
Показать описание
1. What is the UNIX Philosophy and what does it have to do with Vim?
2. Examples of Shell Integration
3. Code a toemoji replacement filter

Рекомендации по теме
Комментарии
Автор

BuffWritePost is used to do things after you write, such as having a program reload a config after you edit it. BuffWritePre is used for editing the buffer before you write to file, such as removing trailing spaces, formating, and so on.

greenweevil
Автор

Content is outstanding. Beware, however:
1. Certain things are better addressed with a plugin (like Telescope in nvim)
2. shipping your code in scripts is not so easily installable as a plugin, if you care for distribution.
That being said, again, amazing content!

anibaldk
Автор

OMG! I'm so surprised by the fact that you can do stuff like that using only bash.
Great video!

coder
Автор

1:05:11 poor mortepau, must've been painful to watch Rob butcher that script for 20 minutes after that

byakka
Автор

what is txt command i couldn't find one

DandiYuan
Автор

I could’ve done that in 2 minutes with a lua script in my NVChad IDE

mtrajano