mirror of
https://github.com/tiyn/tccs.nvim.git
synced 2026-03-26 13:54:47 +01:00
added todo comments as supported plugin, fixed missing error color
This commit is contained in:
@@ -37,6 +37,7 @@ Other plugins may work as well, but don't are explicitly configured.
|
||||
- [NVIM Treesitter](https://github.com/nvim-treesitter/nvim-treesitter)
|
||||
- [NVIM Ufo](https://github.com/kevinhwang91/nvim-ufo)
|
||||
- [VIM Illuminate](https://github.com/RRethy/vim-illuminate)
|
||||
- [Todo Comments](https://github.com/folke/todo-comments.nvim)
|
||||
- [Wilder](https://github.com/gelguy/wilder.nvim)
|
||||
|
||||
## Setup
|
||||
|
||||
@@ -120,6 +120,7 @@ theme.set_highlights = function(opts)
|
||||
hl(0, "TelescopePromptPrefix", { fg = c.fg, bg = "NONE" })
|
||||
|
||||
-- diagnostics
|
||||
hl(0, "DiagnosticError", { fg = c.error })
|
||||
hl(0, "DiagnosticDefaultError", { fg = c.error })
|
||||
hl(0, "DiagnosticUnderlineError", { fg = c.error, undercurl = true, sp = c.error })
|
||||
hl(0, "DiagnosticSignError", { fg = c.error, bg = c.bg_alt })
|
||||
|
||||
Reference in New Issue
Block a user