plugins/vim-autosource: init

This commit is contained in:
refaelsh 2024-09-05 21:38:54 +03:00 committed by GaetanLepage
parent 9248da3c3b
commit 4df5746694
3 changed files with 48 additions and 0 deletions

View 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;
};
};
};
}