refactor(nvim): remove nvim-highlight-colors
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m15s

This commit is contained in:
Price Hiller 2024-05-12 10:14:07 -05:00
parent 4855780d78
commit 6481950e18
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,15 +1,4 @@
return {
-- HACK: Yeah, I know there's two color plugins here. nvim-highlight-colors supports css variables and ccc.nvim
-- does not. Ccc, on the other hand, ensures colors are ALWAYS shown even in split windows whereas
-- nvim-highlight-colors does not 😦
{
"brenoprata10/nvim-highlight-colors",
event = { "BufReadPre", "BufNewFile" },
cmd = {
"HighlightColors",
},
config = true,
},
{
"uga-rosa/ccc.nvim",
event = { "BufReadPre", "BufNewFile" },