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

https://github.com/micro-hawk/myvim

My own vimrc for VIM editor.
https://github.com/micro-hawk/myvim

Last synced: about 2 months ago
JSON representation

My own vimrc for VIM editor.

Awesome Lists containing this project

README

          

# MicroHawk .vimrc
Do you know what is VIM ?
Check it below :
# VIM
Vim is a clone, with additions, of Bill Joy's vi text editor program for Unix. Vim's author, Bram Moolenaar, based it on the source code for a port of the Stevie editor to the Amiga and released a version to the public in 1991. Vim is designed for use both from a command-line interface and as a standalone application in a graphical user interface.

# VIM-PLUG
![](installer.gif)
### PROS.

* Easier to setup: Single file. No boilerplate code required.
* Easier to use: Concise, intuitive syntax
* Super-fast parallel installation/update (with any of +job, +python, +python3, +ruby, or Neovim)
* Creates shallow clones to minimize disk space usage and download time
* On-demand loading for faster startup time
* Can review and rollback updates
* Branch/tag/commit support
* Post-update hooks
* Support for externally managed plugins

## Installation
### VIM
##### Official work for vim-plug done by JUNEGUNN :)
##### Unix
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

You can automate the process by putting the command in your Vim configuration file as suggested.

### Git Clone this and then move .vimrc to your ~/ folder.
mv path-of-vimrc ~/.vimrc

#### NOTE: This command is only for LINUX users.

# Sample
![Screenshot VIM](vim_img.png)

# Thanks
###### $->MICROHAWK