An open API service indexing awesome lists of open source software.

https://github.com/matveyt/vim-guidedspace

Vim plugin to visualize indentation levels
https://github.com/matveyt/vim-guidedspace

indentline vim vim-plugin

Last synced: over 1 year ago
JSON representation

Vim plugin to visualize indentation levels

Awesome Lists containing this project

README

          

### Description

This plugin shows thin lines at indentation levels. Think it as a lightweight
re-implementation of "indentLine" or such.

#### Download and Install

```
$ git clone https://github.com/matveyt/vim-guidedspace ~/.vim/pack/manual/start/vim-guidedspace
```

### Usage

For Vim make sure you have

```vimL
filetype plugin indent on
syntax on
```

in your vimrc in this order. For Neovim it's a builtin default.

Also read `:help GuidedSpace`.