我試圖安裝YouCompleteMe爲Vim 7.4與包括修補程序1-712在Ubuntu 15.10。 我已經hand編譯YouCompleteMe因爲我遇到了一個錯誤看起來像這樣: /usr/bin/ld: /usr/local/lib/libpython2.7.a(abstract.o): relocation R_X86_64_32 against `a local symbol' can
我一直在編碼一段時間,從IDE到IDE是一個真正的痛苦,當我最需要的只是ctag和代碼完成。在這種情況下,我終於決定去vim,好了neovim,但那不是重點。 我的ctags工作,並在與this one 沿this tutorial from the YCM site但我似乎無法得到YCM爲我工作。 我按照這些步驟: cd ~/.nvim/bundle
git clone https://git
我正在爲python開發設置我的Vim環境,到目前爲止設法安裝YCM並累了它。 它工作正常帶班,內置變量等方法.. 但我可以得到例如圖書館方法: from time import localtime
time_now = localtime()
hour = time_now. ==> I need to see the list of of options here
有人已經做過此設置?