From 6322c7c212d66654ef477c8971f1d4fd9d05a28d Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 9 Feb 2022 01:17:50 +0800 Subject: [PATCH] chore: update theme hint message --- core/themes.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/themes.vim b/core/themes.vim index 8690c67..9d84dec 100644 --- a/core/themes.vim +++ b/core/themes.vim @@ -86,6 +86,6 @@ endif execute 'call ' . s:colorscheme_func if g:logging_level == 'info' - let s:msg1 = "Currently loaded theme: " . s:theme + let s:msg1 = "Colorscheme: " . s:theme call v:lua.vim.notify(s:msg1, 'info', {'title': 'nvim-config'}) endif