7 lines
65 B
Nix
7 lines
65 B
Nix
{...}: {
|
|
plugins.nvim-autopairs = {
|
|
enable = true;
|
|
};
|
|
}
|
|
|