From c4d050e99da5a10ebe83e9229dcbd2b21758f54d Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 5 Aug 2021 01:56:13 +0800 Subject: Use nvim-notify for showing messages --- core/ui.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ui.vim') diff --git a/core/ui.vim b/core/ui.vim index c29682f..f93c10e 100644 --- a/core/ui.vim +++ b/core/ui.vim @@ -64,7 +64,7 @@ let s:colorscheme_func = printf('s:my_theme_dict.%s()', s:theme) if has_key(s:my_theme_dict, s:theme) execute 'call ' . s:colorscheme_func else - call utils#Log('Invalid colorscheme function: ' . s:colorscheme_func, 'error') + call v:lua.vim.notify('Invalid colorscheme function: ' . s:colorscheme_func, 'error', {'title': 'nvim-config'}) endif "}} "} -- cgit v1.2.3