plugins/bufdelete: init

This commit is contained in:
Matt Sturgeon 2024-07-09 14:15:38 +01:00
parent 023dc1c93a
commit a5e9dbdef1
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 83 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
empty = {
plugins.bufdelete.enable = true;
};
defaults = {
plugins.bufdelete = {
enable = true;
settings.buf_filter = null;
};
};
}