Адреса плагинов
This commit is contained in:
parent
46f2972851
commit
8397cc0c00
@ -1208,7 +1208,8 @@ function! s:update_impl(pull, force, args) abort
|
|||||||
normal! 2G
|
normal! 2G
|
||||||
silent! redraw
|
silent! redraw
|
||||||
|
|
||||||
let s:clone_opt = []
|
" Set remote name, overriding a possible user git config's clone.defaultRemoteName
|
||||||
|
let s:clone_opt = ['--origin', 'origin']
|
||||||
if get(g:, 'plug_shallow', 1)
|
if get(g:, 'plug_shallow', 1)
|
||||||
call extend(s:clone_opt, ['--depth', '1'])
|
call extend(s:clone_opt, ['--depth', '1'])
|
||||||
if s:git_version_requirement(1, 7, 10)
|
if s:git_version_requirement(1, 7, 10)
|
||||||
|
4
vimrc
4
vimrc
@ -34,9 +34,9 @@ Plug 'srcery-colors/srcery-vim'
|
|||||||
" Строка с названиями буферов "
|
" Строка с названиями буферов "
|
||||||
Plug 'itchyny/lightline.vim' | Plug 'taohexxx/lightline-buffer'
|
Plug 'itchyny/lightline.vim' | Plug 'taohexxx/lightline-buffer'
|
||||||
|
|
||||||
" https://github.com/oblitum/rainbow
|
" https://github.com/frazrepo/vim-rainbow
|
||||||
" Разноцветные скобки "
|
" Разноцветные скобки "
|
||||||
Plug 'oblitum/rainbow'
|
Plug 'frazrepo/vim-rainbow'
|
||||||
|
|
||||||
" https://github.com/ntpeters/vim-better-whitespace
|
" https://github.com/ntpeters/vim-better-whitespace
|
||||||
" Подсветка лишних пробельных символов "
|
" Подсветка лишних пробельных символов "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user