Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/storyn26383/sasaya-vim

My vim configurations.
https://github.com/storyn26383/sasaya-vim

vim vimrc

Last synced: 3 days ago
JSON representation

My vim configurations.

Awesome Lists containing this project

README

        

# Sasaya Vim

## Installation

1. Clone `.vim` to your home directory.

```bash
git clone https://github.com/storyn26383/sasaya-vim.git ~/.vim
```

2. Make a symbolic link to vimrc.

```bash
ln -s ~/.vim/.vimrc ~/.vimrc
```

3. Install Plugins

```bash
vim +PlugInstall +qall
```