Como instalar o Ultisnips com Snippets no Linux?

2

Estou usando o Slackware e tentando instalar e usar o Ultisnips.

Eu uso o Pathogen e a documentação diz o seguinte: >

Using Pathogen: UltiSnips-using-pathogen

If you are a pathogen user, you can track the official mirror of UltiSnips on github: >

$ cd ~/.vim/ $ git submodule add git://github.com/SirVer/ultisnips.git bundle/ultisnips

If you also want the default snippets, also track >

$ git submodule add https://github.com/honza/vim-snippets.git

See the pathogen documentation for more details on how to update a bundle.

O primeiro comando falha:

bash-4.2$ git submodule add git://github.com/SirVer/ultisnips.git bundle/ultisnips
fatal: Not a git repository (or any of the parent directories): .git

Então, eu simplesmente clonei o repositório em bundle / ultisnips.

No entanto, quando executo: ajudo o UltiSnips, o vim não encontra os arquivos de ajuda. Por outro lado, eu posso digitar ":" e completar automaticamente os comandos do UltiSnips.

Eu gostaria de usar alguns trechos e o UltiSnips recomenda os sinppets padrão .

No entanto, eu realmente não sei exatamente como instalá-lo. Devo clonar a pasta em .vim / bundle / também? Eu encontrei a documentação em / doc muito confusa.

    
por user35477 11.04.2014 / 18:39

1 resposta

0

Como você está usando o patógeno, você deve ser capaz de usar

:Helptags

para instalar a documentação. Depois disso, :help UltiSnips deve funcionar.

    
por 12.04.2014 / 19:46

Tags