mirror of
https://github.com/tiyn/action-hints.nvim.git
synced 2025-11-13 05:49:45 +01:00
Update docs
This commit is contained in:
@@ -28,12 +28,10 @@ Available hints:
|
||||
config = function()
|
||||
require("action-hints").setup({
|
||||
template = {
|
||||
{ " ⊛", "ActionHintsDefinition" },
|
||||
{ " ↱%s", "ActionHintsReferences" },
|
||||
definition = { text = " ⊛", color = "#add8e6" },
|
||||
references = { text = " ↱%s", color = "#ff6666" },
|
||||
},
|
||||
use_virtual_text = true,
|
||||
definition_color = "#add8e6",
|
||||
reference_color = "#ff6666",
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user