mrolli / lvim.config

Personal LunarVim configuration - not actively maintained anymore!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

better_whitespace plugin config not working

mrolli opened this issue · comments

The current config file for better_whitespace is not loaded anywhere. Therefore the blacklist is not set correctly and whitespace is not shown for markdown files. Only a orphan autocommand is setup to disable StripWhitespaceOnSave for markdown files.

Set the global configuration parameter and the blacklist in a setup function for the plugin that gets called by Packer. Also move the plugin specific autocommand there and add it to a plugin specific autocommand group.