1
0

update source for indentLine plugin

This commit is contained in:
Patrick Auernig 2016-12-13 03:20:03 +01:00
parent b071337a9a
commit 70321bdcb5

View File

@ -196,9 +196,11 @@ Plug 'editorconfig/editorconfig-vim'
Plug 'tpope/vim-unimpaired' Plug 'tpope/vim-unimpaired'
Plug 'tpope/vim-surround' Plug 'tpope/vim-surround'
Plug 'tpope/vim-commentary' Plug 'tpope/vim-commentary'
Plug 'vim-scripts/indentLine.vim'
Plug 'vim-scripts/Tail-Bundle' Plug 'vim-scripts/Tail-Bundle'
Plug 'Yggdroot/indentLine'
let g:indentLine_char = '┆'
" Dragvisuals " Dragvisuals
Plug 'tsaleh/vim-align' Plug 'tsaleh/vim-align'
Plug 'taku-o/vim-vis' Plug 'taku-o/vim-vis'