Skip to content

Commit c173d80

Browse files
committed
docs: lazy load with event instead of keys
They key mappings are now created through `LspAttach`, so we can no longer lazy load on the keys
1 parent 3aed0d6 commit c173d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ With [lazy.nvim](https://github.com/folke/lazy.nvim):
1313
```lua
1414
{
1515
'mawkler/refjump.nvim',
16-
-- keys = { ']r', '[r' }, -- Uncomment to lazy load
16+
event = 'LspAttach', -- Uncomment to lazy load
1717
opts = {}
1818
}
1919
```

0 commit comments

Comments
 (0)