10 lines
156 B
Nix
10 lines
156 B
Nix
{
|
|
programs.nixvim.plugins.nvim-autopairs = {
|
|
enable = true;
|
|
lazyLoad = {
|
|
enable = true;
|
|
settings.event = "InsertEnter";
|
|
};
|
|
};
|
|
}
|