about summary refs log tree commit diff
path: root/vim/.vim/after/ftplugin/python.vim
blob: dc4ed52ba111d465965eb1f815ed9c97dcd73de7 (plain) (blame)
1
2
3
4
5
6
let g:jedi#popup_on_dot = 0
let g:jedi#popup_select_first = 0
let g:jedi#show_call_signatures = 2
let g:jedi#smart_auto_mappings = 0
setlocal shiftwidth=4
syntax keyword pythonBoolean False True None