flocon/home/common/programs/nixvim/plugins/misc.nix

9 lines
109 B
Nix
Raw Normal View History

2024-08-27 14:10:04 +00:00
{ ... }:
{
programs.nixvim.plugins = {
nvim-autopairs.enable = true;
direnv.enable = true;
};
}