editor/config/language/autopairs.nix

8 lines
128 B
Nix
Raw Normal View History

2024-09-07 20:51:15 +01:00
{
plugins.nvim-autopairs = {
enable = true;
settings = {
disable_filetype = [ "TelescopePrompt" ];
};
};
}