Code Monkey home page Code Monkey logo

unzip's Introduction

效果图:

img

vim

具体配置:

cd ~
git clone https://github.com/bighu630/vimrc.git
rm -rf .vim
mv vimrc .vim

初次运行vim会报错,回车进入vim后使用:PlugInstall安装完插件即可

此时YCM是还没配置好语言的

cd ~/.vim/plugged/YouCompleteMe
./install.py --all  """可以指定语言安装

要求:

vim8.1及以上(目前只测试了8.1)

vim支持python2/3(只需一个python)

不合要求的解决方法:

使用vim --version查看vim版本和是否支持python

若vim不支持python2/3

卸载vim,然后安装vim-youcompleteme

debian系:sudo apt install vim-youcompleteme

其他问题:

法一:不使用YCM的代码补全方案

具体将配置文件中的*Plug 'Valloric/YouCompleteMe'*注释掉

可以使用其他的代码补全插件

eg:

"Plug 'Valloric/YouCompleteMe'

Plug 'skywind3000/vim-auto-popmenu'

Plug 'skywind3000/vim-dict'

img

法二:使用vim的源码编译安装(一定要注意vim的版本和配置python)

在下试过,没成功

unzip's People

Contributors

bighu630 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.