mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
style(neovim): Markdown render & formatting updates
- Render markdown: nit: remove all `render_modes` incorrect configs - Render markdown: add blink completions for checkboxes - Render markdown: Disable indent - `indent-blankline` already takes care of it - Render markdown: Use `obsidian` preset configuration - Markdownlint: More rules
This commit is contained in:
@@ -5,8 +5,10 @@
|
||||
"MD038": false, // allow spaces inside code span elements
|
||||
"MD051": false, // do NOT check #links should match actual headings in the document
|
||||
"MD003": { "style": "consistent" },
|
||||
"MD004": { "style": "consistent" },
|
||||
"MD007": { "indent": 4 },
|
||||
"MD029": { "style": "ordered" },
|
||||
"MD035": { "style": "consistent" },
|
||||
"MD046": { "style": "fenced" },
|
||||
"MD049": { "style": "asterisk" },
|
||||
"MD050": { "style": "asterisk" }
|
||||
|
||||
Reference in New Issue
Block a user