Skip to content

HantingSu/vundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

vundle

前製作業

需要打以下指令

  1. 安裝vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  1. 在~/.vim/bundle/Vindle.vim中新增vundle的目錄
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  1. 使用vim command line執行以下指令 這行指令是為了要將我寫在vimrc中的套件都下載下來,看到下面顯示"Done"就是可以了!
:PlugInstall
  1. 安裝主題 因為我使用的是vim-monokai-test的主題,這需要下載,所以需要打以下指令,這個在56行,如果要改的話就改這裡
git clone https://github.com/patstockwell/vim-monokai-tasty ~/.vim/pack/colors/start/vim-monokai-tasty

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published