From 42a0663184cb356d4e662956a2b8f04c3b38007b Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 20 Aug 2021 01:12:35 +0800 Subject: Reduce timeout for nvim-notify --- 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 19e6a10..ebd9d26 100644 --- a/core/mappings.vim +++ b/core/mappings.vim @@ -102,7 +102,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'}) + \ call v:lua.vim.notify("Nvim config successfully reloaded!", 'info', {'title': 'nvim-config', 'timeout': 2500}) " 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