diff --git a/.gitmodules b/.gitmodules index c319f12..c291dda 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule ".zsh/oh-my-zsh"] path = .zsh/oh-my-zsh url = https://github.com/robbyrussell/oh-my-zsh.git +[submodule ".vim"] + path = .vim + url = git@github.com:Luzifer/vim.git diff --git a/.vim b/.vim new file mode 160000 index 0000000..9e8574d --- /dev/null +++ b/.vim @@ -0,0 +1 @@ +Subproject commit 9e8574d349382e66fade70b412178e00beaa4eb6 diff --git a/.vimrc b/.vimrc new file mode 120000 index 0000000..3f2626c --- /dev/null +++ b/.vimrc @@ -0,0 +1 @@ +.vim/vimrc \ No newline at end of file