https://github.com/idvoretskyi/vim_idv
My awesome vim configuration
https://github.com/idvoretskyi/vim_idv
vim vim-configuration vim-distribution
Last synced: 8 months ago
JSON representation
My awesome vim configuration
- Host: GitHub
- URL: https://github.com/idvoretskyi/vim_idv
- Owner: idvoretskyi
- Created: 2015-09-24T09:57:11.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T16:25:17.000Z (9 months ago)
- Last Synced: 2025-03-25T17:32:15.559Z (9 months ago)
- Topics: vim, vim-configuration, vim-distribution
- Language: Vim Script
- Homepage:
- Size: 182 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IDV's Vim Configuration
This repository contains my personal Vim configuration focused on Python development and general productivity.
## Installation
### One-line Installation (Quickest Method)
Install everything with a single command:
```shell
curl -sL https://raw.githubusercontent.com/idvoretskyi/vim_idv/master/install.sh | bash -
```
### Automatic Installation (Recommended)
Run the installation script:
```shell
./install.sh
```
### Manual Installation
1. Clone this repository:
```shell
git clone https://github.com/idvoretskyi/vim_idv.git
```
2. Copy the `.vimrc` file to your home directory:
```shell
cp vim_idv/.vimrc $HOME/.vimrc
```
## About
An awesome vim configuration. My awesome.
## Sample

## Bundled plugins
The full list of plugins is available in the [`.vimrc`](.vimrc) file.
Plugins are managed by `vim-plug`. Detailed information about it can be
found at [vim-plug](https://github.com/junegunn/vim-plug) documentation.