Trailspace plugin to highlight trailing whitespaces

This commit is contained in:
Imbus 2024-08-07 16:56:52 +02:00
parent 9b26df0189
commit 972ba828f2

View file

@ -33,6 +33,11 @@ return { -- Collection of various small independent plugins/modules
-- as well as # and * searches
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.
-- You could remove this setup call if you don't like it,
-- and try some other statusline plugin