visual plugins
This commit is contained in:
parent
bc19f378d6
commit
d9efcdc3c4
1 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,9 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
||||||
Plug 'prettier/vim-prettier', { 'do': 'yarn install' }
|
Plug 'prettier/vim-prettier', { 'do': 'yarn install' }
|
||||||
Plug 'lifepillar/vim-mucomplete'
|
Plug 'lifepillar/vim-mucomplete'
|
||||||
|
|
||||||
|
Plug 'airblade/vim-gitgutter'
|
||||||
|
Plug 'Yggdroot/indentLine'
|
||||||
|
|
||||||
if executable('ctags')
|
if executable('ctags')
|
||||||
Plug 'ludovicchabant/vim-gutentags'
|
Plug 'ludovicchabant/vim-gutentags'
|
||||||
endif
|
endif
|
||||||
|
@ -90,3 +93,6 @@ set completeopt+=noselect
|
||||||
set shortmess+=c " Shut off completion messages
|
set shortmess+=c " Shut off completion messages
|
||||||
set belloff+=ctrlg " If Vim beeps during completion
|
set belloff+=ctrlg " If Vim beeps during completion
|
||||||
let g:mucomplete#enable_auto_at_startup = 1
|
let g:mucomplete#enable_auto_at_startup = 1
|
||||||
|
|
||||||
|
" indentLine
|
||||||
|
let g:indentLine_char_list = ['|', '¦', '┆', '┊']
|
||||||
|
|
Loading…
Add table
Reference in a new issue