Skip to content

Commit

Permalink
feat(markdown-and-latex): install markmap from mason (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-babu committed Jun 4, 2023
1 parent c0d5984 commit abd7777
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
local utils = require "astronvim.utils"

-- [markdown markmap]
-- https://github.com/Zeioth/markmap.nvim
return {
Expand All @@ -6,4 +8,9 @@ return {
opts = {
hide_toolbar = "false",
},
{
"jay-babu/mason-null-ls.nvim",
optional = true,
opts = function(_, opts) opts.ensure_installed = utils.list_insert_unique(opts.ensure_installed, { "markmap" }) end,
},
}

0 comments on commit abd7777

Please sign in to comment.