https://github.com/reybits/config-vim
My Vim config.
https://github.com/reybits/config-vim
config linux macos vim
Last synced: about 1 month ago
JSON representation
My Vim config.
- Host: GitHub
- URL: https://github.com/reybits/config-vim
- Owner: reybits
- License: mit
- Created: 2025-02-21T12:11:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-05T01:14:23.000Z (10 months ago)
- Last Synced: 2025-11-22T19:06:29.184Z (7 months ago)
- Topics: config, linux, macos, vim
- Language: Vim Script
- Homepage:
- Size: 263 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vim from Scratch
This repository contains my custom Vim configuration for Linux, macOS, and Windows. The setup is built from scratch and includes only the plugins I actively use in my workflow. I primarily use Vim as a C++ IDE for cross-platform game development.
For the best experience, use it alongside my [config-tmux](https://github.com/reybits/config-tmux.git) repository.
## Install
```sh
git clone https://github.com/reybits/config-vim.git ~/.config/vim
```
## Features
- Plugin management via plug.
- Git integration via vim-fugitive.
- Nice and lightweight statusline via airline.
- Fuzzy finder via fzf.
- Easy code commenting via tcomment.
- Code formatting via vim-autoformat.
- C++ support via coc.
- Colorscheme via gruvbox.
- And more...