add Trouble support
This commit is contained in:
@@ -141,6 +141,7 @@ currently supported.
|
||||
- [CoC](https://github.com/neoclide/coc.nvim)
|
||||
- [Neogit](https://github.com/TimUntersberger/neogit)
|
||||
- [WhichKey](https://github.com/folke/which-key.nvim)
|
||||
- [Trouble](https://github.com/folke/trouble.nvim)
|
||||
|
||||
## Other implementations
|
||||
|
||||
|
||||
@@ -190,6 +190,9 @@ highlight! link TelescopeBorder FloatBorder
|
||||
highlight! link TelescopeSelection CursorLine
|
||||
highlight! link TermCursor Cursor
|
||||
highlight! link TermCursorNC lCursor
|
||||
highlight! link TroubleNormal Function
|
||||
highlight! link TroubleSource Constant
|
||||
highlight! link TroubleText Function
|
||||
highlight! link WhichKey Statement
|
||||
highlight! link WhichKeyGroup Special
|
||||
highlight! link WhichKeySeparator LineNr
|
||||
|
||||
@@ -342,6 +342,10 @@ local theme = lush(function()
|
||||
WhichKeyGroup { Special },
|
||||
WhichKeySeparator { LineNr },
|
||||
WhichKeyValue { Constant },
|
||||
|
||||
TroubleNormal { Function },
|
||||
TroubleText { Function },
|
||||
TroubleSource { Constant },
|
||||
}
|
||||
end)
|
||||
-- stylua: ignore end
|
||||
|
||||
Reference in New Issue
Block a user