Skip to content

Commit 45b9f16

Browse files
committed
fix: Removed the message for latex support
Ref: #140
1 parent 4273e03 commit 45b9f16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugin/markview.lua

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ elseif not parser_installed("markdown_inline") then
1919
elseif not parser_installed("html") then
2020
vim.notify("[ markview.nvim ] : Treesitter parser for 'html' wasn't found! It is required for basic html tag support.", vim.log.levels.WARN);
2121
return;
22-
elseif not parser_installed("latex") then
23-
vim.notify("[ markview.nvim ] : Treesitter parser for 'latex' wasn't found! You might want to install it for latex support.", vim.log.levels.HINT);
2422
end
2523

2624

0 commit comments

Comments
 (0)