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

6 lines
58 B
Nix

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