aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-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',
- }
}
}