mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
plugins/vim-autosource: init
This commit is contained in:
parent
9248da3c3b
commit
4df5746694
3 changed files with 48 additions and 0 deletions
16
tests/test-sources/plugins/utils/autosource.nix
Normal file
16
tests/test-sources/plugins/utils/autosource.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.autosource.enable = true;
|
||||
};
|
||||
|
||||
defaults = {
|
||||
plugins.autosource = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
prompt_for_new_file = 1;
|
||||
prompt_for_changed_file = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue