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

https://github.com/islc12/vimrc

Custom vimrc file for how I like vim to operate. Add this to your ~/.vimrc file or use it to create a new one.
https://github.com/islc12/vimrc

vim vim-configuration vimrc

Last synced: 12 days ago
JSON representation

Custom vimrc file for how I like vim to operate. Add this to your ~/.vimrc file or use it to create a new one.

Awesome Lists containing this project

README

          

Author: Richard Smith
Date: December 2024
Contact: richrsmith@proton.me

------------------------------------------------------------------------

# Vim Configuration (`vimrc`)

This repository contains my personal `vimrc` configuration file, optimized for an efficient and streamlined Vim experience. It includes custom key mappings, syntax highlighting improvements, and various usability enhancements.

------------------------------------------------------------------------

## Featured Plugins

This vimrc file uses a few of my favorite plugins that help with everyday workflow, these plugins can be found on github and I will link them here. I did not write any of these plugins. Refer to the respective repository's documentation for installation, management, troubleshooting, etc.

### Colorscheme
https://github.com/ErichDonGubler/vim-sublime-monokai

### Pathogen Plugin Manager
https://github.com/tpope/vim-pathogen

### Vim-Commentary
https://github.com/tpope/vim-commentary

### Vim-Airline
https://github.com/vim-airline/vim-airline

### Vim-ALE
https://github.com/dmerejkowsky/vim-ale

### Nerdtree
https://github.com/preservim/nerdtree

------------------------------------------------------------------------

## Installation

Clone this repository and place the `vimrc` file in your home directory:

```sh
git clone https://github.com/Islc12/vimrc.git
cp vimrc/.vimrc ~/.vimrc
```

Or for Windows
```powershell
git clone https://github.com/Islc12/vimrc.git
cp vimrc\.vimrc ~\_vimrc
```