Skip to content

Commit

Permalink
Fixed lua syntax error in Readme.md
Browse files Browse the repository at this point in the history
The example hotkey-configuration I tried to paste had a syntax error because of a missing ')'.
  • Loading branch information
Hyalunar authored Nov 2, 2024
1 parent 7405d2d commit cff0c78
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 cff0c78

Please sign in to comment.