Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/letieu/btw.nvim
I use Neovim (BTW)
https://github.com/letieu/btw.nvim
neovim neovim-plugin
Last synced: 3 days ago
JSON representation
I use Neovim (BTW)
- Host: GitHub
- URL: https://github.com/letieu/btw.nvim
- Owner: letieu
- Created: 2024-04-09T06:05:33.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-10T16:32:27.000Z (10 months ago)
- Last Synced: 2024-04-11T07:27:07.550Z (10 months ago)
- Topics: neovim, neovim-plugin
- Language: Lua
- Homepage:
- Size: 14.6 KB
- Stars: 82
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# btw.nvim
Show **"I use Neovim (BTW)"** when **open neovim**. That's all you need.
___
> 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!
>
> *-- ChatGPT*## Features
- **Instant Ego Boost**: Get greeted with "I use neovim (BTW)" on launch.## Installation
* With **lazy.nvim**
```lua
{
"letieu/btw.nvim",
config = function()
require('btw').setup()
end,
}
```
* With **packer.nvim**
```lua
use {
'letieu/btw.nvim',
}
```**Important**: don't forget to call `require('btw').setup()` to enable its functionality.
## Configuration
```lua
require('btw').setup({
text = "I use Neovim (BTW)",
})
```## Inspiration and Thanks
- **[mini.starter](https://github.com/echasnovski/mini.starter)** by @echasnovski for code
- **Github Copilot** for code
- **ChatGPT** for `README.md` file