feat(readme): typos + lazy example
This commit is contained in:
parent
dceddc1e3f
commit
a610788dff
1 changed files with 3 additions and 2 deletions
|
|
@ -13,15 +13,16 @@ require('lazy').setup({
|
||||||
config = true,
|
config = true,
|
||||||
-- or 'nvim-telescope/telescope.nvim'
|
-- or 'nvim-telescope/telescope.nvim'
|
||||||
dependencies = 'ibhagwan/fzf-lua'
|
dependencies = 'ibhagwan/fzf-lua'
|
||||||
|
keys = { { '<leader>H', '<cmd>HTTPCodes<cr>' }}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
## [Configuration](./doc/http-codes.txt)
|
## [Configuration](./doc/http-codes.txt)
|
||||||
|
|
||||||
`http-codes.nvim` uses telescope or fzf-lua (whichever you've installed), which can be manually overriden.
|
`http-codes.nvim` uses telescope or fzf-lua (whichever you've installed), which can be manually overidden.
|
||||||
|
|
||||||
`http-codes.nvim` opens the Mozilla documentation URLs based on your operating system. This can be overriden.
|
`http-codes.nvim` opens the Mozilla documentation URLs based on your operating system. This can be overidden.
|
||||||
|
|
||||||
| OS | open_url |
|
| OS | open_url |
|
||||||
| ------- | ------------- |
|
| ------- | ------------- |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue