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

add lua map module and more mappings

This commit is contained in:
jdhao
2022-05-29 12:27:26 +08:00
parent 934ef7fb13
commit e3b15da059
2 changed files with 11 additions and 0 deletions

View File

@@ -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')