codesnap.nvim/lua/codesnap/static.lua

13 lines
215 B
Lua
Raw Normal View History

2024-02-13 06:05:36 +00:00
return {
config = {
breadcrumbs = false,
column_number = true,
mac_window_bar = true,
background = {
color = "#ff0000",
grandient = true,
},
watermark = "CodeSnap.nvim",
},
2024-02-13 06:05:36 +00:00
}