Skip to content

Commit 44f589c

Browse files
committed
Add example config for activate.nvim compatibility
1 parent 7b1c495 commit 44f589c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
return {
2+
"roobert/hoversplit.nvim",
3+
config = function()
4+
require("hoversplit").setup()
5+
end,
6+
}

0 commit comments

Comments
 (0)