aboutsummaryrefslogtreecommitdiff
path: root/core/themes.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-02-03 17:27:45 +0800
committerjdhao <jdhao@hotmail.com>2022-02-03 17:27:45 +0800
commitb542bec561906b821cda4a599b12a5c34dfe1645 (patch)
tree9b79764f4322ef29cd9f6837fcad27722cfe9cba /core/themes.vim
parent7ce35a0a5f69c257df0fe6ad627232762fe9d71f (diff)
update logging conf
Diffstat (limited to 'core/themes.vim')
-rw-r--r--core/themes.vim2
1 files changed, 1 insertions, 1 deletions
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