mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-12-30 04:00:04 +01:00
Add rainbow csv nvim plugin
This commit is contained in:
19
.config/nvim/lua/plugins/csv.lua
Normal file
19
.config/nvim/lua/plugins/csv.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
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'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user