nix-config/modules/home-manager/coding/neovim/plugins/nvim-autopairs.nix

3 lines
44 B
Nix

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