aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-12-11 15:46:25 +0800
committerjdhao <jdhao@hotmail.com>2021-12-11 15:46:25 +0800
commita4663390922b411895aa8c2e8a9c11e214e69d56 (patch)
tree8a32a41114b2bf074939722c43f74bc54616b0b1 /core
parent6fb30f0cf237f07a064a86f5c4e51162bf0ba0c2 (diff)
update nvim-hlslens settings
Diffstat (limited to 'core')
-rw-r--r--core/plugins.vim9
1 files changed, 0 insertions, 9 deletions
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 <silent> n <Cmd>execute('normal! ' . v:count1 . 'nzzzv')<CR>
- \<Cmd>lua require('hlslens').start()<CR>
-noremap <silent> N <Cmd>execute('normal! ' . v:count1 . 'Nzzzv')<CR>
- \<Cmd>lua require('hlslens').start()<CR>
-
-map * <Plug>(asterisk-z*)<Cmd>lua require('hlslens').start()<CR>
-map # <Plug>(asterisk-z#)<Cmd>lua require('hlslens').start()<CR>
-
"""""""""""""""""""""""""""""LeaderF settings"""""""""""""""""""""
" Do not use cache file
let g:Lf_UseCache = 0