LucHermitte / lh-cpp

C&C++ ftplugins suite for Vim
Other
130 stars 10 forks source link

installing lh-cpp with Vundle #2

Closed failSafePlan closed 8 years ago

failSafePlan commented 8 years ago

Being prompted to set mod! What are the initial common settings to include in .vimrc file to get lh-cpp running?

LucHermitte commented 8 years ago

Hi. I'm not using Vundle but VAM that handles dependencies, so I'll try to guess.

It seems the interface has changed. Have you tried

Plugin 'LucHermitte/lh-vim-lib'
Plugin 'LucHermitte/lh-tags'
Plugin 'LucHermitte/lh-dev'
Plugin 'LucHermitte/lh-brackets'
Plugin 'LucHermitte/searchInRuntime'
Plugin 'LucHermitte/mu-template'
Plugin 'tomtom/stakeholders_vim'
Plugin 'LucHermitte/lh-cpp'

?

Regarding calls to

set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
....
call vundle#end()

I expect it's already in place in your .vimrc. Otherwise, I'd recommend you use either VAM or vim-flavor as they understand the dependencies I declare for my plugins.

Otherwise, I don't set anything special in my vimrc that you'll find over there: https://github.com/LucHermitte/lh-misc/blob/master/vimrc_core.vim

Let me know if I answer your question.

LucHermitte commented 8 years ago

After seeing your question on SO, I see I did not understood it.

What's your exact error message, and what are you doing ? (just starting vim? opening a C++ file? ...)

failSafePlan commented 8 years ago

Thank you so much for replying, here is a screen-shot of the error messages I get after enabling the plugin in my vimrc file. This happens when I use vim to edit files. I have vim version 7.4.52. screenshot-3 I did not install all the plugins as you prescribe in here(not in the documentation though). I had only installed the 'LucHermitte/lh-cpp' plugin.

failSafePlan commented 8 years ago

After installing all the plugins the error messages have been removed. Thank you.

LucHermitte commented 8 years ago

OK. Thanks.