From 6481950e18de10790226f75bc4ca056eaba5da75 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 12 May 2024 10:14:07 -0500 Subject: [PATCH] refactor(nvim): remove `nvim-highlight-colors` --- .../nvim/lua/plugins/configs/highlight-colors.lua | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/users/price/dots/.config/nvim/lua/plugins/configs/highlight-colors.lua b/users/price/dots/.config/nvim/lua/plugins/configs/highlight-colors.lua index 8efeb15c..167112cc 100644 --- a/users/price/dots/.config/nvim/lua/plugins/configs/highlight-colors.lua +++ b/users/price/dots/.config/nvim/lua/plugins/configs/highlight-colors.lua @@ -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" },