Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/storyn26383/sasaya-vim
- Owner: storyn26383
- Created: 2016-04-19T14:07:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T10:06:27.000Z (10 months ago)
- Last Synced: 2024-01-29T12:26:20.905Z (10 months ago)
- Topics: vim, vimrc
- Language: Vim Script
- Homepage:
- Size: 171 KB
- Stars: 17
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```