Skip to content

Commit

Permalink
docs(readme): Added ')' to avoid lua syntax error (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyalunar authored Nov 2, 2024
1 parent 7405d2d commit 42c4b0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ vim.keymap.set(
-- or vim.lsp.buf.codeAction() if you don't want grouping.
end,
{ silent = true, buffer = bufnr }
)
vim.keymap.set(
"n",
"K", -- Override Neovim's built-in hover keymap with rustaceanvim's hover actions
Expand Down

0 comments on commit 42c4b0f

Please sign in to comment.