Update README.md

This commit is contained in:
rob
2023-08-13 20:14:25 +01:00
committed by GitHub
parent ed09d54b15
commit abfd24f5c0

View File

@@ -11,8 +11,6 @@ Available hints:
## Installation
### Lazy
```lua
{
"roobert/action-hints.nvim",
@@ -22,17 +20,6 @@ Available hints:
},
```
### Packer
```lua
use({
"roobert/action-hints.nvim",
config = function()
require("action-hints").setup()
end,
})
```
## Configuration
```lua