switch to falcon color scheme

This commit is contained in:
Alex Yatskov 2018-12-08 12:30:14 -08:00
parent 67ff2b58d3
commit 750057c1c7
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -115,3 +115,6 @@
[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

1
.vim/bundle/falcon Submodule

@ -0,0 +1 @@
Subproject commit 070f2132266d85059f36496ed277527d5b8f00a1

View File

@ -1,7 +1,7 @@
set nocompatible
filetype indent plugin on
colorscheme molokai
colorscheme falcon
syntax enable
set autoread