diff options
| author | jdhao <jdhao@hotmail.com> | 2022-02-09 01:17:50 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-02-09 01:17:50 +0800 |
| commit | 6322c7c212d66654ef477c8971f1d4fd9d05a28d (patch) | |
| tree | 83f35d207055c0fe91e78713cdec87ebf4073a96 | |
| parent | aa0cf40591bd722b63c9b3be4072d350ed8ee21f (diff) | |
chore: update theme hint message
| -rw-r--r-- | core/themes.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
