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.438 ]
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:
Como descobrir o repositório de determinado pacote no Debian (APT)
Como aumentar a potência do roteador wireless
InstaPy: Error, unable to determine correct filename for 64bit linux [Resolvido]
Traceroute - como escolher qual gateway ou interface de rede será usado
Lançamento do Stoq versão 0.8.10
Internacionalização dos programas em Python
RTV - Acessando o Reddit via terminal
Ordenando dicionários em Python
Hardware Project Simulator 0.2 com interface gráfica e correções
Enviar mensagem ao usuário trabalhando com as opções do php.ini
Meu Fork do Plugin de Integração do CVS para o KDevelop
Compartilhando a tela do Computador no Celular via Deskreen
Como Configurar um Túnel SSH Reverso para Acessar Sua Máquina Local a Partir de uma Máquina Remota
Configuração para desligamento automatizado de Computadores em um Ambiente Comercial
Compartilhamento de Rede com samba em modo Público/Anônimo de forma simples, rápido e fácil
Cups: Mapear/listar todas as impressoras de outro Servidor CUPS de forma rápida e fácil
Criando uma VPC na AWS via CLI
De volta para o futuro - ou melhor, para o presente (8)
Seria referente ao Kali Linux (4)
Como mudsr a resolução da tela de login no KDE? (2)