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

6 lines
62 B
Nix

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