hotfix for git credential helper on nixos
This commit is contained in:
parent
ff0a96ea97
commit
ccbbd7bccb
@ -9,4 +9,4 @@
|
||||
[push]
|
||||
default = simple
|
||||
[credential]
|
||||
helper = syscmd(`find /usr/share/git /usr/share/doc/git -name git-credential-gnome-keyring')
|
||||
helper = syscmd(`find /usr/share/git /usr/share/doc/git ~/.local/bin -name git-credential-gnome-keyring')
|
||||
|
2
vimrc
2
vimrc
@ -10,7 +10,7 @@ Plug 'nathanaelkane/vim-indent-guides'
|
||||
|
||||
Plug 'chrisbra/Recover.vim'
|
||||
|
||||
Plug 'Valloric/YouCompleteMe', { 'do': './install.sh --clang-completer --system-libclang' }
|
||||
" Plug 'Valloric/YouCompleteMe', { 'do': './install.sh --clang-completer --system-libclang' }
|
||||
|
||||
Plug 'Shougo/vimproc.vim' , { 'do': 'make -f make_unix.mak' }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user