about summary refs log tree commit diff
path: root/vim/.vim/after
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2017-11-28 21:33:11 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2017-11-28 21:33:11 +0700
commitda4fa768d04f9d136c7b3ea0cabd240333164bdf (patch)
treea2680b7203296da13dd325e7bf8bd6d723b454ad /vim/.vim/after
parent92fec3297bc3539046d7bced28b095b3c34c5aa9 (diff)
downloaddotfiles-da4fa768d04f9d136c7b3ea0cabd240333164bdf.tar.gz
Update 2017-11-28
Diffstat (limited to 'vim/.vim/after')
-rwxr-xr-xvim/.vim/after/ftplugin/python.vim6
1 files changed, 0 insertions, 6 deletions
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