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
- Host: GitHub
- URL: https://github.com/sbdchd/indentline.vim
- Owner: sbdchd
- License: other
- Created: 2017-10-23T21:51:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T21:54:55.000Z (about 8 years ago)
- Last Synced: 2025-03-12T23:02:34.067Z (10 months ago)
- Topics: plugin, vim
- Language: Vim script
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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