chore(FIX): Removed markdown_inline as it was causing bugs
This commit is contained in:
parent
c473c6ef88
commit
e7fa0ea0a2
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue