Skip to content

Commit

Permalink
fix: README.md typo caseSensitive fixed (VSCodeVim#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-MQ authored Apr 9, 2023
1 parent f088aba commit d8c9a5e
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 @@ -532,7 +532,7 @@ Based on [vim-leap](https://github.com/ggandor/leap.nvim) and configured through
| vim.leap.enable | Enable/disable leap plugin | Boolean | false | |
| vim.leap.showMarkerPosition | Set the position of the marker point display | String | "after" | "after" , "target" |
| vim.leap.labels | The characters used for jump marker name | String | "sklyuiopnm,qwertzxcvbahdgjf;" | |
| vim.leap.laseSensitive | Whether to consider case in search patterns | Boolean | false | |
| vim.leap.caseSensitive | Whether to consider case in search patterns | Boolean | false | |
| vim.leap.bidirectionalSearch | Enable/disable bidirectional search | Boolean | false | |
| vim.leap.marker.backgroundColors | The background colors of the marker box. | Array | ['#ccff88', '#99ccff'] |
| vim.leap.marker.charColor | The color of the marker char. | String | "#000000" |
Expand Down

0 comments on commit d8c9a5e

Please sign in to comment.