File: jedi.vim

package info (click to toggle)
python-jedi 0.19.1%2Bds1-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,680 kB
  • sloc: python: 28,783; makefile: 172; ansic: 13
file content (3 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (4)
1
2
3
if jedi#init_python() && g:jedi#auto_initialization && g:jedi#completions_enabled
    call jedi#setup_completion()
endif