From 1a19154482a1e8fb99eac67bc41bbcbe6d72d9b3 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 20 Nov 2022 14:11:21 -0700 Subject: Remove rainbow color prefs for now --- init.lua | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/init.lua b/init.lua index 31080b7..c3b6d9b 100644 --- a/init.lua +++ b/init.lua @@ -180,18 +180,6 @@ require('nvim-treesitter.configs').setup { rainbow = { enable = true, -- I use termcolors but this errors if left blank - colors = { - "#000000", - "#000000", - "#000000", - "#000000", - }, - termcolors = { - 'darkblue', - 'magenta', - 'yellow', - 'darkcyan', - } } } -- cgit v1.2.3