[FIX] Removed markdown_inline as it was causing bugs

This commit is contained in:
Afonso Franco 2023-03-02 16:35:47 +00:00
parent 5fc6cf6e61
commit 69f1cf7e82
Signed by: afonso
GPG key ID: C459E0BB3DCEE899

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,