mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vim: remove csv plug
This commit is contained in:
parent
ea25269d1f
commit
0b3213632e
|
@ -12,8 +12,8 @@ Plug 'tpope/vim-sensible'
|
||||||
" Colorscheme
|
" Colorscheme
|
||||||
Plug 'https://github.com/morhetz/gruvbox'
|
Plug 'https://github.com/morhetz/gruvbox'
|
||||||
" Csv files 🤦"
|
" Csv files 🤦"
|
||||||
Plug 'https://github.com/mechatroner/rainbow_csv', { 'for': 'csv' }
|
Plug 'https://github.com/mechatroner/rainbow_csv' ", { 'for': 'csv' }
|
||||||
Plug 'https://github.com/chrisbra/csv.vim', {'for': 'csv'}
|
|
||||||
" Asynchronous Linting Engine
|
" Asynchronous Linting Engine
|
||||||
Plug 'https://github.com/dense-analysis/ale'
|
Plug 'https://github.com/dense-analysis/ale'
|
||||||
" Git
|
" Git
|
||||||
|
|
|
@ -109,10 +109,6 @@ map <leader>s :Snippets<CR>
|
||||||
map <leader>; :Commands<CR>
|
map <leader>; :Commands<CR>
|
||||||
map <leader>m :Maps<CR>
|
map <leader>m :Maps<CR>
|
||||||
|
|
||||||
"" CSV
|
|
||||||
" highlight current column
|
|
||||||
map <leader>hc :HiColumn<CR>
|
|
||||||
|
|
||||||
"" Indent Guides
|
"" Indent Guides
|
||||||
map <leader>I :IndentGuidesToggle<CR>
|
map <leader>I :IndentGuidesToggle<CR>
|
||||||
map <leader>i :set cursorcolumn!<CR>
|
map <leader>i :set cursorcolumn!<CR>
|
||||||
|
@ -152,7 +148,6 @@ map <Leader>P "+P
|
||||||
map <Leader>yp <Plug>yankstack_substitute_older_paste
|
map <Leader>yp <Plug>yankstack_substitute_older_paste
|
||||||
map <leader>yn <Plug>yankstack_substitute_newer_paste
|
map <leader>yn <Plug>yankstack_substitute_newer_paste
|
||||||
|
|
||||||
|
|
||||||
" Insert a python breakpoint
|
" Insert a python breakpoint
|
||||||
let @b = 'obreakpoint(€kr€ýa0j'
|
let @b = 'obreakpoint(€kr€ýa0j'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user