Commit d98d8fb0 authored by Murukesh Mohanan's avatar Murukesh Mohanan

moved to new fork of ctrlp, plugin updates

parent de8e50b0
...@@ -50,3 +50,6 @@ ...@@ -50,3 +50,6 @@
[submodule "bundle/molokai"] [submodule "bundle/molokai"]
path = bundle/molokai path = bundle/molokai
url = https://github.com/tomasr/molokai.git url = https://github.com/tomasr/molokai.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
airline @ 06f2cb5a
Subproject commit 14d14cf951c08fc88ca6c3e6f28fe47b99421e23 Subproject commit 06f2cb5a89931284ac0a8c5a52fb8fb4420f4ebe
ctrlp @ 564176f0
Subproject commit 564176f01d7f3f7f8ab452ff4e1f5314de7b0981
ctrlp.vim @ fc1ae24b
Subproject commit fc1ae24b3eaa500deb6347e215ba54893b4ab319
syntastic @ 91814d67
Subproject commit 48736aa376341518d7bedf3a39daf0ae9e1dcdc0 Subproject commit 91814d6723b03ea9f9437e1950d12861957d4b9a
vim-fugitive @ 18d6d1ab
Subproject commit 8851b8fe643517af160f59dfc3d88a0c4eed1fa5 Subproject commit 18d6d1ab82d9ac15586d7d3c1a36f9ef6fb50eae
vimtex @ f4683e34
Subproject commit afdb6b2642b37ec7050dc177bd3ccb45623381e8 Subproject commit f4683e3439966c5702e5168d5ee0c910d31ab867
...@@ -96,7 +96,7 @@ execute pathogen#infect() ...@@ -96,7 +96,7 @@ execute pathogen#infect()
colorscheme molokai colorscheme molokai
highlight Normal ctermbg=none highlight Normal ctermbg=none
highlight NonText ctermbg=none highlight NonText ctermbg=none
highlight Visual ctermbg=black highlight Visual ctermbg=DarkGrey
" From http://vi.stackexchange.com/questions/258/ " From http://vi.stackexchange.com/questions/258/
autocmd BufWritePre *.sh if !filereadable(expand('%')) | let b:is_new = 1 | endif autocmd BufWritePre *.sh if !filereadable(expand('%')) | let b:is_new = 1 | endif
...@@ -125,6 +125,8 @@ let g:ctrlp_prompt_mappings = { ...@@ -125,6 +125,8 @@ let g:ctrlp_prompt_mappings = {
\ 'AcceptSelection("e")': ['<c-t>'], \ 'AcceptSelection("e")': ['<c-t>'],
\ 'AcceptSelection("t")': ['<cr>', '<2-LeftMouse>'], \ 'AcceptSelection("t")': ['<cr>', '<2-LeftMouse>'],
\ } \ }
let g:ctrlp_max_depth = 40
let g:ctrlp_max_files = 10000
let g:DiffColors = 100 let g:DiffColors = 100
let g:DiffUnit="Word3" let g:DiffUnit="Word3"
let g:DiffUpdate=1 let g:DiffUpdate=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment