mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-08 00:04:33 +02:00
plugins/bufdelete: init
This commit is contained in:
parent
023dc1c93a
commit
a5e9dbdef1
3 changed files with 83 additions and 0 deletions
12
tests/test-sources/plugins/utils/bufdelete.nix
Normal file
12
tests/test-sources/plugins/utils/bufdelete.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.bufdelete.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.bufdelete = {
|
||||
enable = true;
|
||||
settings.buf_filter = null;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue