This repository has been archived on 2025-12-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nvim-old/lua/haelnorr/lazy/stickybuf.lua
2025-01-31 14:49:10 +11:00

8 lines
109 B
Lua

return {
"stevearc/stickybuf.nvim",
opts = {},
config = function()
require("stickybuf").setup()
end,
}