Forum: PC-Programmierung Autovervollständigung in VIM


von montagskind (Gast)


Lesenswert?

Hallo,

ich nutze vim_V7.4 zur Python_v2.7.6 Programmierung. Nun würde ich gerne 
die Autovervollständigung jedi-vim verwenden. Fehlermeldungen während 
der Installation gab es keine, allerdings tut sich trotzdem nichts, wenn 
ich meine *.py Datei bearbeite und z.B. strg+space für meine 
Vervollständigung drücke.
Ich hoffe mir kann jemand einen Tipp geben, was ich tun muss, um sie 
trotzdem noch verwenden zu können.

Einstellung im .vimrc:
=======================
filetype plugin indent on


Ein paar Infos wie ich Installiert habe:
=========================================
1
$ mkdir -p ~/.vim/autoload ~/.vim/bundle && \
2
> curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

1
$ sudo pip install jedi
2
Downloading/unpacking jedi
3
  Downloading jedi-0.9.0-py2.py3-none-any.whl (157kB): 157kB downloaded
4
Installing collected packages: jedi
5
Successfully installed jedi
6
Cleaning up...

1
$ vim --version
2
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jan  2 2014 19:39:32)
3
Included patches: 1-52
4
Modified by pkg-vim-maintainers@lists.alioth.debian.org
5
Compiled by buildd@
6
Huge version without GUI.  Features included (+) or not (-):
7
+acl             +farsi           +mouse_netterm   +syntax
8
+arabic          +file_in_path    +mouse_sgr       +tag_binary
9
+autocmd         +find_in_path    -mouse_sysmouse  +tag_old_static
10
-balloon_eval    +float           +mouse_urxvt     -tag_any_white
11
-browse          +folding         +mouse_xterm     -tcl
12
++builtin_terms  -footer          +multi_byte      +terminfo
13
+byte_offset     +fork()          +multi_lang      +termresponse
14
+cindent         +gettext         -mzscheme        +textobjects
15
-clientserver    -hangul_input    +netbeans_intg   +title
16
-clipboard       +iconv           +path_extra      -toolbar
17
+cmdline_compl   +insert_expand   -perl            +user_commands
18
+cmdline_hist    +jumplist        +persistent_undo +vertsplit
19
+cmdline_info    +keymap          +postscript      +virtualedit
20
+comments        +langmap         +printer         +visual
21
+conceal         +libcall         +profile         +visualextra
22
+cryptv          +linebreak       +python          +viminfo
23
+cscope          +lispindent      -python3         +vreplace
24
+cursorbind      +listcmds        +quickfix        +wildignore
25
+cursorshape     +localmap        +reltime         +wildmenu
26
+dialog_con      -lua             +rightleft       +windows
27
+diff            +menu            -ruby            +writebackup
28
+digraphs        +mksession       +scrollbind      -X11
29
-dnd             +modify_fname    +signs           -xfontset
30
-ebcdic          +mouse           +smartindent     -xim
31
+emacs_tags      -mouseshape      -sniff           -xsmp
32
+eval            +mouse_dec       +startuptime     -xterm_clipboard
33
+ex_extra        +mouse_gpm       +statusline      -xterm_save
34
+extra_search    -mouse_jsbterm   -sun_workshop    -xpm
35
   system vimrc file: "$VIM/vimrc"
36
     user vimrc file: "$HOME/.vimrc"
37
 2nd user vimrc file: "~/.vim/vimrc"
38
      user exrc file: "$HOME/.exrc"
39
  fall-back for $VIM: "/usr/share/vim"
40
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H     -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
41
Linking: gcc   -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -o vim        -lm -ltinfo -lnsl  -lselinux  -lacl -lattr -lgpm -ldl    -L/usr/lib/python2.7/config-x86_64-linux-gnu -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.