From 2f254e8c7f564f246190f48372b4c317651ce764 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 26 Nov 2017 15:41:07 +0700 Subject: Update 2017-11-26 --- vim/.vim/after/ftplugin/python.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 vim/.vim/after/ftplugin/python.vim (limited to 'vim/.vim/after/ftplugin/python.vim') 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 -- cgit 1.4.1