diff --git a/.gitmodules b/.gitmodules index 3764b7d..ad1486a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,3 +67,6 @@ [submodule "bundle/YouCompleteMe"] path = bundle/YouCompleteMe url = https://github.com/Valloric/YouCompleteMe.git +[submodule "bundle/ctrlp"] + path = bundle/ctrlp + url = https://github.com/kien/ctrlp.vim.git diff --git a/bundle/ctrlp b/bundle/ctrlp new file mode 160000 index 0000000..c1646e3 --- /dev/null +++ b/bundle/ctrlp @@ -0,0 +1 @@ +Subproject commit c1646e3c28d75bcc834af4836f4c6e12296ba891 diff --git a/colors/molokai-im.vim b/colors/molokai-im.vim index b1a2645..184cfda 100644 --- a/colors/molokai-im.vim +++ b/colors/molokai-im.vim @@ -237,7 +237,7 @@ if &t_Co > 255 hi WarningMsg ctermfg=231 ctermbg=238 cterm=bold hi WildMenu ctermfg=81 ctermbg=16 - hi Normal ctermfg=252 ctermbg=233 + highlight Normal ctermfg=White ctermbg=Black hi Comment ctermfg=59 hi CursorLine ctermbg=234 cterm=none hi CursorColumn ctermbg=234