Python VIM开发配置

原文章链接icon-default.png?t=M85Bhttp://www.pythonclub.org/python-basic/vim下载pydiction插件,查看原文章的底部链接


插件安装位置:~/.vim/after/ftplugin

 

配置文件位置:~/.vim/after/vim-config

 

 .vimrc文件中添加代码:

"pydiction 1.2 python auto complete
  3 filetype plugin on
  2 let g:pydiction_location = '~/.vim/after/vim-config/complete-dict'
  1 "defalut g:pydiction_menu_height == 15
24  "let g:pydiction_menu_height = 20

如何使用代码提示? 

在任意Python文件中,按下键盘上的Tap键即可:

posted @ 2022-09-29 14:45  辰梦starDream  阅读(1)  评论(0编辑  收藏  举报  来源