mirror of
https://github.com/tiyn/action-hints.nvim.git
synced 2025-11-13 05:49: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
|
## Installation
|
||||||
|
|
||||||
### Lazy
|
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
{
|
{
|
||||||
"roobert/action-hints.nvim",
|
"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
|
## Configuration
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
|
|||||||
Reference in New Issue
Block a user