https://github.com/halink0803/vimrc
https://github.com/halink0803/vimrc
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halink0803/vimrc
- Owner: halink0803
- Created: 2016-11-04T08:31:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T02:24:16.000Z (over 9 years ago)
- Last Synced: 2025-06-14T20:15:42.662Z (about 1 year ago)
- Language: VimL
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vimrc
**Run command below to install vundle**
```git
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
```
**Rum command below to install pathogen**
```shell
sudo mkdir -p ~/.vim/autoload ~/.vim/bundle && \
sudo url -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
```
**Open .vimrc file and run command**
```vim
:PluginInstall
```