nix/home/config/nvim/module/plugin/Dressing.nix

7 lines
66 B
Nix

{ ... }:
{
text = ''
require("dressing").setup({ })
'';
}