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:
parent
351ba5fc63
commit
a8fdbf3573
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user