Skip to content

Commit

Permalink
fix: Removed the message for latex support
Browse files Browse the repository at this point in the history
Ref: #140
  • Loading branch information
OXY2DEV committed Sep 9, 2024
1 parent 4273e03 commit 45b9f16
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugin/markview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ elseif not parser_installed("markdown_inline") then
elseif not parser_installed("html") then
vim.notify("[ markview.nvim ] : Treesitter parser for 'html' wasn't found! It is required for basic html tag support.", vim.log.levels.WARN);
return;
elseif not parser_installed("latex") then
vim.notify("[ markview.nvim ] : Treesitter parser for 'latex' wasn't found! You might want to install it for latex support.", vim.log.levels.HINT);
end


Expand Down

0 comments on commit 45b9f16

Please sign in to comment.