diff --git a/.gitmodules b/.gitmodules index a7ab6c7..503d6e6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/.vim/bundle/falcon b/.vim/bundle/falcon new file mode 160000 index 0000000..070f213 --- /dev/null +++ b/.vim/bundle/falcon @@ -0,0 +1 @@ +Subproject commit 070f2132266d85059f36496ed277527d5b8f00a1 diff --git a/.vim/options.vim b/.vim/options.vim index d3864e7..81a8140 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -1,7 +1,7 @@ set nocompatible filetype indent plugin on -colorscheme molokai +colorscheme falcon syntax enable set autoread