Skip to content

Commit

Permalink
Merge pull request #496 from ckipp01/docs
Browse files Browse the repository at this point in the history
docs: update key mapping in docs
  • Loading branch information
ckipp01 authored Nov 17, 2022
2 parents 611a353 + ec2917a commit 1071ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ doc/tags
mill-minimal/
multiple-build-file-example/
minimal-scala-cli-test/
.luarc.json
2 changes: 1 addition & 1 deletion doc/metals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ type_of_range() Use to get the type of the selected range. NOTE that

Example usage: >
vim.api.nvim_set_keymap("v", "K", [[<Esc><cmd>lua require("metals").type_of_range()<CR>]])
vim.keymap.set("v", "K", function() require("metals").type_of_range() end)
<

Expand Down

0 comments on commit 1071ddc

Please sign in to comment.