diff options
author | Benjamin Franzke <benjaminfranzke@gmail.com> | 2017-10-09 02:37:54 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@gmail.com> | 2017-10-09 02:37:54 +0200 |
commit | 43bf090cdf39c8601e891513f1ccbc3071a7c2fa (patch) | |
tree | a332efea1c9c2feccda0f477b1e847b6dee8b46a /.gitmodules | |
parent | 10ebbb74e3a59d6789f22d20a739c5f91857423d (diff) | |
download | dotfiles-43bf090cdf39c8601e891513f1ccbc3071a7c2fa.tar.gz dotfiles-43bf090cdf39c8601e891513f1ccbc3071a7c2fa.tar.bz2 dotfiles-43bf090cdf39c8601e891513f1ccbc3071a7c2fa.zip |
Remove conky from autostart
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d178921..b8d33d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule ".config/vim/bundle/vim-snippets"] path = .config/vim/bundle/vim-snippets url = https://github.com/honza/vim-snippets +[submodule ".config/vim/bundle/vim-pug"] + path = .config/vim/bundle/vim-pug + url = git://github.com/digitaltoad/vim-pug.git |