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