We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4273e03 commit 45b9f16Copy full SHA for 45b9f16
plugin/markview.lua
@@ -19,8 +19,6 @@ elseif not parser_installed("markdown_inline") then
19
elseif not parser_installed("html") then
20
vim.notify("[ markview.nvim ] : Treesitter parser for 'html' wasn't found! It is required for basic html tag support.", vim.log.levels.WARN);
21
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);
24
end
25
26
0 commit comments