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:
parent
aa0cf40591
commit
6322c7c212
@ -86,6 +86,6 @@ endif
|
|||||||
|
|
||||||
execute 'call ' . s:colorscheme_func
|
execute 'call ' . s:colorscheme_func
|
||||||
if g:logging_level == 'info'
|
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'})
|
call v:lua.vim.notify(s:msg1, 'info', {'title': 'nvim-config'})
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user