Update highlighted color in markdown so I can see it!

This commit is contained in:
Gabriel Brown
2026-05-14 11:42:59 -04:00
parent 210bdbdddc
commit 19b8ec2542
6 changed files with 61 additions and 41 deletions
+4
View File
@@ -10,6 +10,10 @@ return {
colors.fg_gutter = '#787f93'
colors.terminal_black = '#828bb8'
end,
on_highlights = function(hl, c)
hl['@markup.raw.markdown_inline'] = { bg = c.bg_highlight, fg = c.fg }
hl['RenderMarkdownCodeInline'] = { bg = c.bg_highlight, fg = c.fg }
end,
},
config = function(_,opts)
require'tokyonight'.setup(opts)
+3 -3
View File
@@ -38,10 +38,10 @@ return {
{ name = 'supermaven' },
--{ name = 'copilot' },
}, {
{ name = 'buffer', keyword_length = 4 },
--{ name = 'buffer', keyword_length = 4 },
{ name = 'path' },
{ name = 'dotenv' },
{ name = 'emoji' },
--{ name = 'dotenv' },
--{ name = 'emoji' },
}),
formatting = {
format = lspkind.cmp_format({