Add markdown (#96)

pull/106/head
TANIGUCHI Masaya 3 years ago committed by GitHub
parent 9b148290a4
commit d9fb882e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -563,7 +563,7 @@ local function setup(user_opts)
local retry = true
local disable_ft = {
"NvimTree", "guihua", "clap_input", "clap_spinner", "vista", "vista_kind", "TelescopePrompt",
"csv", "txt", "markdown", "defx"
"csv", "txt", "defx"
}
for i = 1, #disable_ft do
if ft == disable_ft[i] or _LoadedFiletypes[ft] then

Loading…
Cancel
Save