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.
- Host: GitHub
- URL: https://github.com/micro-hawk/myvim
- Owner: micro-hawk
- Created: 2020-07-19T17:17:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T20:22:24.000Z (over 4 years ago)
- Last Synced: 2025-04-03T07:14:13.010Z (about 1 year ago)
- Language: Vim script
- Size: 2.32 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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

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