Trailspace plugin to highlight trailing whitespaces
This commit is contained in:
parent
9b26df0189
commit
972ba828f2
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ return { -- Collection of various small independent plugins/modules
|
||||||
-- as well as # and * searches
|
-- as well as # and * searches
|
||||||
require('mini.cursorword').setup()
|
require('mini.cursorword').setup()
|
||||||
|
|
||||||
|
-- Trailspace: highlight trailing whitespace
|
||||||
|
-- Trim all trailing whitespace with MiniTrailspace.trim().
|
||||||
|
-- Trim all trailing empty lines with MiniTrailspace.trim_last_lines().
|
||||||
|
require('mini.trailspace').setup()
|
||||||
|
|
||||||
-- Simple and easy statusline.
|
-- Simple and easy statusline.
|
||||||
-- You could remove this setup call if you don't like it,
|
-- You could remove this setup call if you don't like it,
|
||||||
-- and try some other statusline plugin
|
-- and try some other statusline plugin
|
||||||
|
|
Loading…
Reference in a new issue