From f800ed41e0c0826e96f25605d726167dff6e93a5 Mon Sep 17 00:00:00 2001 From: Phantop Date: Fri, 22 Feb 2019 16:46:30 -0500 Subject: [PATCH] Vim: Remove startify because it's kinda useless --- .config/nvim/bundle/vim-startify | 1 - .gitmodules | 3 --- 2 files changed, 4 deletions(-) delete mode 160000 .config/nvim/bundle/vim-startify diff --git a/.config/nvim/bundle/vim-startify b/.config/nvim/bundle/vim-startify deleted file mode 160000 index 9c5680c..0000000 --- a/.config/nvim/bundle/vim-startify +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9c5680cd0b94bea9245f79463f52c7c9c6595ffd diff --git a/.gitmodules b/.gitmodules index 3c317a2..1511de0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,9 +40,6 @@ [submodule ".config/nvim/bundle/vim-sensible"] path = .config/nvim/bundle/vim-sensible url = https://github.com/tpope/vim-sensible.git -[submodule ".config/nvim/bundle/vim-startify"] - path = .config/nvim/bundle/vim-startify - url = https://github.com/mhinz/vim-startify.git [submodule ".config/nvim/bundle/vim-surround"] path = .config/nvim/bundle/vim-surround url = https://github.com/tpope/vim-surround.git