We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f179bf1 commit cac4a37Copy full SHA for cac4a37
.config/nvim/lua/mp/plugins/colorscheme.lua
@@ -4,6 +4,8 @@ return {
4
---@diagnostic disable-next-line: missing-fields
5
require('tokyonight').setup({
6
style = 'night',
7
+ -- TODO: Remove once merged https://github.com/folke/tokyonight.nvim/pull/620
8
+ plugins = { markdown = true },
9
})
10
vim.cmd.colorscheme('tokyonight')
11
end,
0 commit comments