Virt-Indent.nvim/README.md

1.2 KiB

Virt-Indent.nvim

Add virtual indentation to align content under headlines to their headings.

Markdown Showcase

Before: Before

After: After

Quick Start

Requirements

  • Neovim 0.10.0 or later

Installation

  • lazy.nvim
    {
      "PriceHiller/Virt-Indent.nvim",
      ft = { "org", "markdown" },
    }
    

Credits

This plugin is a module extracted from nvim-orgmode, specifically its virtual-indent module and adds additional support for more filetypes beyond org files.

  • @danilshvalov, the original creator of some of this code. I ultimately took the existing code he wrote and carried a PR with my own additions to completion and integration into nvim-orgmode.
  • @kristijanhusak, the creator/maintainer of nvim-orgmode. He has done an amazing amount of work on that plugin and much of what was done in this plugin would not have come into being without him.