mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-23 12:42:18 +00:00
11 lines
241 B
Nix
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" ];
|
|
};
|
|
};
|
|
}
|