feat: ignore hardtime inside markdown
This commit is contained in:
parent
5e1b760c7e
commit
f7100e7871
1 changed files with 25 additions and 24 deletions
|
@ -8,7 +8,7 @@ return {
|
||||||
["<Up>"] = { "", "i" },
|
["<Up>"] = { "", "i" },
|
||||||
["<Down>"] = { "", "i" },
|
["<Down>"] = { "", "i" },
|
||||||
["<Left>"] = { "", "i" },
|
["<Left>"] = { "", "i" },
|
||||||
["<Right>"] = { "", "i" }
|
["<Right>"] = { "", "i" },
|
||||||
},
|
},
|
||||||
disabled_filetypes = {
|
disabled_filetypes = {
|
||||||
"checkhealth",
|
"checkhealth",
|
||||||
|
@ -16,11 +16,12 @@ return {
|
||||||
"help",
|
"help",
|
||||||
"lazy",
|
"lazy",
|
||||||
"mason",
|
"mason",
|
||||||
|
"markdown",
|
||||||
"neo-tree",
|
"neo-tree",
|
||||||
"neo-tree-popup",
|
"neo-tree-popup",
|
||||||
"netrw",
|
"netrw",
|
||||||
"noice",
|
"noice",
|
||||||
"notify",
|
"notify",
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue