nvim/lua/plugins/codesnap.lua

15 lines
275 B
Lua

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