Skip to content

micro-hawk/myvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Screenshot VIM

Thanks

$->MICROHAWK

About

My own vimrc for VIM editor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published