neovim: Highlight non breaking space

This commit is contained in:
traxys 2025-04-01 14:57:02 +02:00
parent a682659d81
commit 8bb483e6cf

View file

@ -49,6 +49,16 @@
autoGroups.BigFileOptimizer = { };
autoCmd = [
{
event = "BufWinEnter";
pattern = "*";
command = "call matchadd('BreakspaceChar', '')";
}
{
event = "BufWinEnter";
pattern = "*";
command = "highlight BreakspaceChar ctermbg=red guibg=#f92672";
}
{
event = "BufReadPost";
pattern = [