Skip to content

Commit cac4a37

Browse files
Load markdown highlights for tokyonight
1 parent f179bf1 commit cac4a37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.config/nvim/lua/mp/plugins/colorscheme.lua

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ return {
44
---@diagnostic disable-next-line: missing-fields
55
require('tokyonight').setup({
66
style = 'night',
7+
-- TODO: Remove once merged https://github.com/folke/tokyonight.nvim/pull/620
8+
plugins = { markdown = true },
79
})
810
vim.cmd.colorscheme('tokyonight')
911
end,

0 commit comments

Comments
 (0)