Skip to content

Commit

Permalink
docs(readme): remove outdated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jan 2, 2025
1 parent dd97717 commit 37a2dce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,6 @@ vim.keymap.set(
vim.cmd.RustLsp { 'hover', 'actions' }
```

By default, this plugin replaces Neovim's built-in hover handler with hover
actions, so you can also use `vim.lsp.buf.hover()`.

You can invoke a hover action by switching to the hover window and entering `<CR>`
on the respective line, or with a keymap for the `<Plug>RustHoverAction` mapping,
which accepts a `<count>` prefix as the (1-based) index of the hover action to invoke.
Expand Down

0 comments on commit 37a2dce

Please sign in to comment.