aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2022-11-20 14:11:21 -0700
committerCody Hiar <cody@hiar.ca>2022-11-20 14:11:21 -0700
commit1a19154482a1e8fb99eac67bc41bbcbe6d72d9b3 (patch)
treee851c28008ad30ef9b80e81d5c0ae1bbf0f8d085
parentedd2aaca8558dcd04e429ec76c14245d5b552c27 (diff)
Remove rainbow color prefs for now
-rw-r--r--init.lua12
1 files changed, 0 insertions, 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',
- }
}
}