Added stickybuf

This commit is contained in:
2025-01-31 14:49:10 +11:00
parent 1fbef8a1ee
commit 21e9cf9f6c
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
return {
"stevearc/stickybuf.nvim",
opts = {},
config = function()
require("stickybuf").setup()
end,
}