We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1c495 commit 44f589cCopy full SHA for 44f589c
setup.lua
@@ -0,0 +1,6 @@
1
+return {
2
+ "roobert/hoversplit.nvim",
3
+ config = function()
4
+ require("hoversplit").setup()
5
+ end,
6
+}
0 commit comments