9 lines
160 B
Nix
9 lines
160 B
Nix
{ ... }:
|
|
{
|
|
programs.nixvim.plugins.nvim-autopairs = {
|
|
enable = true;
|
|
settings = {
|
|
disable_filetype = [ "TelescopePrompt" "vim" ];
|
|
};
|
|
};
|
|
}
|