From 6b6af7874e6cef1dcfae17bf89c4a8ce35e3a958 Mon Sep 17 00:00:00 2001 From: tsorabel Date: Wed, 27 Mar 2024 21:42:28 +0100 Subject: [PATCH] feat: carbon window rename --- lua/custom/plugins/carbon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/carbon.lua b/lua/custom/plugins/carbon.lua index a69f45c1..89c75dfa 100644 --- a/lua/custom/plugins/carbon.lua +++ b/lua/custom/plugins/carbon.lua @@ -16,7 +16,7 @@ return { line_height = '124%', line_numbers = true, theme = 'verminal', - titlebar = 'Made with carbon-now.nvim', + titlebar = 'VIM 🚀', watermark = false, width = '680', window_theme = 'sharp',