feat: remove fleet theme config file

This commit is contained in:
Simon Lasbrugnas 2024-04-19 03:19:38 +02:00
parent e2513e37b3
commit 87b571752a
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -1,4 +0,0 @@
return {
"felipeagc/fleet-theme-nvim",
config = function() vim.cmd("colorscheme fleet") end
}