Skip to content

andrejlevkovitch/vim-python-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

vim-python-format

Install

  1. You need first install yapf
pip3 install yapf
  1. Add this plugin to vim by vundle

  2. Add next lines to your .vimrc:

autocmd FileType python nnoremap <buffer> <c-k> :call PythonFormat()<cr>
autocmd BufWrite *.py call PythonFormat()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published