Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 983 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 983 Bytes

Python libraries for smarter Vim coding

Installation

Just add plugin using Plug:

Plug 'reconquest/vim-pythonx'

Import required py-modules in snippets files (e.g. in go.snippets):

global !p
import px.langs.go
endglobal

PHP

cycle by var name php getter/setter php cycle by var name

Golang

extract_prev_method_binding_for_cursor autoimport

Thx @kovetskiy.