vim

Mac SpaceVim 安装(version 0.6.0)

2018-02-08  本文已影响0人  MicoCube
# 偷鸡,让终端运行python的时候调用python3,而不是默认的2.7
alias python='python3'
#GO_HOME
GOROOT=/usr/local/go
export GOROOT
export PATH=$PATH:$GOROOT/bin

GOPATH=/Users/micocube/go
export PATH=$PATH:$GOPATH/bin

#MAVEN_HOME
export M3_HOME=/Users/micocube/Documents/apache-maven-3.5.0
export PATH=$PATH:$M3_HOME/bin

export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home
export PATH=$PATH:$JAVA_HOME/bin
Like many other clang-based plugins, a path to your libclang is needed. Chromatica will default to /usr/lib/libclang.so, but you can specify a different one by setting

let g:chromatica#libclang_path='/usr/local/opt/llvm/lib'
The path can be set to either the path of the libclang.dylib/libclang.so file, or the directory that contains it
上一篇 下一篇

猜你喜欢

热点阅读