From 48dc6f9b6ee1fdd710876986e8f2ea5e40e3b478 Mon Sep 17 00:00:00 2001 From: codex Date: Thu, 11 Dec 2014 08:01:18 +0100 Subject: Allows you to auto-complete your Python code --- pcr/vim-pydiction/pydiction.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pcr/vim-pydiction/pydiction.install (limited to 'pcr/vim-pydiction/pydiction.install') diff --git a/pcr/vim-pydiction/pydiction.install b/pcr/vim-pydiction/pydiction.install new file mode 100644 index 000000000..d55731df2 --- /dev/null +++ b/pcr/vim-pydiction/pydiction.install @@ -0,0 +1,13 @@ +post_install() { + echo " Add to your .vimrc file:" + echo "filetype plugin on" + echo "let g:pydiction_location='/usr/share/pydiction/complete-dict'" +} + +post_upgrade() { + echo " Add to your .vimrc file:" + echo "filetype plugin on" + echo "let g:pydiction_location='/usr/share/pydiction/complete-dict'" +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3