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

update anzu setting

This commit is contained in:
jdhao 2020-10-09 01:52:30 +08:00
parent 8004f56991
commit 9335b9816c

View File

@ -425,6 +425,9 @@ let g:airline#extensions#anzu#enabled = 0
" Maximum number of words to search
let g:anzu_search_limit = 500000
" Message to show for search pattern
let g:anzu_status_format = '/%p [%i/%l]'
"""""""""""""""""""""""""""""vim-asterisk settings"""""""""""""""""""""
nmap * <Plug>(asterisk-z*)
nmap # <Plug>(asterisk-z#)