config/users/natalie/vim/mini.nix

11 lines
135 B
Nix
Raw Normal View History

2025-06-12 15:14:43 -07:00
{ pkgs, ... }:
{
vim = {
mini = {
icons.enable = true;
ai.enable = true;
2025-08-19 21:36:14 -07:00
surround.enable = true;
2025-06-12 15:14:43 -07:00
};
};
}