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

https://github.com/nrjpoddar/vim-settings

Repository for VIM integration and settings
https://github.com/nrjpoddar/vim-settings

vim vim-settings

Last synced: 27 days ago
JSON representation

Repository for VIM integration and settings

Awesome Lists containing this project

README

          

This repository contains default VIM settings and integrations for various
languages.

## Usage
Clone this repository as `.vim` under your $HOME directory
```bash
git clone --recursive https://github.com/nrjpoddar/vim-settings.git $HOME/.vim
```
Create a symbolic link for `$HOME/.vimrc` from this repository
```bash
ln -s $HOME/.vim/.vimrc $HOME/.vimrc
```