Skip to content

April-Aries/.vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Abstract

This document gives instruction of how to install vim-plug and gruvbox and set gruvbox as the color scheme.

Steps

# @ ~/
mkdir .vim

# @ ~/.vim
# For using plugb#begin(), plug#end()
mkdir autoload
mkdir colors

# @ ~/.vim/autoload
# For using vim-plug, you need to install vim-plug before hand
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

# @ ~/.vim/colors
git clone https://github.com/morhetz/gruvbox.git
mv ./gruvbox/colors/gruvbox.vim .

# @ ~/.vim/autoload
## For installing plugin - NERDTree
git clone https://github.com/preservim/nerdtree.git

## Install plugins
vim -> :PlugInstall

Plugins

  • NERDTree
    • Press F5 to open toggle list and press again to close it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors