/lightline-trailing-whitespace

A trailing whitespace component for the lightline vim plugin

Primary LanguageVim scriptMIT LicenseMIT

lightline-trailing-whitespace

This plugin provides indicator for trailing whitespace for the lightline vim plugin.

screenshot

Table Of Contents

Installation

Install using a plugin manager of your choice, for example:

call dein#add('maximbaz/lightline-trailing-whitespace')

Integration

  1. Register the component:
let g:lightline.component_expand = {'trailing': 'lightline#trailing_whitespace#component'}
  1. Set color to the component (use warning or error):
let g:lightline.component_type = {'trailing': 'error'}
  1. Add the component to the lightline, for example to the right side:
let g:lightline.active = { 'right': [[ 'trailing' ]] }

Configuration

g:lightline#trailing_whitespace#indicator

The indicator to use when there are trailing whitespace. Default is trailing.

If you are a fan of unicode characters, here's a good one to use:

License

Released under the MIT License