mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-25 05:32:18 +00:00
17 lines
279 B
Nix
17 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"
|
||
|
];
|
||
|
};
|
||
|
};
|
||
|
}
|