Code Monkey home page Code Monkey logo

vimrc's Introduction

vimrc

包含 go python html 三种语言的配置

  • 需要 curl 安装 vim-plug 需要,否则需要自己安装该插件

  • 其中 go 依赖于插件 vim-go

  • 支持异步语法检错,基于语义的补全

  • 需要 power-line 字体

注意!因为众所周知的原因,插件中的 YCM 以及 Vim-go 可能安装很慢

建议执行脚本之前临时为 git 设置代理

设置方法如下:

git config --global https.proxy 'socks5://127.0.0.1:1080'

git config --global https.proxy 'socks5://127.0.0.1:1080'

git config --global --unset http.proxy

git config --global --unset https.proxy

npm config delete proxy

此脚本适用于 Arch, Centos, Ubuntu ## 其余用户可手动安装

git clone https://github.com/floatval/vimrc
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
  https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

然后在 vim 中执行 :PlugInstall enjoy it!

vimrc's People

Contributors

floatval 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.