From a4663390922b411895aa8c2e8a9c11e214e69d56 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 11 Dec 2021 15:46:25 +0800 Subject: update nvim-hlslens settings --- core/plugins.vim | 9 --------- 1 file changed, 9 deletions(-) (limited to 'core/plugins.vim') diff --git a/core/plugins.vim b/core/plugins.vim index db00112..f249bfd 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -37,15 +37,6 @@ let g:semshi#error_sign=v:false """""""""""""""""""""""""" vlime settings """""""""""""""""""""""""""""""" command! -nargs=0 StartVlime call jobstart(printf("sbcl --load %s/vlime/lisp/start-vlime.lisp", g:package_home)) -""""""""""""""""""""""""""""" settings for nvim-hlslens""""""""""""""" -noremap n execute('normal! ' . v:count1 . 'nzzzv') - \lua require('hlslens').start() -noremap N execute('normal! ' . v:count1 . 'Nzzzv') - \lua require('hlslens').start() - -map * (asterisk-z*)lua require('hlslens').start() -map # (asterisk-z#)lua require('hlslens').start() - """""""""""""""""""""""""""""LeaderF settings""""""""""""""""""""" " Do not use cache file let g:Lf_UseCache = 0 -- cgit v1.2.3