Added stickybuf
This commit is contained in:
7
lua/haelnorr/lazy/stickybuf.lua
Normal file
7
lua/haelnorr/lazy/stickybuf.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"stevearc/stickybuf.nvim",
|
||||
opts = {},
|
||||
config = function()
|
||||
require("stickybuf").setup()
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user