diff options
author | Camil Staps | 2016-01-21 15:02:11 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:06 +0100 |
commit | 978280aced6c5b5c23ecb7b5d1072c3d53482709 (patch) | |
tree | 07f7df4dd5823710e86039d6d650483467804293 | |
parent | Reorder path variable (diff) |
Moved vim-clean
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | vim/vimrc.symlink | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index fbce78a..bf071fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "vim/vim.symlink/bundle/Vundle.vim"] path = vim/vim.symlink/bundle/Vundle.vim - url = git@github.com:VundleVim/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 47115e6..d3036bc 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -17,7 +17,8 @@ Plugin 'terryma/vim-multiple-cursors' " Special syntaxes Plugin 'groenewege/vim-less' " Less Plugin 'digitaltoad/vim-jade' " Jade -Plugin 'lervag/vimtex' "TeX +Plugin 'lervag/vimtex' " TeX +Plugin 'camilstaps/vim-clean' " Clean " Colour scheme Plugin 'altercation/vim-colors-solarized' |