python.vundle and added yapf for python format
This commit is contained in:
parent
aaaaad1002
commit
484d3846ed
1
vim/settings/yapf.vim
Normal file
1
vim/settings/yapf.vim
Normal file
@ -0,0 +1 @@
|
||||
autocmd FileType python nnoremap <LocalLeader>= :0,$!yapf<CR>
|
@ -31,6 +31,7 @@ runtime project.vundle
|
||||
runtime vim-improvements.vundle
|
||||
runtime go.vundle
|
||||
runtime sls.vundle
|
||||
runtime python.vundle
|
||||
|
||||
" The plugins listed in ~/.vim/.vundles.local will be added here to
|
||||
" allow the user to add vim plugins to yadr without the need for a fork.
|
||||
|
@ -8,4 +8,3 @@ Bundle 'jparise/vim-graphql'
|
||||
Bundle 'chr4/nginx.vim'
|
||||
Bundle 'derekwyatt/vim-scala'
|
||||
Bundle 'scrooloose/nerdcommenter'
|
||||
Bundle 'klen/python-mode'
|
||||
|
2
vim/vundles/python.vundle
Normal file
2
vim/vundles/python.vundle
Normal file
@ -0,0 +1,2 @@
|
||||
Bundle 'klen/python-mode'
|
||||
Bundle 'google/yapf'
|
Loading…
x
Reference in New Issue
Block a user