Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-t-james-core authored Feb 8, 2024
1 parent 7577573 commit 21fb2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Simple thing at the moment - set your keymap via config options `keymap` and use
```lua
require("better-ts-errors").setup({
keymaps = {
toggle = '<leader>dd' -- Toggling keymap
toggle = '<leader>dd', -- Toggling keymap
go_to_definition = '<leader>dx' -- Go to problematic type from popup window
}
})
Expand Down

0 comments on commit 21fb2be

Please sign in to comment.