vim python插件配置

网上搜一下vim的插件,不少,经常使用的有ctags,taglist,pcdiction等等python

这几个插件的用途各不相同linux

若是想要python自动补全插件,固然要数pydiction了,git

那么pydiction怎样安装配置呢,下载和安装文档详见https://github.com/vim-scripts/Pydictiongithub

具体的详细步骤这里就不介绍了,直接看文档就好了vim

还要强调一下,若是你比较懒得话,你能够安装k-vim插件插件

下载和安装地址:https://github.com/wklken/k-vimcode

安装也就是傻瓜式的安装ip

配置安装步骤:文档

  1. clone到本地,配置到linux我的目录(若是是从linux_config过来的,不须要clone)get

    git clone https://github.com/wklken/k-vim.git
  2. 安装依赖包

    sudo apt-get install ctags
    #brew install ctags     (mac用户)
    
    #使用python须要
    sudo apt-get install pyflakes
    sudo apt-get install pylint
    sudo apt-get install pep8
  3. 安装插件

    cd k-vim/
    sh -x install.sh
相关文章
相关标签/搜索