This commit is contained in:
Stefan Liebl 2019-07-02 15:31:15 +02:00
parent 9a5bc30a22
commit c087e30b3d
3 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ setlocal shiftwidth=4
setlocal formatoptions=croq
function! Set_python_tag_files()
python << endpython
python3 << endpython
import vim
import sys
import os

View File

@ -220,7 +220,7 @@ function ClangFormat()
else
let l:lines='all'
endif
pyf /usr/share/vim/addons/syntax/clang-format.py
py3file /usr/share/vim/addons/syntax/clang-format.py
endfunction
" delete all multiple empty lines

View File

@ -298,6 +298,7 @@ let g:Gitv_OpenHorizontal = 1
" ------
command Flake8 call Flake8()
command PyFlake Flake8
" Flake8 options are stored in ~/.config/flake8
" -----
" Isort