From 646453939941d92b077af56ce1d40793120bf97a Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 18 Oct 2021 22:32:38 +0800 Subject: nvim-notify update --- core/mappings.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/mappings.vim') diff --git a/core/mappings.vim b/core/mappings.vim index d973ac0..82ba59a 100644 --- a/core/mappings.vim +++ b/core/mappings.vim @@ -104,7 +104,7 @@ inoremap pumvisible() ? "\" : "\" " Edit and reload init.vim quickly nnoremap ev :tabnew $MYVIMRC tcd %:h nnoremap sv :silent update $MYVIMRC source $MYVIMRC - \ call v:lua.vim.notify("Nvim config successfully reloaded!", 'info', {'title': 'nvim-config', 'timeout': 2500}) + \ call v:lua.vim.notify("Nvim config successfully reloaded!", 'info', {'title': 'nvim-config'}) " Reselect the text that has just been pasted, see also https://stackoverflow.com/a/4317090/6064933. nnoremap v printf('`[%s`]', getregtype()[0]) -- cgit v1.2.3