An open API service indexing awesome lists of open source software.

https://github.com/andy-set-studio/chizlvim

My Vim settings
https://github.com/andy-set-studio/chizlvim

Last synced: 2 months ago
JSON representation

My Vim settings

Awesome Lists containing this project

README

        

# HankChizlJaw's Vim Setup

Here's how to setup Vim how I personally like it:

1. Make a directory for Vim stuff by running `mkdir ~/.vim`
2. Get into that directory by running `cd ~/.vim`
3. Clone this repo into that directory by running `git clone [email protected]:Andy-set-studio/chizlvim.git .`
4. Now make a symlink for the `.vimrc` that Vim looks for by running `ln -s ~/.vim/vimrc ~/.vimrc`
5. Install vundle by running `git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
6. Launch vim and run `:PluginInstall`

Open Vim and enjoy! 🚀