Skip to content

Commit

Permalink
[NVIM] Use light theme for markdown renderer
Browse files Browse the repository at this point in the history
I have been doing a lot of mermaid diagrams and they look much better in
the white theme than they do in dark....
  • Loading branch information
skbolton committed Mar 28, 2023
1 parent 3ba1967 commit 9cbd988
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nvim/nvim/lua/plugins/markdown.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
return {
'iamcco/markdown-preview.nvim',
init = function()
vim.g.mkdp_theme = 'light'
end,
build = ':call mkdp#util#install()',
ft = {'markdown'}
}

0 comments on commit 9cbd988

Please sign in to comment.