Skip to content

Commit

Permalink
Update submodules (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholashoule authored Oct 12, 2023
1 parent 9e87408 commit f995dad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
[submodule "home/.oh-my-zsh"]
path = home/.oh-my-zsh
url = http://github.com/robbyrussell/oh-my-zsh.git
[submodule "home/.vim/bundle/Vundle.vim"]
[submodule "home/.vim/Vundle.vim"]
path = home/.vim/bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim.git
# [submodule "home/.config/spaceship-prompt"]
# path = home/.config/spaceship
# url = https://github.com/spaceship-prompt/spaceship-prompt.git

10 changes: 10 additions & 0 deletions home/.vim/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Vim

[Vim documentation - Help](https://vimdoc.sourceforge.net/htmldoc/)

### Setup

```
$HOME/.vimrc
$HOME/.vimrc.settings
```

0 comments on commit f995dad

Please sign in to comment.