diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | .gitmodules | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d5fc77 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +gen/ +skel.tar.gz diff --git a/.gitmodules b/.gitmodules index e717d96..7ad5c08 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "vim-latex"] path = src/vim-latex - url = git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex + url = https://github.com/vim-latex/vim-latex.git [submodule "vim-powerline"] path = src/vim-powerline url = https://github.com/Lokaltog/vim-powerline.git |
