mirror of
https://github.com/NotAShelf/specs.nvim.git
synced 2024-11-01 11:01:16 +00:00
Fix readme syntax
This commit is contained in:
parent
5138db8fa2
commit
5327dd3f14
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ Plug 'edluffy/specs.nvim'
|
|||
```
|
||||
## Usage
|
||||
If you are using init.vim instead of init.lua, remember to wrap block below with `lua << EOF` and `EOF`
|
||||
```
|
||||
```lua
|
||||
require('specs').setup{
|
||||
show_jumps = true,
|
||||
min_jump = 30,
|
||||
|
|
Loading…
Reference in a new issue