安裝 Vbundle 的筆記

2021-09-07 09:10:45 字數 1256 閱讀 7672

vbundle 挺好用的,能夠很方便管理vim的一些外掛程式。雖然vbundle的安裝方法看的很簡單,但是它的配置卻讓我弄了很久,現在記錄如下,方便後面安裝時再出現相同的問題:

我按照這裡的官方提示的安裝方法: 來安裝的

(注意:vbundle之前有乙個比較老的版本,現在的這個是新版本,所以安裝和配置都按照最新的版本來)

官方的安裝方法如下(再linux下忽略 1. ,直接從 2.  開始)

introduction:

installation requires git and triggersgit clonefor each configured repository to~/.vim/bundle/by default. curl is required for search.

if you are using windows, go directly to windows setup. if you run into any issues, please consult the faq. see tips for some advanced configurations.

using non-posix shells, such as the popular fish shell, requires additional setup. please check the faq.

set up vundle:

$ git clone .git ~/.vim/bundle/vundle.vim

configure plugins:

put this at the top of your.vimrcto use vundle. remove plugins you don't need, they are for illustration purposes.

set nocompatible" be improved, required

install plugins:

launchvimand run:plugininstall

to install from command line:vim +plugininstall +qall

然後就去找方法:

不夠最後我按照上面的方法一開始也沒有成功,直到我:

把 vundle 相關的配置資訊放到了我的 .vimrc  的最底部, 這最終才成功了;

Ushahidi的安裝(筆記)

由於需要一些gmap開發方面的 參考,想裝下ushahidi體驗一下。我不知道是我的英語不好,沒看懂說明文件,還是ushahidi提供的說明文件有點問題 我指的是邏輯上 第一次按照readme上寫的內容自動安裝,結果開啟網頁,看到了無比親切的一堆 我狂汗 於是嘗試手動,結果執行sql語句的時候把電腦...

yum的安裝(筆記)

首先進入指定的目錄 root centos7 cd etc yum.repos.d 然後編寫乙個repo格式的檔案,把yum網路位址存入到裡面 root centos7 yum repos.d vim centos7.repo centos7 name centos7 baseurl enabled...

MySQL安裝筆記手寫 mysql安裝筆記

學習了很長時間的linux,有必要做一下整理筆記了,以下是mysql的安裝筆記,和常見的一些使用方法。因我喜歡除錯優化系統,所以在編譯安裝時使用了一些選項增加程式設計後程式的執行效率,有些可能我理解有錯,希望大家指出.mail flashc 21cn.com 安裝mysql tar zxvf mys...