Skip to content

Commit

Permalink
docs: Update help
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Aug 1, 2024
1 parent ade7c38 commit 71f35bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/vim-elin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Example configuration
nnoremap <buffer> <Leader>epe <Cmd>call elin#notify('elin.handler.evaluate/evaluate-current-list', [], {'config': '{:interceptor {:includes [[elin.interceptor.optional.evaluate/wrap-eval-code-interceptor "println"]]}}'})<CR>
nnoremap <buffer> <Leader>ran <Cmd>call elin#notify('elin.handler.namespace/add-namespace', [])<CR>
nnoremap <buffer> <Leader>ram <Cmd>call elin#notify('elin.handler.namespace/resolve-missing-namespace', [])<CR>
nnoremap <buffer> <Leader>ran <Cmd>call elin#notify('elin.handler.namespace/add-libspec', [])<CR>
nnoremap <buffer> <Leader>ram <Cmd>call elin#notify('elin.handler.namespace/add-missing-libspec', [])<CR>
nnoremap <buffer> <C-]> <Cmd>call elin#notify('elin.handler.navigate/jump-to-definition', [])<CR>
nnoremap <buffer> K <Cmd>call elin#notify('elin.handler.lookup/lookup', [])<CR>
Expand Down

0 comments on commit 71f35bf

Please sign in to comment.