Skip to content

Commit

Permalink
fix(markview-nvim): fix incorrect treesitter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Aug 13, 2024
1 parent ee47571 commit 0f562df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ return {
ft = { "markdown", "markdown.mdx" },
dependencies = {
"nvim-treesitter/nvim-treesitter",
optional = true,
opts = function(_, opts)
if opts.ensure_installed ~= "all" then
opts.ensure_installed =
Expand Down

0 comments on commit 0f562df

Please sign in to comment.