An open API service indexing awesome lists of open source software.

https://github.com/halink0803/vimrc


https://github.com/halink0803/vimrc

Last synced: 5 months ago
JSON representation

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
```