mirror of
https://github.com/tiyn/action-hints.nvim.git
synced 2025-11-13 13:59:45 +01:00
7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
return {
|
|
"roobert/action-hints.nvim",
|
|
config = function()
|
|
require("action-hints").setup()
|
|
end,
|
|
}
|