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

https://github.com/zoubingwu/vim-config

light weight configurations for vim.
https://github.com/zoubingwu/vim-config

vim vim-configs vimrc

Last synced: 3 months ago
JSON representation

light weight configurations for vim.

Awesome Lists containing this project

README

          

# Vim Config

A simple configuration to make vim a decent light weight editor.

Use gitmodule and [minpack](https://github.com/k-takata/minpac) as plugin manager.

## Usage

```sh
git clone https://github.com/shadeofgod/vim-config.git

cd vim-config

bash init.sh
```

## Introduction

This is mainly to build a super light weight text editor with basic configs like syntax highlight, auto complete, etc.

- Utilize Vim 8's package feature
- Onedark Theme, with colors inspired by the excellent [One Dark syntax theme](https://github.com/atom/one-dark-syntax) for the [Atom text editor](https://atom.io)
- Supertab for autocomplete
- Simple and easy to use

**requirement**

- Vim >= 8.0
- Git >= 1.9
- OS: macOS, Windows/Linux should be fine but not tested