dotfiles/home/modules/tui/neovim/plugins/trim.nix

12 lines
241 B
Nix
Raw Normal View History

{
programs.nixvim.plugins.trim = {
enable = true;
settings = {
highlight = false;
trim_last_line = false;
2024-12-20 01:30:06 +00:00
ft_blocklist =
[ "checkhealth" "floaterm" "lsipinfo" "neo-tree" "TelescopePrompt" ];
};
};
}