refactor(nvim): remove nvim-highlight-colors
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m15s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m15s
This commit is contained in:
parent
4855780d78
commit
6481950e18
@ -1,15 +1,4 @@
|
|||||||
return {
|
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",
|
"uga-rosa/ccc.nvim",
|
||||||
event = { "BufReadPre", "BufNewFile" },
|
event = { "BufReadPre", "BufNewFile" },
|
||||||
|
Loading…
Reference in New Issue
Block a user