0xVolt / dotfiles

Find the config files for my Linux environment here, if you're into that.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing Plugins

The way plugins are installed are by,

  1. Use plug#begin() and plug#end() enclosing all your plugins in a block.
  2. Typing in, Plug link to the plugin github repository to add the plugin to the .vimrc.
  3. Running, :PlugInstall to install the plugin after which refreshing the editor should do the trick.

About

Find the config files for my Linux environment here, if you're into that.


Languages

Language:Shell 97.5%Language:Vim Script 2.5%