Files
configs/neovim/lua/plugins/scratch.lua
Luis Freixial be6a2fab10 backup neovim
2025-07-15 16:15:41 +01:00

11 lines
236 B
Lua

return {
"LintaoAmons/scratch.nvim",
-- You can add optional configuration here, for example:
-- event = "VeryLazy",
-- config = function()
-- require("scratch").setup({
-- -- your custom options
-- })
-- end,
}