Skip to content

mrinjamul/vim-in

Repository files navigation

vim-in

A vim distribution you will love it.

This is a distribution of vim plugins for Web Development and golang development purpose.

Installation

Requirements

You need to install,

  • vim (v8+ recommanded but v7.3+ version is supported)
  • git
  • yarn
  • curl
  • npm (optional)
  • go (optional)

[Note: if you don't want to use for golang then you can remove plugins used for golang]

Download or clone the repository.

git clone https://github.com/mrinjamul/vim-in.git
cd vim-in
chmod +x install.sh
./install.sh

And All's set !

To uninstall vim-in,

chmod +x uninstall.sh
./uninstall.sh

And it will restore your old configurations for vim

Introduction to VIM

Here's some tips if you've never used VIM before:

Tutorials

Modes

  • VIM has two (common) modes:
    • insert mode- stuff you type is added to the buffer
    • normal mode- keys you hit are interpreted as commands
  • To enter insert mode, hit i
  • To exit insert mode, hit <ESC>

About

◈ A vim distribution, you will love it. It is more like IDE than an editor. Alternative to VS Code.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks