mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-21 11:42:28 +00:00
Fixed annoying Vundle untracked changes
It should be fixed in Vundle itself. It now sets the default path to bundle/vundle somehow, so the spell files are saved there. By allowing a dirty submodule it won't bother me when committing my dotfiles, but I will be losing my spell custom dicts :( A better fix would be to set the spellfile manually in my vimrc.
This commit is contained in:
parent
378f95b0da
commit
83b2a678c4
1
.gitmodules
vendored
1
.gitmodules
vendored
@ -1,6 +1,7 @@
|
|||||||
[submodule "vim/bundle/vundle"]
|
[submodule "vim/bundle/vundle"]
|
||||||
path = vim/bundle/vundle
|
path = vim/bundle/vundle
|
||||||
url = git@github.com:gmarik/vundle.git
|
url = git@github.com:gmarik/vundle.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "oh-my-zsh"]
|
[submodule "oh-my-zsh"]
|
||||||
path = oh-my-zsh
|
path = oh-my-zsh
|
||||||
url = git@github.com:balkian/oh-my-zsh.git
|
url = git@github.com:balkian/oh-my-zsh.git
|
||||||
|
Loading…
Reference in New Issue
Block a user