Skip to content

daeyounglim/vimconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

⚙️ vim config

This repo contains the .vimrc file and related packages used to decorate my vim environment.

🔓 Package managers

The following 2 package managers are included in the .vimrc file:

🏳️‍🌈 Color scheme

vim-colorscheme provides a variety of color schemes for vim. Follow the instructions in the link. The current colorscheme configured in the .vimrc file is apprentice.

🔨 Installation

This repo tracks the .vim/ folder, which implies the .vimrc file is located in .vim/ folder. Clone this repo under ~/.vim/ and create the symbolic link for ~/.vim/.vimrc under ~/ by running the following command:

# if you don't have ~/.vim/ folder
# uncomment and run the following
# mkdir ~/.vim
cd ~/.vim
ln -s ~/.vim/.vimrc ~/.vimrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published