4 lines
98 B
Nix
4 lines
98 B
Nix
{pkgs, ...}: {
|
|
output.plugins = with pkgs.vimPlugins; [vim-auto-save];
|
|
vim.g.auto_save = 1;
|
|
}
|