8 lines
128 B
Nix
8 lines
128 B
Nix
|
{
|
||
|
plugins.nvim-autopairs = {
|
||
|
enable = true;
|
||
|
settings = {
|
||
|
disable_filetype = [ "TelescopePrompt" ];
|
||
|
};
|
||
|
};
|
||
|
}
|