From e3b15da059dd9bd7a363a7f88b0e2f10772b676f Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 29 May 2022 12:27:26 +0800 Subject: add lua map module and more mappings --- core/mappings.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core') diff --git a/core/mappings.vim b/core/mappings.vim index bb53038..c219614 100644 --- a/core/mappings.vim +++ b/core/mappings.vim @@ -193,3 +193,6 @@ function! s:restore_cursor() abort silent! normal `y silent! delmarks y endfunction + +" for mappings defined in lua +lua require('custom-map') -- cgit v1.2.3