feat(nvim): don't require configmation before stripping whitespaces

This commit is contained in:
Michael Mandl 2025-06-18 08:59:26 +02:00
parent 972c0aee45
commit bf447bdce1
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2

View file

@ -180,6 +180,7 @@
})
vim.g.strip_whitespace_on_save = 1
vim.g.strip_whitespace_confirm = 0
'';
};
};