nvim/lua/plugins/codesnap.lua

17 lines
327 B
Lua
Raw Permalink Normal View History

2024-08-09 10:42:44 +00:00
return {
{
"mistricky/codesnap.nvim",
build = "make",
cmd = "CodeSnap",
2024-08-20 07:23:17 +00:00
opts = {
2024-08-09 10:42:44 +00:00
bg_color = "#535c68",
2024-08-31 12:10:03 +00:00
bg_padding = 10,
2024-08-09 10:42:44 +00:00
code_font_family = "JetBrainsMono Nerd Font",
mac_window_bar = false,
has_breadcrumbs = true,
2024-08-31 12:10:03 +00:00
show_workspace = true,
2024-08-09 10:42:44 +00:00
title = "Test",
},
},
}