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