mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
16 lines
234 B
Nix
16 lines
234 B
Nix
{
|
|
empty = {
|
|
plugins.autosource.enable = true;
|
|
};
|
|
|
|
defaults = {
|
|
plugins.autosource = {
|
|
enable = true;
|
|
|
|
settings = {
|
|
prompt_for_new_file = 1;
|
|
prompt_for_changed_file = 1;
|
|
};
|
|
};
|
|
};
|
|
}
|