Last active
February 28, 2023 15:16
-
-
Save KensakuKOMATSU/a836f8c7aa060ae1400550b572aac588 to your computer and use it in GitHub Desktop.
setup vim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After executing commands shown above, open vim then type
:PluginInstall
.