add Trouble support

This commit is contained in:
Michael Chris Lopez
2021-09-10 16:35:00 +08:00
parent aa60066fc1
commit 0031e4f74d
3 changed files with 8 additions and 0 deletions

View File

@@ -342,6 +342,10 @@ local theme = lush(function()
WhichKeyGroup { Special },
WhichKeySeparator { LineNr },
WhichKeyValue { Constant },
TroubleNormal { Function },
TroubleText { Function },
TroubleSource { Constant },
}
end)
-- stylua: ignore end