[FIX] Removed markdown_inline as it was causing bugs
This commit is contained in:
parent
5fc6cf6e61
commit
69f1cf7e82
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if not present then
|
||||||
end
|
end
|
||||||
|
|
||||||
local options = {
|
local options = {
|
||||||
ensure_installed = { "c", "lua", "haskell", "rust", "markdown", "markdown_inline" , "org"},
|
ensure_installed = { "c", "lua", "haskell", "rust", "markdown", "org"},
|
||||||
|
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue