Remove .config/nvim/lua/plugins/figban.lua

This commit is contained in:
punkfairie 2024-10-05 12:34:18 -07:00
parent 0c9084b0c6
commit 6b87dc3510
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -1,10 +0,0 @@
return {
{
"thazelart/figban.nvim",
lazy = true,
cmd = "Figban",
init = function()
vim.g.figban_fontstyle = "ANSI Shadow"
end,
},
}