From 9b4436f4991fdab5c0dbb72ebc8f89c14d0e9dd7 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 9 Dec 2018 13:04:35 -0800 Subject: [PATCH] Revert "switch to falcon color scheme" This reverts commit 750057c1c7e7af26ccfe5f3c88d98d5509b575ec. --- .gitmodules | 3 --- .vim/bundle/falcon | 1 - .vim/options.vim | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 160000 .vim/bundle/falcon diff --git a/.gitmodules b/.gitmodules index b616029..3785d94 100644 --- a/.gitmodules +++ b/.gitmodules @@ -112,6 +112,3 @@ [submodule ".vim/bundle/vim-signify"] path = .vim/bundle/vim-signify url = https://github.com/mhinz/vim-signify.git -[submodule ".vim/bundle/falcon"] - path = .vim/bundle/falcon - url = https://github.com/fenetikm/falcon.git diff --git a/.vim/bundle/falcon b/.vim/bundle/falcon deleted file mode 160000 index 070f213..0000000 --- a/.vim/bundle/falcon +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 070f2132266d85059f36496ed277527d5b8f00a1 diff --git a/.vim/options.vim b/.vim/options.vim index 81a8140..d3864e7 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -1,7 +1,7 @@ set nocompatible filetype indent plugin on -colorscheme falcon +colorscheme molokai syntax enable set autoread