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

https://github.com/sbdchd/indentline.vim

:sunrise_over_mountains: Sublime indent lines for vim
https://github.com/sbdchd/indentline.vim

plugin vim

Last synced: 5 months ago
JSON representation

:sunrise_over_mountains: Sublime indent lines for vim

Awesome Lists containing this project

README

          

# indentline.vim
> Sublime indent lines for vim

`indentline.vim` is a fork of [indentLine][0] with a focus on having as few
features and config options as possible.

## Install

```viml
Plug 'sbdchd/indentline.vim'
```

## Usage

Note: indentline is enabled by default

```
:IndentlineEnable
:IndentlineDisable
:IndentlineRefresh
```

## Config

```viml
" config vars with default values
let g:indentline_ignored_filetypes = ['help', 'man']
let g:indentline_ignored_buftypes = ['terminal']
let g:indentline_char = '¦'
let g:indentline_max_indent_level = 20

" if your colorscheme doesn't have Conceal setup:
highlight Conceal cterm=NONE ctermfg=239 ctermbg=None
highlight Conceal gui=NONE guifg=#3B4048 guibg=None
```

[0]: https://github.com/Yggdroot/indentLine

## License

MIT