nvim/lua/plugins/codesnap.lua
2024-08-31 05:15:56 -07:00

16 lines
327 B
Lua

return {
{
"mistricky/codesnap.nvim",
build = "make",
cmd = "CodeSnap",
opts = {
bg_color = "#535c68",
bg_padding = 10,
code_font_family = "JetBrainsMono Nerd Font",
mac_window_bar = false,
has_breadcrumbs = true,
show_workspace = true,
title = "Test",
},
},
}