nix-dots/pkgs/nvim/config/utils/nvim-autopairs.nix

6 lines
58 B
Nix

{
plugins.nvim-autopairs = {
enable = false;
};
}