mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31: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'
|
||||
" Colorscheme
|
||||
Plug 'https://github.com/morhetz/gruvbox'
|
||||
" Csv files 🤦"
|
||||
Plug 'https://github.com/chrisbra/csv.vim'
|
||||
" Asynchronous Linting Engine
|
||||
Plug 'https://github.com/dense-analysis/ale'
|
||||
" Open files/recent files/tags quickly
|
||||
|
|
|
@ -99,6 +99,10 @@ map <leader>t :CtrlPTag<CR>
|
|||
map <leader>l :CtrlPLine<CR>
|
||||
map <leader>c :CtrlPQuickfix<CR>
|
||||
|
||||
"" CSV
|
||||
" highlight current column
|
||||
map <leader>hc :HiColumn<CR>
|
||||
|
||||
"" Indent Guides
|
||||
map <leader>I :IndentGuidesToggle<CR>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user