Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 493 Bytes

File metadata and controls

15 lines (12 loc) · 493 Bytes

LazyVim

My NeoVim config based on the starter template for LazyVim.

Features

  • Obsidian plugin support
  • Custom markdownlint configuration
    • You can control which markdownlint rules are enabled by creating a ~/.markdownlint-cli2.yaml file.
    • For example, to disable the MD013 (line length) rule for all Markdown files:
      config:
        MD013: false
    • Edit this YAML file to change markdownlint rules globally.