Home

Awesome

Introduction

This is a Vim plugin to manage text based lists. The following features are provided. The default mappings are indicated. See the main docs for the details.

lists.vim is quite minimal and does not have a lot of available configuration choices. The implementation is based on the idea that list items are indented consistently. The indentation makes it easy to parse a list to determine its structure.

These types of lists are currently supported:

Installation

If you use vim-plug, then add the following line to your vimrc file:

Plug 'lervag/lists.vim'

Or use some other plugin manager:

Related projects

Acknowledgements

The functionality of lists.vim was earlier a part of wiki.vim and implemented for my personal convenience. However, as someone pointed out, the list features do not really have anything to do with the wiki functionality. Thus it was extracted from wiki.vim into this dedicated list plugin.