summaryrefslogtreecommitdiff
path: root/ar
diff options
context:
space:
mode:
Diffstat (limited to 'ar')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/csv.lua33
1 files changed, 0 insertions, 33 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/csv.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/csv.lua
index 0805d1d..e2e66d9 100644
--- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/csv.lua
+++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/csv.lua
@@ -1,38 +1,5 @@
return {
{
- "cameron-wags/rainbow_csv.nvim",
- config = function()
- require("rainbow_csv").setup()
- -- vim.g.rcsv_colorpairs = {
- -- { "red", "red" },
- -- { "blue", "blue" },
- -- { "green", "green" },
- -- { "magenta", "magenta" },
- -- { "NONE", "NONE" },
- -- { "darkred", "darkred" },
- -- { "darkblue", "darkblue" },
- -- { "darkgreen", "darkgreen" },
- -- { "darkmagenta", "darkmagenta" },
- -- { "darkcyan", "darkcyan" },
- -- }
- end,
- ft = {
- "csv",
- "tsv",
- "csv_semicolon",
- "csv_whitespace",
- "csv_pipe",
- "rfc_csv",
- "rfc_semicolon",
- },
- cmd = {
- "RainbowDelim",
- "RainbowDelimSimple",
- "RainbowDelimQuoted",
- "RainbowMultiDelim",
- },
- },
- {
"hat0uma/csvview.nvim",
cmd = { "CsvViewEnable", "CsvViewDisable", "CsvViewToggle" },
event = { "BufReadPre *.csv" }, -- Lazy-load the plugin when a CSV file is about to be read