Dont set a background within Neovim

This commit is contained in:
Gene Liverman 2024-01-04 22:03:48 -05:00
parent a54cbc630d
commit a846a08884

View file

@ -6,6 +6,7 @@ return {
priority = 1000,
config = function()
require("catppuccin").setup({
transparent_background = true,
color_overrides = {
frappe = {
base = "#07042B",