Just add stuff to git module
This commit is contained in:
parent
0d06066c3f
commit
4a5cc0bb6c
3 changed files with 10 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule ".zshrc"]
|
||||||
|
path = .zshrc
|
||||||
|
url = https://github.com/zplug/zplug.git
|
|
@ -1,3 +1,9 @@
|
||||||
|
if empty(glob('~/.vim/autoload/plug.vim'))
|
||||||
|
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
|
||||||
|
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
|
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
|
||||||
|
endif
|
||||||
|
|
||||||
" Specify a directory for plugins
|
" Specify a directory for plugins
|
||||||
" - For Neovim: stdpath('data') . '/plugged'
|
" - For Neovim: stdpath('data') . '/plugged'
|
||||||
" - Avoid using standard Vim directory names like 'plugin'
|
" - Avoid using standard Vim directory names like 'plugin'
|
||||||
|
|
1
.zshrc
Submodule
1
.zshrc
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit c4dea766566b168a32dbfa8d10335e525ce39fcc
|
Loading…
Reference in a new issue