Skip to content

Commit

Permalink
fix(latex): Want image integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mdietrich16 authored and vhyrro committed Nov 27, 2023
1 parent 8b25435 commit a80c025
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/neorg/modules/core/latex/renderer/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ assert(vim.re ~= nil, "Neovim 0.10.0+ is required to run the `core.renderer.late

module.setup = function()
return {
wants = {
"core.integrations.image",
},
requires = {
"core.integrations.treesitter",
"core.autocommands",
Expand Down

0 comments on commit a80c025

Please sign in to comment.