mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-19 03:02:17 +00:00
16 lines
279 B
Nix
16 lines
279 B
Nix
{
|
|
programs.nixvim.plugins.trim = {
|
|
enable = true;
|
|
settings = {
|
|
highlight = false;
|
|
trim_last_line = false;
|
|
ft_blocklist = [
|
|
"checkhealth"
|
|
"floaterm"
|
|
"lsipinfo"
|
|
"neo-tree"
|
|
"TelescopePrompt"
|
|
];
|
|
};
|
|
};
|
|
}
|