mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
12 lines
167 B
Nix
12 lines
167 B
Nix
{
|
|
empty = {
|
|
plugins.bufdelete.enable = true;
|
|
};
|
|
|
|
defaults = {
|
|
plugins.bufdelete = {
|
|
enable = true;
|
|
settings.buf_filter = null;
|
|
};
|
|
};
|
|
}
|