mirror of
https://github.com/tiyn/action-hints.nvim.git
synced 2025-11-13 05:49:45 +01:00
Add example config for activate.nvim compatibility
This commit is contained in:
6
setup.lua.example
Normal file
6
setup.lua.example
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
return {
|
||||||
|
"roobert/action-hints.nvim",
|
||||||
|
config = function()
|
||||||
|
require("action-hints").setup()
|
||||||
|
end,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user