From da4fa768d04f9d136c7b3ea0cabd240333164bdf Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 28 Nov 2017 21:33:11 +0700 Subject: Update 2017-11-28 --- vim/.vim/after/ftplugin/python.vim | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 vim/.vim/after/ftplugin/python.vim (limited to 'vim/.vim/after') diff --git a/vim/.vim/after/ftplugin/python.vim b/vim/.vim/after/ftplugin/python.vim deleted file mode 100755 index dc4ed52..0000000 --- a/vim/.vim/after/ftplugin/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 -- cgit 1.4.1