From b542bec561906b821cda4a599b12a5c34dfe1645 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 3 Feb 2022 17:27:45 +0800 Subject: update logging conf --- core/themes.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/themes.vim') diff --git a/core/themes.vim b/core/themes.vim index 1de1a8b..8690c67 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 == 'debug' +if g:logging_level == 'info' let s:msg1 = "Currently loaded theme: " . s:theme call v:lua.vim.notify(s:msg1, 'info', {'title': 'nvim-config'}) endif -- cgit v1.2.3