nichts/modules/editors/nixvim/plug/lsp/trouble.nix

6 lines
50 B
Nix
Raw Normal View History

2024-05-22 10:43:46 +02:00
{
plugins.trouble = {
enable = true;
};
}