chore(FIX): Removed markdown_inline as it was causing bugs

This commit is contained in:
2023-03-02 16:35:47 +00:00
parent 677601eeb0
commit c0377be3ef

View File

@@ -8,7 +8,7 @@ if not present then
end
local options = {
ensure_installed = { "c", "lua", "haskell", "rust", "markdown", "markdown_inline" , "org"},
ensure_installed = { "c", "lua", "haskell", "rust", "markdown", "org"},
highlight = {
enable = true,