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

disable showing current theme used

This commit is contained in:
jdhao 2022-06-28 00:36:37 +08:00
parent 351ba5fc63
commit a8fdbf3573

View File

@ -85,7 +85,7 @@ if !s:status
endif endif
execute 'call ' . s:colorscheme_func execute 'call ' . s:colorscheme_func
if g:logging_level == 'info' if g:logging_level == 'debug'
let s:msg1 = "Colorscheme: " . 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