1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

chore: update theme hint message

This commit is contained in:
jdhao 2022-02-09 01:17:50 +08:00
parent aa0cf40591
commit 6322c7c212

View File

@ -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