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.
- Host: GitHub
- URL: https://github.com/islc12/vimrc
- Owner: Islc12
- Created: 2025-02-24T21:48:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T05:56:38.000Z (over 1 year ago)
- Last Synced: 2025-03-02T06:26:02.886Z (over 1 year ago)
- Topics: vim, vim-configuration, vimrc
- Language: Vim Script
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```