mirror of
https://github.com/tiyn/action-hints.nvim.git
synced 2025-11-13 13:59:45 +01:00
Merge branch 'main' of github.com:roobert/statusline-action-hints.nvim
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user