From 7e1f6de3a96da6def7817e34e6db3c472852d04b Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 8 Feb 2025 21:09:42 -0500 Subject: [PATCH] add neocord opts --- lua/data/types.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lua/data/types.lua b/lua/data/types.lua index 970f9a3..3fe12a2 100644 --- a/lua/data/types.lua +++ b/lua/data/types.lua @@ -437,6 +437,15 @@ M.codesnap = { code_font_size = 12, } +M.neocord = { + opts = { + logo = 'https://raw.githubusercontent.com/rootiest/rootiest-nvim/b949af32e72db9fc35c18e14e2088710dc36dd15/logo/icon.png', + main_image = 'logo', + blacklist = { 'bin: No such file or directory' }, + file_assets = {}, + }, +} + --- Flash configuration options M.flash = { modes = { char = { jump_labels = true } },