about summary refs log tree commit diff
path: root/vim/.vim/after/ftplugin/python.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/after/ftplugin/python.vim')
-rwxr-xr-xvim/.vim/after/ftplugin/python.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/.vim/after/ftplugin/python.vim b/vim/.vim/after/ftplugin/python.vim
new file mode 100755
index 0000000..dc4ed52
--- /dev/null
+++ b/vim/.vim/after/ftplugin/python.vim
@@ -0,0 +1,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