Skip to content

idvoretskyi/vim_idv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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:

    curl -sL https://raw.githubusercontent.com/idvoretskyi/vim_idv/master/install.sh | bash -

Automatic Installation (Recommended)

Run the installation script:

    ./install.sh

Manual Installation

  1. Clone this repository:
    git clone https://github.com/idvoretskyi/vim_idv.git
  1. Copy the .vimrc file to your home directory:
    cp vim_idv/.vimrc $HOME/.vimrc

About

An awesome vim configuration. My awesome.

Sample

vim_idv screenshot

Bundled plugins

The full list of plugins is available in the .vimrc file.

Plugins are managed by vim-plug. Detailed information about it can be found at vim-plug documentation.

Releases

No releases published

Packages

No packages published