Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.07 KB

vim-enhanced

This is my personal vim configuration which contains a few basic plugins to make my life easier.

Feel free to use this as a kind of template to install vim quickly with some useful plugins.

How to install

  1. Move to your home directory cd ~
  2. clone this repository git clone https://github.com/vladi1X/vim-enhanced
  3. run the setup script with bash vim-enhanced/setup-script.sh
  4. Choose if you want to keep the cloned directory
  5. In the process you might be asked to push enter
  6. test if your vimrc is working by opening vim or opening a file with vim

Used Plugins

  1. VundleVim/Vundle.vim used as the plugin manager

  2. preservim/nerdtree file system explorer inside of vim

  3. morehetz/gruvbox as a custom colorscheme

  4. itchyny/lightline as a light and customizable statusline

  5. tpope/vim-eunuch for basic unix shell command inside of vim