From 32705f8c84d9ea79fbc4dcdc1104d37fc6586ba4 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Tue, 2 Jul 2024 13:19:45 -0700 Subject: [PATCH] remove rainbow csv --- lua/plugins.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 56a5c7b..5b4047e 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -81,9 +81,6 @@ require('lazy').setup({ -- color string colors (#f1b8f1) { 'norcalli/nvim-colorizer.lua', config = require('configs.colorizer') }, - -- rainbow csv - { 'mechatroner/rainbow_csv' }, - -- remember last place when opening files 'farmergreg/vim-lastplace', })