archibate / vimrc

小彭老师自用 NeoVim 整合包
230 stars 43 forks source link

fix install_fzf_from_source and add centos support #6

Closed xxy-im closed 2 years ago

xxy-im commented 2 years ago

https://github.com/junegunn/fzf#using-git

xxy-im commented 2 years ago

The llvm version below 7 will cause the "ClangConfig.cmake not found" error when install the ccls from source, So, i add a function "install_llvm_from_source" to update llvm&clang, but building llvm will cost much time.