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

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

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

![vim_idv screenshot](https://i.imgur.com/49eemuO.png)

## 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.