Skip to content

reconquest/snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let me show

package struct method log autoimport complete

Installation

For this awesome features you should use the marvelous library vim-pythonx and ultisnips.

Plug 'sirver/ultisnips'
    let g:UltiSnipsUsePythonVersion = 2

    let g:UltiSnipsSnippetDirectories = [
    \     $HOME . '/.vim/UltiSnips/',
    \     $HOME . '/.vim/bundle/snippets/'
    \]
    let g:UltiSnipsEnableSnipMate = 0

    augroup textwidth_for_snippets
        au!
        au FileType snippets set textwidth=999
    augroup end

Plug 'reconquest/vim-pythonx'
Plug 'reconquest/snippets'

Tricks

imap <C-F> t<TAB>.

Note about bugs

Please fire an github issues if you found a bugs in snippets.

About

marvelous snippets which will change your life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published