Add vim csv plugin

This commit is contained in:
don philipe
2024-07-16 15:07:14 +02:00
parent baf94304cc
commit 3fc90c18b4

2
.vimrc
View File

@@ -135,6 +135,8 @@ Plug 'jremmen/vim-ripgrep'
" - https://github.com/koalaman/shellcheck install through package manager " - https://github.com/koalaman/shellcheck install through package manager
Plug 'dense-analysis/ale' Plug 'dense-analysis/ale'
Plug 'chrisbra/csv.vim'
call plug#end() call plug#end()