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