feat(nvim): add rainbow-csv
This commit is contained in:
parent
af84a55670
commit
f9e9981ce1
@ -0,0 +1,21 @@
|
|||||||
|
return {
|
||||||
|
{
|
||||||
|
"cameron-wags/rainbow_csv.nvim",
|
||||||
|
config = true,
|
||||||
|
ft = {
|
||||||
|
"csv",
|
||||||
|
"tsv",
|
||||||
|
"csv_semicolon",
|
||||||
|
"csv_whitespace",
|
||||||
|
"csv_pipe",
|
||||||
|
"rfc_csv",
|
||||||
|
"rfc_semicolon",
|
||||||
|
},
|
||||||
|
cmd = {
|
||||||
|
"RainbowDelim",
|
||||||
|
"RainbowDelimSimple",
|
||||||
|
"RainbowDelimQuoted",
|
||||||
|
"RainbowMultiDelim",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
@ -135,6 +135,13 @@ return {
|
|||||||
local disabled_filetypes = {
|
local disabled_filetypes = {
|
||||||
"tex",
|
"tex",
|
||||||
"log",
|
"log",
|
||||||
|
"csv",
|
||||||
|
"tsv",
|
||||||
|
"csv_semicolon",
|
||||||
|
"csv_whitespace",
|
||||||
|
"csv_pipe",
|
||||||
|
"rfc_csv",
|
||||||
|
"rfc_semicolon",
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, ft in ipairs(disabled_filetypes) do
|
for _, ft in ipairs(disabled_filetypes) do
|
||||||
|
Loading…
Reference in New Issue
Block a user