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
- Host: GitHub
- URL: https://github.com/matveyt/vim-guidedspace
- Owner: matveyt
- Created: 2020-10-24T19:46:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T14:57:56.000Z (over 1 year ago)
- Last Synced: 2025-01-29T22:17:57.544Z (over 1 year ago)
- Topics: indentline, vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.