Update highlighted color in markdown so I can see it!
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user