Show "I use Neovim (BTW)" when open neovim. That's all you need.
![Screenshot 2024-04-09 at 8 21 57 PM](https://private-user-images.githubusercontent.com/53562817/320861664-0a5f9627-a1ed-4cf5-82c2-c4211f2a860b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NjE4MzgsIm5iZiI6MTczODk2MTUzOCwicGF0aCI6Ii81MzU2MjgxNy8zMjA4NjE2NjQtMGE1Zjk2MjctYTFlZC00Y2Y1LTgyYzItYzQyMTFmMmE4NjBiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIwNTIxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY4Y2RlM2YxOWNjYWIyMjc5YjYzZjExYzQ5NmZmZWJiNTZhMWJjMjhlOWJjYzQ4M2MyMWNjNmYwMDY0NzE3YTMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.nvsiS5ptDmByhOMnbBXqYUSl_YLDAYXXQ3Gp4YA9BGI)
Why bother with mini.starter, vim-startify, dashboard-nvim, or any of those distractions? I know you, my friend. Forget about all that noise – all you truly need is
I use Neovim (BTW)
. Embrace it proudly, and let your ego shine!
- Instant Ego Boost: Get greeted with "I use neovim (BTW)" on launch.
- I use Neovim (BTW): Show your ego to the world.
- With lazy.nvim
{
"letieu/btw.nvim",
config = function()
require('btw').setup()
end,
}
- With packer.nvim
use {
'letieu/btw.nvim',
}
Important: don't forget to call require('btw').setup()
to enable its functionality.
require('btw').setup({
text = "I use Neovim (BTW)",
})
- mini.starter by @echasnovski