Import pyte

This commit is contained in:
Kovid Goyal 2016-10-14 13:23:50 +05:30
parent de072b3b42
commit d993a5732f
13 changed files with 2550 additions and 1 deletions

View file

@ -1,5 +1,5 @@
" Scan the following dirs recursively for tags
let g:project_tags_dirs = ['kitty']
let g:project_tags_dirs = ['kitty', 'pyte']
let g:syntastic_python_flake8_exec = 'flake8'
let g:ycm_python_binary_path = 'python3'
set wildignore+==template.py