updated README.md / fixed spelling
This commit is contained in:
@@ -18,6 +18,15 @@ Local file history save and restore for Neovim (requires `nvim-telescope`)
|
||||
_G.Nvim_Haven_History = M.history
|
||||
```
|
||||
|
||||
### Preview navigation keymaps
|
||||
|
||||
```lua
|
||||
map("i", "<c-l>", do_forward_jump)
|
||||
map("n", "<c-l>", do_forward_jump)
|
||||
map("i", "<c-h>", do_reverse_jump)
|
||||
map("n", "<c-h>", do_reverse_jump)
|
||||
```
|
||||
|
||||
### Example
|
||||
|
||||
> Example utilizes my custom Neovim distribution `darcula`.
|
||||
|
||||
@@ -539,7 +539,7 @@ M.setup = function(config)
|
||||
if type(e) ~= "function" then
|
||||
print_message(
|
||||
true,
|
||||
"'exlcusions' contains an entry that is not a function. Skipping all exclusions until this is corrected:"
|
||||
"'exclusions' contains an entry that is not a function. Skipping all exclusions until this is corrected:"
|
||||
)
|
||||
table.print_table(e)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user