aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-05-29 12:27:26 +0800
committerjdhao <jdhao@hotmail.com>2022-05-29 12:27:26 +0800
commite3b15da059dd9bd7a363a7f88b0e2f10772b676f (patch)
tree1953fba0fd98922bfcef688c938575489d45bb42 /core
parent934ef7fb13574e5debc20a46740ad351e4e87397 (diff)
add lua map module and more mappings
Diffstat (limited to 'core')
-rw-r--r--core/mappings.vim3
1 files changed, 3 insertions, 0 deletions
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')