diff --git a/lua/plugins/codesnap.lua b/lua/plugins/codesnap.lua index 4f6f4e1..0e4c0ac 100644 --- a/lua/plugins/codesnap.lua +++ b/lua/plugins/codesnap.lua @@ -2,42 +2,42 @@ -- -------------------------------- CodeSnap ----------------------------------- -- ----------------------------------------------------------------------------- return { - "mistricky/codesnap.nvim", - build = "make", - keys = { - { - "cy", - "CodeSnap", - mode = "x", - desc = "󰹑 Save selected code snapshot into clipboard", - }, - { - "cs", - "CodeSnapSave", - mode = "x", - desc = "󰉏 Save selected code snapshot in ~/Pictures", - }, - { - "ch", - "CodeSnapHighlight", - mode = "x", - desc = " Highlight and snapshot selected code into clipboard", - }, - { - "ci", - "CodeSnapASCII", - mode = "x", - desc = " Save ASCII code snapshot into clipboard", - }, + "mistricky/codesnap.nvim", + build = "make", + keys = { + { + "cy", + "CodeSnap", + mode = "x", + desc = "󰹑 Save selected code snapshot into clipboard", }, - opts = { - save_path = "~/Pictures/Screenshots/", - has_breadcrumbs = true, - show_workspace = true, - --has_line_number = true, - bg_theme = "default", - watermark = "Rootiest Snippets", - code_font_family = "CaskaydiaCove NF", - code_font_size = 12, + { + "cs", + "CodeSnapSave", + mode = "x", + desc = "󰉏 Save selected code snapshot in ~/Pictures", }, -} \ No newline at end of file + { + "ch", + "CodeSnapHighlight", + mode = "x", + desc = " Highlight and snapshot selected code into clipboard", + }, + { + "ci", + "CodeSnapASCII", + mode = "x", + desc = " Save ASCII code snapshot into clipboard", + }, + }, + opts = { + save_path = "~/Pictures/Screenshots/", + has_breadcrumbs = true, + show_workspace = true, + --has_line_number = true, + bg_theme = "default", + watermark = "Rootiest Snippets", + code_font_family = "Iosevka NF", + code_font_size = 12, + }, +}