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.
- Host: GitHub
- URL: https://github.com/zoubingwu/vim-config
- Owner: zoubingwu
- License: wtfpl
- Created: 2018-02-05T05:57:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-13T16:02:05.000Z (about 7 years ago)
- Last Synced: 2025-08-09T15:31:56.521Z (5 months ago)
- Topics: vim, vim-configs, vimrc
- Language: Vim script
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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