From a8fdbf35734203ac9b3d6faa512f08571f0655ea Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 28 Jun 2022 00:36:37 +0800 Subject: [PATCH] disable showing current theme used --- core/themes.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/themes.vim b/core/themes.vim index 9d84dec..a18a0b4 100644 --- a/core/themes.vim +++ b/core/themes.vim @@ -85,7 +85,7 @@ if !s:status endif execute 'call ' . s:colorscheme_func -if g:logging_level == 'info' +if g:logging_level == 'debug' let s:msg1 = "Colorscheme: " . s:theme call v:lua.vim.notify(s:msg1, 'info', {'title': 'nvim-config'}) endif