Skip to content

letieu/btw.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

btw.nvim

Show "I use Neovim (BTW)" when open neovim. That's all you need.

Screenshot 2024-04-10 at 11 32 10 PM

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
{
  "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.

Configuration

require('btw').setup({
  text = "I use Neovim (BTW)",
})

Inspiration and Thanks

  • mini.starter by @echasnovski for code
  • Github Copilot for code
  • ChatGPT for README.md file

Releases

No releases published

Packages

No packages published

Languages