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