vim & gitconfig

This commit is contained in:
cupcakearmy 2021-11-04 11:29:42 +01:00
parent 8c385e23a8
commit 1d5c33b85b
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
4 changed files with 2699 additions and 9 deletions

View File

@ -7,13 +7,7 @@
process = git-lfs filter-process
required = true
[core]
excludesfile = /Users/nicco/.gitignore_global
excludesfile = $HOME/.gitignore_global
autocrlf = input
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/Sourcetree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[commit]
gpgsign = true

View File

@ -1,7 +1,15 @@
- clean: ['~']
- defaults:
link:
create: true
relink: true
force: true
- clean: ["~"]
- link:
~/.gitconfig: gitconfig
~/.vim: vim
~/.vimrc: vimrc
- shell:
- [git submodule update --init --recursive, Installing submodules]

1
vim/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
undodir

2687
vim/autoload/plug.vim Normal file

File diff suppressed because it is too large Load Diff