sus.nvim
is a simple plugin that shows a sus icon in your signcolumn. When it finds the word 'sus' written in that line.
:Rocks install sus.nvim
{
'TarunDaCoder/sus.nvim',
opts = {}
}
-- Add this to your init.lua
use {
'TarunDaCoder/sus.nvim',
config = function()
require('sus').setup()
end
}
" Add this to your init.vim
Plug 'TarunDaCoder/sus.nvim'
lua require('sus').setup()
[!NOTE]: The sus icon and text are the default settings, change it if u want to
vim.g.sus_icon = "🦆" -- For all you duck lovers out there
vim.g.sus_text = "duck"
- code from @tamton-aquib