neovim: enable trim highlighting

This commit is contained in:
John Bowdre 2025-01-09 15:21:05 -06:00
parent 2fe3d2050a
commit 4107dd9a05
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -2,7 +2,7 @@
programs.nixvim.plugins.trim = {
enable = true;
settings = {
highlight = false;
highlight = true;
trim_last_line = false;
ft_blocklist =
[ "checkhealth" "floaterm" "lsipinfo" "neo-tree" "TelescopePrompt" ];