Skip to content

Instantly share code, notes, and snippets.

@KensakuKOMATSU
Last active February 28, 2023 15:16
Show Gist options
  • Save KensakuKOMATSU/a836f8c7aa060ae1400550b572aac588 to your computer and use it in GitHub Desktop.
Save KensakuKOMATSU/a836f8c7aa060ae1400550b572aac588 to your computer and use it in GitHub Desktop.
setup vim
cd ~
curl https://gist.githubusercontent.com/KensakuKOMATSU/cd2859aeb5e0432740eb/raw/cabcbc0aefea6d8c86fc491903812fc1658938c5/vimrc > .vimrc
git clone https://github.com/wgallios/Vundle.vim.git
mkdir .vim;mkdir .vim/bundle
mv Vundle.vim .vim/bundle
@KensakuKOMATSU
Copy link
Author

KensakuKOMATSU commented Jun 7, 2018

After executing commands shown above, open vim then type :PluginInstall.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment