mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: add csv plugin
This commit is contained in:
parent
d20c511105
commit
3bab8cd959
|
@ -11,6 +11,8 @@ call plug#begin('~/.vim/vim-plug')
|
||||||
Plug 'tpope/vim-sensible'
|
Plug 'tpope/vim-sensible'
|
||||||
" Colorscheme
|
" Colorscheme
|
||||||
Plug 'https://github.com/morhetz/gruvbox'
|
Plug 'https://github.com/morhetz/gruvbox'
|
||||||
|
" Csv files 🤦"
|
||||||
|
Plug 'https://github.com/chrisbra/csv.vim'
|
||||||
" Asynchronous Linting Engine
|
" Asynchronous Linting Engine
|
||||||
Plug 'https://github.com/dense-analysis/ale'
|
Plug 'https://github.com/dense-analysis/ale'
|
||||||
" Open files/recent files/tags quickly
|
" Open files/recent files/tags quickly
|
||||||
|
|
|
@ -99,6 +99,10 @@ map <leader>t :CtrlPTag<CR>
|
||||||
map <leader>l :CtrlPLine<CR>
|
map <leader>l :CtrlPLine<CR>
|
||||||
map <leader>c :CtrlPQuickfix<CR>
|
map <leader>c :CtrlPQuickfix<CR>
|
||||||
|
|
||||||
|
"" CSV
|
||||||
|
" highlight current column
|
||||||
|
map <leader>hc :HiColumn<CR>
|
||||||
|
|
||||||
"" Indent Guides
|
"" Indent Guides
|
||||||
map <leader>I :IndentGuidesToggle<CR>
|
map <leader>I :IndentGuidesToggle<CR>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user