Programando em Python no VIM com recurso de auto-completar (python-jedi)
Publicado por Fábio Berbert de Paula em 20/10/2017
[ Hits: 8.751 ]
Blog: https://fabio.automatizando.dev
# Name User Status System Status editexisting removed removed justify removed removed matchit removed removed python-jedi installed removedcat ~/.vim/plugins/jedi.vim
"jedi-vim - Omni Completion for python in vim " Maintainer: David Halter <davidhalter88@gmail.com> " " This part of the software is just the vim interface. The really big deal is " the Jedi Python library. if !exists("g:jedi#auto_vim_configuration") || g:jedi#auto_vim_configuration " jedi-vim doesn't work in compatible mode (vim script syntax problems) if &compatible set nocompatible endif " jedi-vim really needs, otherwise jedi-vim cannot start. filetype plugin on " Change completeopt, but only if it has Vim's default value. let s:save_completeopt=&completeopt set completeopt& let s:default_completeopt=&completeopt let &completeopt=s:save_completeopt if s:default_completeopt == &completeopt set completeopt=menuone,longest,preview endif if len(mapcheck('<C-c>', 'i')) == 0 inoremap <C-c> <ESC> endif endif " Pyimport command command! -nargs=1 -complete=custom,jedi#py_import_completions Pyimport :call jedi#py_import(<q-args>) command! -nargs=0 JediDebugInfo call jedi#debug_info() command! -nargs=0 -bang JediClearCache call jedi#clear_cache(<bang>0) " vim: set et ts=4:
Erro: user in plugdev group; are your udev rules wrong? [Resolvido]
Redirecionando saída de comando para arquivo com sudo
Pingendo - Crie um layout para o teu site em 5 minutos!
Erro: "Possible missing firmware... for module r8169" [Resolvido]
DNS Dinâmico no Linux com ddupdate - DuckDNS
Fez porcaria no teu repositório Git? Aprenda a restaurar uma versão anterior do seu código!
RTV - Acessando o Reddit via terminal
Hardware Project Simulator 0.2 com interface gráfica e correções
Internacionalização dos programas em Python
Python - capturar a saída do programa em um arquivo ou variável
Atualizando o Passado: Linux no Lenovo G460 em 2025
aaPanel - Um Painel de Hospedagem Gratuito e Poderoso
O macete do Warsaw no Linux Mint e cia
Git config não aplica configurações
O que você quer para sua vida ao usar o Linux?
Visualizar arquivos em formato markdown (ex.: README.md) pelo terminal
Não consigo usar o Bluetooth (3)
Comprar um servidor nesse site é confiável? (5)
Exibir detalhes de vídeo no Caja (0)
Criar um servidor de arquivos local com o ubuntu server e o samba? (2)