Skip to content

Commit 1c17422

Browse files
committed
docs(readme): typo
1 parent 7b794c1 commit 1c17422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ vim.keymap.set(
154154
"n",
155155
"K", -- Override Neovim's built-in hover keymap with rustaceanvim's hover actions
156156
function()
157-
vim.cmd.RustLsp({'hover', 'action'})
157+
vim.cmd.RustLsp({'hover', 'actions'})
158158
end,
159159
{ silent = true, buffer = bufnr }
160160
)

0 commit comments

Comments
 (0)