Skip to content

hoshinaoshi/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

vim-plug

ミニマリストの僕にはvim-plugが性に合っている

curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

YouCompleteMeインストール

vim のコード補完プラグインYouCompleteMe クイックインストールガイド

brew install cmake
export PATH=/usr/local/bin:$PATH
brew update
brew install vim && brew install macvim
brew link macvim

curl -fLo "${HOME}/.vim/autoload/plug.vim" --create-dirs "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"

curl -fLo "${HOME}/.ycm_extra_conf.py" "https://raw.githubusercontent.com/Valloric/ycmd/master/.ycm_extra_conf.py"

xcode-select --install

vim +PlugInstall +"sleep 1000m" +qall

cd ~/.vim/plugged/YouCompleteMe

./install.py --clang-completer

vim-pathogen

mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

vim-pathogenを使ったinstall方法

~/.vim/bundle配下にgit cloneを行う。updateはgit pull

cd ~/.vim/bundle && \
git clone https://github.com/tpope/vim-sensible.git

About

vimrcの設定

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published