python: Download and install pip

This commit is contained in:
2020-11-02 23:33:46 +11:00
parent d8b32f66d1
commit 2a2fc4b258
4 changed files with 23 additions and 4 deletions
+2 -2
View File
@@ -211,8 +211,8 @@ noremap <C-F> :<C-U><C-R>=printf("Leaderf! rg -e %s ", expand("<cword>"))<CR>
" Clang Format
" ==============================================================================
if s:running_windows
map <C-I> :pyf $home\.vim\clang-format.py<CR>
imap <C-I> <ESC>:pyf $home\.vim\clang-format.py<CR>i
map <C-I> :py3f $home\.vim\clang-format.py<CR>
imap <C-I> <ESC>:py3f $home\.vim\clang-format.py<CR>i
else
map <C-I> :py3f ~/.vim/clang-format.py<CR>
imap <C-I> <ESC>:py3f ~/.vim/clang-format.py<CR>i