dotfiles/home/modules/tui/neovim/plugins/trim.nix
2024-12-19 19:30:06 -06:00

11 lines
241 B
Nix

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