From 43bf090cdf39c8601e891513f1ccbc3071a7c2fa Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 9 Oct 2017 02:37:54 +0200 Subject: Remove conky from autostart --- .config/autostart/conky.desktop | 12 ------------ .config/vim/bundle/vim-pug | 1 + .gitmodules | 3 +++ 3 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 .config/autostart/conky.desktop create mode 160000 .config/vim/bundle/vim-pug diff --git a/.config/autostart/conky.desktop b/.config/autostart/conky.desktop deleted file mode 100644 index 632283f..0000000 --- a/.config/autostart/conky.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Comment= -Name=Conky -Encoding=UTF-8 -Exec=conky -c ~/.config/conky/conkyrc -Terminal=false -Version=0.9.4 -Hidden=True -Type=Application -StartupNotify=false -X-GNOME-Autostart-enabled=false -NotShowIn=LXDE; diff --git a/.config/vim/bundle/vim-pug b/.config/vim/bundle/vim-pug new file mode 160000 index 0000000..f3950a7 --- /dev/null +++ b/.config/vim/bundle/vim-pug @@ -0,0 +1 @@ +Subproject commit f3950a72ea92f2c372846e763dad1f1151a38fb1 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 -- cgit